From 5cec522a7bc8cd3894e51d60e4a1e8ffa6b96317 Mon Sep 17 00:00:00 2001 From: Elvis Date: Wed, 18 Oct 2023 12:19:41 +0200 Subject: [PATCH] Fix typo --- plugins/needs-review/comboSpam/trunk/comboSpam.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/needs-review/comboSpam/trunk/comboSpam.pl b/plugins/needs-review/comboSpam/trunk/comboSpam.pl index eaf6af6712..07e5466213 100644 --- a/plugins/needs-review/comboSpam/trunk/comboSpam.pl +++ b/plugins/needs-review/comboSpam/trunk/comboSpam.pl @@ -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;