From 805a026c6c8c40f1092eda64dc187b840c68d2bb Mon Sep 17 00:00:00 2001 From: joschiwald Date: Tue, 22 Apr 2014 16:07:27 +0200 Subject: DB/CreatureText: readd accidentally deleted text --- sql/updates/world/2014_04_22_02_world_creature_text.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_04_22_02_world_creature_text.sql (limited to 'sql') diff --git a/sql/updates/world/2014_04_22_02_world_creature_text.sql b/sql/updates/world/2014_04_22_02_world_creature_text.sql new file mode 100644 index 00000000000..356f7831f10 --- /dev/null +++ b/sql/updates/world/2014_04_22_02_world_creature_text.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature_text` WHERE `entry`=16980 AND `groupid`=0; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`,`BroadcastTextID`) VALUES +(16980,0,0,'Intruders have breached the inner sanctum. Hasten the destruction of the green dragon! Leave only bones and sinew for the reanimation!',14,0,0,0,0,17251,'The Lich King - Valithria Dreamwalker - SAY_LICH_KING_INTRO',38682); -- cgit v1.2.3