aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDiscover- <amort11@hotmail.com>2011-12-25 00:04:26 +0100
committerDiscover- <amort11@hotmail.com>2011-12-25 00:04:26 +0100
commit23b54b8416d0268bc721d3bf879d5a9be45cbe5f (patch)
treed1acf862d4427156b39e267c6563c7610199a0aa /sql
parentc14e7ec385175479811886d8f08650a3775b679f (diff)
Core/Quests: Script quest Missing Friends
Closes #3604
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_12_24_00_world_sai.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_24_00_world_sai.sql b/sql/updates/world/2011_12_24_00_world_sai.sql
new file mode 100644
index 00000000000..fb5816bb737
--- /dev/null
+++ b/sql/updates/world/2011_12_24_00_world_sai.sql
@@ -0,0 +1,10 @@
+-- Scriptname for the cages
+UPDATE `gameobject_template` SET `ScriptName`='go_veil_skith_cage' WHERE `entry` IN (185202,185203,185204,185205);
+
+-- Texts for Captive Child
+DELETE FROM `creature_text` WHERE `entry`=22314;
+INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
+(22314,0,0,"Woot!",12,0,100,0,0,0,"Captive Child"),
+(22314,0,1,"I think those weird bird guys were going to eat us. Gross!",12,0,100,0,0,0,"Captive Child"),
+(22314,0,2,"Yay! We're free!",12,0,100,0,0,0,"Captive Child"),
+(22314,0,3,"Gross!",12,0,100,0,0,0,"Captive Child"); \ No newline at end of file