aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-01-18 16:57:51 +0100
committerKillyana <morphone1@gmail.com>2016-01-18 16:57:51 +0100
commitac64e8fbb0629e06288baaf936157887ffbd9a19 (patch)
treebc2201e278a31c2995473855c8cd00e21ef0ac11
parent11a330e6918357e3c58011376d62a20bfb524117 (diff)
DB/Creature_text: Kaya Flathoof
By @tkrokli Closes #16315
-rw-r--r--sql/updates/world/2016_01_18_03_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_18_03_world.sql b/sql/updates/world/2016_01_18_03_world.sql
new file mode 100644
index 00000000000..4b8eb4ae0c9
--- /dev/null
+++ b/sql/updates/world/2016_01_18_03_world.sql
@@ -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');