aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_04_22_02_world_creature_text.sql3
1 files changed, 3 insertions, 0 deletions
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);