diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_23_06_world_spell_spell_script_names_434.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_23_06_world_spell_spell_script_names_434.sql b/sql/updates/world/2013_07_23_06_world_spell_spell_script_names_434.sql new file mode 100644 index 00000000000..6fc936c1a71 --- /dev/null +++ b/sql/updates/world/2013_07_23_06_world_spell_spell_script_names_434.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`IN (82925,82926); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(687,'spell_warl_nether_ward_overrride'), +(28176,'spell_warl_nether_ward_overrride'); |
