mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01: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;
|
||||
|
||||
3
sql/updates/world/2011_12_25_01_world_misc.sql
Normal file
3
sql/updates/world/2011_12_25_01_world_misc.sql
Normal file
@@ -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