diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-21 00:57:15 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-21 00:57:15 +0200 |
| commit | 40b87aca8f81ce9511478c31c0fe7fb31f56ea3c (patch) | |
| tree | fc6244a2b6c9bbeff9b18f8ffc86643b5fea7197 /sql | |
| parent | b3e9ca7a6a4ea97e1b06fda70ef759f822bd4fde (diff) | |
Core/Spells: Small cleanup in b3e9ca7a6a4ea97e1b06fda70ef759f822bd4fde
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_20_08_world_spell_script_misc_434.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_07_20_08_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_20_08_world_spell_script_misc_434.sql index f662b7a1b57..a1ea020baa1 100644 --- a/sql/updates/world/2013_07_20_08_world_spell_script_misc_434.sql +++ b/sql/updates/world/2013_07_20_08_world_spell_script_misc_434.sql @@ -1,6 +1,6 @@ DELETE FROM `spell_proc_event` WHERE `entry`=17619; INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES -(17619, 0, 13, 0, 0, 0, 32768, 0, 0, 100, 0); +(17619, 0, 13, 0, 0, 0, 0x4800, 0, 0, 100, 0); DELETE FROM `spell_script_names` WHERE `spell_id`=17619; INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES |
