aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-05-09 14:30:44 +0200
committerAokromes <Aokromes@users.noreply.github.com>2015-05-09 14:30:44 +0200
commit10f5808b55ee7bcae960c2a2d962f1a4bcbc294f (patch)
treee92d1bb7e916e8eea58dcb8c3b038fbbcc3d7c95
parent2909f73c547893e5a347f7ac5d28b954ee4faf0e (diff)
DB/Creature: Priestess Tyriona
By Killyana, closes #10457
-rw-r--r--sql/updates/world/2015_05_09_10_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_09_10_world.sql b/sql/updates/world/2015_05_09_10_world.sql
new file mode 100644
index 00000000000..06b5eb9cd88
--- /dev/null
+++ b/sql/updates/world/2015_05_09_10_world.sql
@@ -0,0 +1,7 @@
+--
+DELETE FROM `creature_text` WHERE `entry` = 7779;
+INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`, `BroadcastTextID`) VALUES
+(7779,1,0,"Good day to you both. I would speak to Lord Lescovar.",12,0,100,0,0,0,'Priestess Tyriona', 3781),
+(7779,2,0,"Thank you. The Light be with you both.",12,0,100,0,0,0,'Priestess Tyriona', 3782),
+(7779,3,0,"Milord, your guest has arrived. He awaits your presence.",12,0,100,0,0,0,'Priestess Tyriona', 3762),
+(7779,4,0,"I shall use the time wisely, milord. Thank you.",12,0,100,0,0,0,'Priestess Tyriona', 3791);