aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2016-12-27 17:36:32 -0300
committerDoctorKraft <DoctorKraft@users.noreply.github.com>2018-03-18 00:19:39 +0100
commit236aea4dde35c5e2c68977ed468029027f0aa6c3 (patch)
tree4407118c6851860717ddeb569d9089f9a5509caa /sql
parent61a838b599d044614d44a5ef59b943b9bb1a6a98 (diff)
Core/Scripts: Added missing spells in Skeram (#18486)
(cherry picked from commit 5f44890049c3e6b0ee7a11296239f4f1bceb66ec)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2018_03_17_26_world_2016_12_27_10_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_17_26_world_2016_12_27_10_world.sql b/sql/updates/world/master/2018_03_17_26_world_2016_12_27_10_world.sql
new file mode 100644
index 00000000000..714724a3962
--- /dev/null
+++ b/sql/updates/world/master/2018_03_17_26_world_2016_12_27_10_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_skeram_true_fulfillment';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(785,'spell_skeram_true_fulfillment');