aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2014-04-22 16:07:27 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2014-04-22 16:07:27 +0200
commit805a026c6c8c40f1092eda64dc187b840c68d2bb (patch)
tree110fda7a138f4f9ff649364950971d91c6a97288 /sql
parent44fedc6624373fad0956ea4e52e2a4f8c3912d7b (diff)
DB/CreatureText: readd accidentally deleted text
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);