aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/6.x/2016_06_15_04_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_15_04_world.sql b/sql/updates/world/6.x/2016_06_15_04_world.sql
new file mode 100644
index 00000000000..be66984e8e0
--- /dev/null
+++ b/sql/updates/world/6.x/2016_06_15_04_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `spell_area` WHERE `spell` IN (60922, 49417, 49416) AND `quest_start` = 14071;
+INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `gender`, `autocast`, `quest_start_status`) VALUES
+(60922, 4765, 14071, 2, 1, 8),
+(49417, 4737, 14071, 2, 1, 8),
+(49416, 4767, 14071, 2, 1, 8);