diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2014_08_24_00_world_spell_script_names_434.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_24_00_world_spell_script_names_434.sql b/sql/updates/world/2014_08_24_00_world_spell_script_names_434.sql new file mode 100644 index 00000000000..697e07dc6f4 --- /dev/null +++ b/sql/updates/world/2014_08_24_00_world_spell_script_names_434.sql @@ -0,0 +1,7 @@ +-- 53600 - Shield of the Righteous +-- Delete old (wotlk) scaling +DELETE FROM `spell_bonus_data` WHERE `entry`=53600; + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_shield_of_the_righteous'; +INSERT INTO `spell_script_names` VALUES +(53600,'spell_pal_shield_of_the_righteous'); |
