aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2015-03-15 21:27:31 +0100
committerRushor <PBienati@web.de>2015-03-15 21:27:31 +0100
commitfc973e4a1cddbf31c777b67774d04e583b2a9508 (patch)
tree9a954e2695d62de15559ec43a0eca43b562606c0
parent7c8f7f6f8fc7fbc76a329c70980b09b9b3ada5ef (diff)
DB/Creature: Kurenai Captive
closes #6702
-rw-r--r--sql/updates/world/2015_03_15_14_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_15_14_world.sql b/sql/updates/world/2015_03_15_14_world.sql
new file mode 100644
index 00000000000..a74f3f67554
--- /dev/null
+++ b/sql/updates/world/2015_03_15_14_world.sql
@@ -0,0 +1,8 @@
+--
+DELETE FROM `creature_text` WHERE `entry`=18209;
+INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(18209, 0, 0, 'It''s an ambush! Defend yourself!', 12, 0, 100, 0, 0, 0, 15044, 0, 'Kurenai Captive'),
+(18209, 1, 0, 'More of them coming! Watch out!', 12, 0, 100, 0, 0, 0, 15000, 0, 'Kurenai Captive'),
+(18209, 2, 0, 'Ride the lightning, filth!', 12, 1, 100, 0, 0, 0, 15006, 0, 'Kurenai Captive'),
+(18209, 3, 0, 'We are surrounded!', 14, 0, 100, 0, 0, 0, 15047, 0, 'Kurenai Captive'),
+(18209, 4, 0, 'Up ahead is the road to Telaar. We will split up when we reach the fork as they will surely send more Murkblood after us. Hopefully one of us makes it back to Telaar alive.', 14, 7, 100, 0, 0, 0, 15048, 0, 'Kurenai Captive');