Scripts/Dustallow: Fix quest Prisoners of the Grimtotems

Closes #2904
This commit is contained in:
Discover-
2011-10-02 02:03:16 +01:00
committed by Nay
parent acf0bacd0d
commit bc030cc9ee
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
-- Prisoners of the Grimtotems
UPDATE `gameobject_template` SET `ScriptName`='go_blackhoof_cage'/*,`data2`=30000*/ WHERE `entry`=186287;
UPDATE `quest_template` SET `ReqSpellCast1`=0 WHERE `entry`=11145;
DELETE FROM `creature_text` WHERE `entry`=23720;
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
(23720,0,0,"Thank you! There's no telling what those brutes would've done to me.",12,0,100,18,0,0,"Theramore Prisoner");