aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2014-08-24 13:37:44 +0200
committerjackpoz <giacomopoz@gmail.com>2014-08-24 13:38:54 +0200
commit05d9dcd37f5a124eed5ee370fe59c224de6949a5 (patch)
tree2f0b4fc0eefbe593505d2c18f27bda43f131c751 /sql
parent9ef63d7e8de30b32045faa4ff3abcdcc7a54cbc7 (diff)
parent92068907f53719212ce84aa0832947f49294f3e8 (diff)
Merge branch 'Xanvia/ShoR' into 4.3.4
Close pull request #9071
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_08_24_00_world_spell_script_names_434.sql7
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');