diff options
| author | maanuel <none@none> | 2009-12-06 02:10:37 -0300 |
|---|---|---|
| committer | maanuel <none@none> | 2009-12-06 02:10:37 -0300 |
| commit | fe18770b6a54dc6fb3d5b2f020138e0beddc2867 (patch) | |
| tree | ea5b99fa7710a77eb78ce94b327e8b66a60e3a72 /sql/updates | |
| parent | 360e6c485431b5a01e7210b47c8baaee4165d34a (diff) | |
Support for quest The Amphitheater of Anguish: Tuskarrmageddon! Q12935
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6421_world_scripts.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/6421_world_scripts.sql b/sql/updates/6421_world_scripts.sql new file mode 100644 index 00000000000..6a995737468 --- /dev/null +++ b/sql/updates/6421_world_scripts.sql @@ -0,0 +1,7 @@ +DELETE FROM `script_texts` WHERE `entry` IN (-1571031, -1571032); +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES +(30007,-1571031,'This battle must be seen to be believed! Once a mild-mannered tuskarr fisherman, our next fighter turned to the life of a soulless mercenary when his entire family was wiped out by a vicious pack of lion seals and III-tempered penguins! Now he''s just In It for the gold! Ladies and gentlemen, ORINOKO TUSKBREAKER!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13363,1,0,0,''), +(30020,-1571032,'Whisker! Where are you? Assist me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''); + +UPDATE `creature_template` SET `ScriptName` = 'npc_gurgthock' WHERE `entry`=30007; +UPDATE `creature_template` SET `ScriptName` = 'npc_orinoko_tuskbreaker' WHERE `entry`=30020; |
