aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-05-21 18:35:55 +0200
committerShauren <shauren.trinity@gmail.com>2011-05-21 18:35:55 +0200
commit9368ef8a5c00063de772f24287752ee1646e7c06 (patch)
tree096e5ae01aadaf9ee00b4c4677da613b09e139c4 /sql/updates/world
parent84ab669119e3c235ad61f16697624f23b7a09422 (diff)
Scripts/Icecrown Citadel: Added text and sound for Deathbound Wards
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/2011_05_21_03_world_creature_text.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_21_03_world_creature_text.sql b/sql/updates/world/2011_05_21_03_world_creature_text.sql
new file mode 100644
index 00000000000..5bc4efe975b
--- /dev/null
+++ b/sql/updates/world/2011_05_21_03_world_creature_text.sql
@@ -0,0 +1,5 @@
+DELETE FROM `creature_text` WHERE `entry`=37007;
+INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
+(37007,0,0, 'The master''s sanctum has been disturbed!',1,0,0,0,0,16865, 'Deathbound Ward - SAY_TRAP_ACTIVATE'),
+(37007,0,1, 'I... awaken!',1,0,0,0,0,16866, 'Deathbound Ward - SAY_TRAP_ACTIVATE'),
+(37007,0,2, 'Who... goes there...?',1,0,0,0,0,16867, 'Deathbound Ward - SAY_TRAP_ACTIVATE');