DB/Creature_text: Kaya Flathoof

By @tkrokli
Closes #16315
This commit is contained in:
Killyana
2016-01-18 16:57:51 +01:00
parent 11a330e691
commit ac64e8fbb0

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `creature_text` WHERE `entry` = 11856;
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
(11856, 0, 0, "Let's go before they find out I'm free!", 12, 0, 100, 1, 0, 0, 8327, 0, 'Kaya SAY_START'),
(11856, 1, 0, "Look out! We're under attack!", 12, 0, 100, 5, 0, 0, 8328, 0, 'Kaya SAY_AMBUSH'),
(11856, 2, 0, "Thank you for helping me. I know my way back from here.", 12, 0, 100, 3, 0, 0, 8329, 0, 'Kaya SAY_END');