diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-27 03:07:05 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-27 03:07:05 +0200 |
commit | 85d574e0b4a7345c71be1133378aec9bcdff6e52 (patch) | |
tree | df51564acc9e35bff6124d524130b10c826fab76 | |
parent | 16d14322c278b8c5265a56c060ed192675479fce (diff) |
DB/Spells: Fix typo in 16d14322c278b8c5265a56c060ed192675479fce
-rw-r--r-- | sql/updates/world/2013_07_27_00_world_spell_misc_434.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_07_27_00_world_spell_misc_434.sql b/sql/updates/world/2013_07_27_00_world_spell_misc_434.sql index 2cff156225c..a8688b6e919 100644 --- a/sql/updates/world/2013_07_27_00_world_spell_misc_434.sql +++ b/sql/updates/world/2013_07_27_00_world_spell_misc_434.sql @@ -1,6 +1,6 @@ DELETE FROM `spell_proc_event` WHERE `entry`=-84583; INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES -(-84583, 0, 4, 0x22200004, 0, 0, 0, 0, 0, 0, 0); +(-84583, 0, 4, 0x2000000, 0, 0, 0, 0, 0, 0, 0); DELETE FROM `spell_script_names` WHERE `spell_id`=-84583; INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES |