aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_04_20_02_creature_text.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_04_20_02_creature_text.sql b/sql/updates/world/2014_04_20_02_creature_text.sql
new file mode 100644
index 00000000000..0a5a064a72d
--- /dev/null
+++ b/sql/updates/world/2014_04_20_02_creature_text.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `creature_text` WHERE `entry`=17123;
+INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`, `broadcasttextid`) VALUES
+(17123,0,0,'Welcome, kind spirit. What has brought you to us?',12,0,100,0,0,0,'',13512);