DB/Creature: Mountaineer Stormpike

By Killyana, closes #12711
This commit is contained in:
Aokromes
2015-05-23 04:00:28 +02:00
parent b21d3e6298
commit 291fc4d591

View File

@@ -0,0 +1,7 @@
--
UPDATE `creature_template` SET `npcflag`=3, `gossip_menu_id`=694 WHERE `entry`=1343;
DELETE FROM `gossip_menu` WHERE `entry`=694;
INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (694, 1244);
DELETE FROM `npc_text` WHERE `ID`=1244;
INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `prob0`, `em0_0`, `em0_1`) VALUES
(1244, 'Well, if it isn''t a young, bristling $c, no doubt drawn here by talk of my exploits in fields of battle!$B$BNo time for stories now, for there are great, important deeds that need doing! So if you''re looking for glory, then luck shines on you today...', 'Well, if it isn''t a young, bristling $c, no doubt drawn here by talk of my exploits in fields of battle!$B$BNo time for stories now, for there are great, important deeds that need doing! So if you''re looking for glory, then luck shines on you today...', 0, 0, 1, 0, 0);