From 10f5808b55ee7bcae960c2a2d962f1a4bcbc294f Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 9 May 2015 14:30:44 +0200 Subject: DB/Creature: Priestess Tyriona By Killyana, closes #10457 --- sql/updates/world/2015_05_09_10_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2015_05_09_10_world.sql (limited to 'sql/updates') 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); -- cgit v1.2.3