diff options
| author | Discover- <amort11@hotmail.com> | 2011-10-02 02:03:16 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-10-02 02:03:16 +0100 |
| commit | bc030cc9eecff633e0450a4a365d4edb05215641 (patch) | |
| tree | 95cef24fb49a92c2fd32f68b81f3dcb36fe6882f /sql | |
| parent | acf0bacd0da3fbae4f63313075fd8d0441f2f455 (diff) | |
Scripts/Dustallow: Fix quest Prisoners of the Grimtotems
Closes #2904
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_10_02_06_world_misc.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_10_02_06_world_misc.sql b/sql/updates/world/2011_10_02_06_world_misc.sql new file mode 100644 index 00000000000..03a2bf96b7d --- /dev/null +++ b/sql/updates/world/2011_10_02_06_world_misc.sql @@ -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"); |
