aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-23 21:50:36 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-23 21:50:36 +0200
commit0bff11cc0f32cd9a0d529ceff117ffcac3efca1c (patch)
tree285dadc11f35b67ee250860fb4268e8df71e3621 /sql
parentc08ba7510b5a534d1e45f580fb936979eeaf9f85 (diff)
Core/Spells: Update rogue "Blade Flurry" for 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_23_04_world_spell_spell_misc_434.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_07_23_04_world_spell_spell_misc_434.sql b/sql/updates/world/2013_07_23_04_world_spell_spell_misc_434.sql
index 9c5cac5ea43..80775b931e1 100644
--- a/sql/updates/world/2013_07_23_04_world_spell_spell_misc_434.sql
+++ b/sql/updates/world/2013_07_23_04_world_spell_spell_misc_434.sql
@@ -4,4 +4,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (20911,84628,84629);
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(20911, 0, 0, 0, 0, 0, 0, 0x50, 0, 0, 0),
(84628, 0, 0, 0, 0, 0, 0, 0x50, 0, 0, 0),
-(84629, 0, 0, 0, 0, 0, 0, 0x50, 0, 0, 0),
+(84629, 0, 0, 0, 0, 0, 0, 0x50, 0, 0, 0);