diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_12_23_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_12_23_01_world.sql b/sql/updates/world/master/2017_12_23_01_world.sql new file mode 100644 index 00000000000..849901121ad --- /dev/null +++ b/sql/updates/world/master/2017_12_23_01_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ( +'spell_pal_blessing_of_protection', +'spell_pal_divine_shield'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(1022, 'spell_pal_blessing_of_protection'), +(204018, 'spell_pal_blessing_of_protection'), +(642, 'spell_pal_divine_shield'); |
