Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elvisoliveira committed Oct 18, 2023
1 parent e7df358 commit 5cec522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/needs-review/comboSpam/trunk/comboSpam.pl
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ package comboSpam;
my %sequence = (
263 => new Skill(idn => 272), # Raging Trifecta Blow > Raging Quadruple Blow
272 => new Skill(idn => 273), # Raging Quadruple Blow > Raging Thrust
273 => new Skill(idn => 371), # Raging·Thrust > Glacier·Fist
371 => new Skill(idn => 372), # Glacier·Fist > Chain·Crush·Combo
273 => new Skill(idn => 371), # Raging Thrust > Glacier Fist
371 => new Skill(idn => 372), # Glacier Fist > Chain Crush Combo
);

my $time;
Expand Down

0 comments on commit 5cec522

Please sign in to comment.