aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDiscover- <amort11@hotmail.com>2011-12-25 00:52:01 +0100
committerDiscover- <amort11@hotmail.com>2011-12-25 00:52:01 +0100
commit49e10f992a7e73e4afcc627cfbdf0dc3db28ef1a (patch)
tree384224f45f30eae2f718f8434bb7d201590ab99e /sql
parentf2ad757acdddbf98f8b18bacba3debc74d1b480b (diff)
Scripts/Quests: Zuhuled the Wacked
And obviously, some typo's. Closes #3704
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_12_25_00_world_misc.sql2
-rw-r--r--sql/updates/world/2011_12_25_01_world_misc.sql3
2 files changed, 4 insertions, 1 deletions
diff --git a/sql/updates/world/2011_12_25_00_world_misc.sql b/sql/updates/world/2011_12_25_00_world_misc.sql
index 22effda3d04..8f1d3c44ceb 100644
--- a/sql/updates/world/2011_12_25_00_world_misc.sql
+++ b/sql/updates/world/2011_12_25_00_world_misc.sql
@@ -5,5 +5,5 @@ INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`pr
(20787,0,0,"You've saved me, fleshling! Ameer will hear of this noble act.",12,0,100,0,0,0,"Captain Tyralius");
-- Heroes of Old
-UPDATE `quest_template` SET `StartScript`=0,`CompleteScript`=0 WHERE `entry`=2702;
+UPDATE `quest_template` SET `StartScript`=0,`CompleteScript`=0 WHERE `id`=2702;
DELETE FROM `quest_start_scripts` WHERE `id`=2702;
diff --git a/sql/updates/world/2011_12_25_01_world_misc.sql b/sql/updates/world/2011_12_25_01_world_misc.sql
new file mode 100644
index 00000000000..9e4d7e6c058
--- /dev/null
+++ b/sql/updates/world/2011_12_25_01_world_misc.sql
@@ -0,0 +1,3 @@
+-- Zuhuled the Wacked
+UPDATE `quest_template` SET `StartScript`=0,`CompleteScript`=0 WHERE `id`=10866;
+DELETE FROM `quest_start_scripts` WHERE `id`=10866;