aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-12-27 21:21:45 -0300
committerariel- <ariel-@users.noreply.github.com>2017-12-28 12:16:38 -0300
commitd13999c8d6a390914907d1d8343d72c06195bf10 (patch)
treeeeee15e364ee8895c9bad3ed93325aeda57a0d74 /sql/updates
parent81dc41a4a583026667152b1cb92bd546704ed01f (diff)
Core/Scripts: remove Quel'Delar from player inventory during "The Halls Of Reflection" quests (24480, 24561)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2017_12_28_05_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_28_05_world.sql b/sql/updates/world/3.3.5/2017_12_28_05_world.sql
new file mode 100644
index 00000000000..a1d31371e46
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_12_28_05_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hor_quel_delars_will';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(70698, 'spell_hor_quel_delars_will');