diff options
| author | Shauren <shauren.trinity@gmail.com> | 2017-02-04 15:34:18 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-02-04 15:34:18 +0100 |
| commit | 58200394202e2ea5d60716c15c85a6315118ac77 (patch) | |
| tree | 46517b3eb766e35abd218460574c8180dd00dab9 /sql | |
| parent | 3ee48d5f3add96b1f3eca884a8f2809cbee4f522 (diff) | |
Fix missing DELETE from sql
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_01_29_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_29_01_world.sql b/sql/updates/world/master/2017_01_29_01_world.sql index 81d84dbcec1..7a7246b0ae3 100644 --- a/sql/updates/world/master/2017_01_29_01_world.sql +++ b/sql/updates/world/master/2017_01_29_01_world.sql @@ -2,5 +2,6 @@ DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_crash_lightning'; INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (187874,'spell_sha_crash_lightning'); +DELETE FROM `spell_proc_event` WHERE `entry`=187878; INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`spellFamilyMask3`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES (187878,0,11,0,0x01000000,4,0,0,0,0,0,0); |
