aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-06-17 15:31:52 +0200
committerShauren <shauren.trinity@gmail.com>2017-06-17 15:31:52 +0200
commit6c9b5e4cf59ef94b1ad3e32c435de430b75fe811 (patch)
tree685854d19db017ebb8a3ff807c71ad494017162b /sql
parent777d839a5fda0d09c9f5340ac0942187f10e211e (diff)
Core/Spells: Fixed Atonement
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_06_17_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_06_17_00_world.sql b/sql/updates/world/master/2017_06_17_00_world.sql
new file mode 100644
index 00000000000..374a258923b
--- /dev/null
+++ b/sql/updates/world/master/2017_06_17_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_atonement','spell_pri_atonement_triggered');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(81749,'spell_pri_atonement'),
+(194384,'spell_pri_atonement_triggered');