From 92068907f53719212ce84aa0832947f49294f3e8 Mon Sep 17 00:00:00 2001 From: Xanvial Date: Mon, 28 Jan 2013 06:13:27 +0700 Subject: Scripts/Paladin: Shield of the Righteous --- sql/updates/world/2013_01_27_00_world_spell_script_names_434.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2013_01_27_00_world_spell_script_names_434.sql (limited to 'sql') diff --git a/sql/updates/world/2013_01_27_00_world_spell_script_names_434.sql b/sql/updates/world/2013_01_27_00_world_spell_script_names_434.sql new file mode 100644 index 00000000000..697e07dc6f4 --- /dev/null +++ b/sql/updates/world/2013_01_27_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'); -- cgit v1.2.3