aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2017-12-23 13:13:01 +0100
committerjoschiwald <joschiwald.trinity@gmail.com>2017-12-23 13:45:50 +0100
commit439ac5756c683e43103b8cc8f632397e93ce9357 (patch)
tree0a0db9c704c8d0c996c53e462c4f491be03e2e3c /sql
parent73bc074cfca98171f1a9d9311100de69dfd325c1 (diff)
Core/Spells: Implemented spells causing Forbearance
Ref #20937
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_12_23_01_world.sql7
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');