diff options
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_03_09_10_world_335.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_09_10_world_335.sql b/sql/updates/world/3.3.5/2018_03_09_10_world_335.sql new file mode 100644 index 00000000000..a478d1ba201 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_09_10_world_335.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_mage_frostfire_bolt','spell_mage_ice_block','spell_pal_immunities'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-44614, 'spell_mage_frostfire_bolt'), +( 45438, 'spell_mage_ice_block'), +( 498, 'spell_pal_immunities'), +( 642, 'spell_pal_immunities'), +( -1022, 'spell_pal_immunities'); |
