aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-01-29 12:41:54 +0100
committerShauren <shauren.trinity@gmail.com>2017-01-29 12:41:54 +0100
commitc8af5de0d37af82793647e532702895251567e06 (patch)
treed18ec8f1d6559b3d2209386d6509a6df0307370d /sql
parent6ab3877c91c9440b81cf1c7c66a1275ee04ea26a (diff)
Core/Spells: Fixed Crash Lightning
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_01_29_01_world.sql6
1 files changed, 6 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
new file mode 100644
index 00000000000..81d84dbcec1
--- /dev/null
+++ b/sql/updates/world/master/2017_01_29_01_world.sql
@@ -0,0 +1,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');
+
+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);