aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2016-12-27 17:36:32 -0300
committerGitHub <noreply@github.com>2016-12-27 17:36:32 -0300
commit5f44890049c3e6b0ee7a11296239f4f1bceb66ec (patch)
tree06050db326d7fa642f4dafc3df706c9efa1ac69f /sql/updates
parent65e84d2f0a77ec179bc6b0eaae2e4dc6b1daf9ef (diff)
Core/Scripts: Added missing spells in Skeram (#18486)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2016_12_27_10_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_27_10_world.sql b/sql/updates/world/3.3.5/2016_12_27_10_world.sql
new file mode 100644
index 00000000000..714724a3962
--- /dev/null
+++ b/sql/updates/world/3.3.5/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');