aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);