mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-20 14:51:34 -04:00
Scripts/Quests: Zuhuled the Wacked
And obviously, some typo's. Closes #3704
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user