From 2132fc41fa20151d9e8db6a8bf890b2b0345d6a4 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 20 Apr 2014 19:10:50 +0200 Subject: DB/Creature: Fix Earthcaller Ryga By untaught, closes #11827 --- sql/updates/world/2014_04_20_02_creature_text.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_04_20_02_creature_text.sql (limited to 'sql') 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); -- cgit v1.2.3