aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFireEmerald <fireemerald@trinity.contrib>2013-09-30 11:30:58 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2013-09-30 11:30:58 +0200
commit5c95431df2e68e79b21ec0d74260555a0114b212 (patch)
tree20834c8ca22c12f7a0d57eb24dfbda5c948a380a
parent6e9584696c2f531ebc547e8c04f8f00eeb97807a (diff)
DB/SAI: Correction on waypoints for quest npc.
Closes #10937
-rw-r--r--sql/updates/world/2013_09_30_02_world_sai_335.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_30_02_world_sai_335.sql b/sql/updates/world/2013_09_30_02_world_sai_335.sql
new file mode 100644
index 00000000000..909f0d42b42
--- /dev/null
+++ b/sql/updates/world/2013_09_30_02_world_sai_335.sql
@@ -0,0 +1,5 @@
+-- DB/Quest: Fix: [A/H] The Summoning
+-- Note: This warrior quest was deleted in 4.0.1.
+SET @ENTRY := 6176; -- Bath'rah the Windwatcher
+DELETE FROM `waypoints` WHERE `entry` = @ENTRY AND `pointid` BETWEEN 8 AND 14;
+UPDATE `smart_scripts` SET `event_type` = 40 WHERE `entryorguid` = @ENTRY AND `id` = 1;