aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorRetriman <nicolas_katre@hotmail.com>2012-09-30 11:29:31 -0400
committerRetriman <nicolas_katre@hotmail.com>2012-09-30 11:29:31 -0400
commit6591dd6b10a2bd9409b8454b0b81856fac0b73a6 (patch)
tree8d4dabb13515f5da06af60d712b71483f6e3ea69 /sql
parent8110ab1ed51db29ac90f1a38dd6426bd1635905c (diff)
Core/Script:
* Update creature_text for boss Herald Volazj thanks @Aokromes, for soundId text
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_XX_XX_XXX_world_creature_text.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/2012_XX_XX_XXX_world_creature_text.sql b/sql/updates/world/2012_XX_XX_XXX_world_creature_text.sql
new file mode 100644
index 00000000000..f748696ab33
--- /dev/null
+++ b/sql/updates/world/2012_XX_XX_XXX_world_creature_text.sql
@@ -0,0 +1,13 @@
+-- AzjolNerub/Ahnkahet/Herald Volazj
+DELETE FROM `script_texts` WHERE `entry` BETWEEN -1619036 AND -1619030;
+DELETE FROM `creature_text` WHERE `entry`=29311;
+INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
+(29311,0,0, 'Shgla''yos plahf mh''naus.', 14,0,100,0,0,14043, 'SAY_AGGRO_1'),
+(29311,0,1, 'They who dine on lost souls know only hunger.', 15, 0, 100, 0, 0, 14043, 'SAY_AGGRO_2'),
+(29311,1,0, 'Ywaq puul skshgn: on''ma yeh''glu zuq.', 14,0,100,0,0,SOUND, 'SAY_SLAY_1'),
+(29311,1,1, 'Ywaq ma phgwa''cul hnakf.',14,0,100,0,0,SOUND, 'SAY_SLAY_2'),
+(29311,1,2, 'Ywaq maq oou; ywaq maq ssaggh. Ywaq ma shg''fhn.',14,0,100,0,0,SOUND, 'SAY_SLAY_3'),
+(29311,2,0, 'Iilth vwah, uhn''agth fhssh za.', 14, 0, 100, 0, 0, 14048, 'SAY_DEATH_1'),
+(29311,2,1, 'Where one falls, many shall take its place.', 15, 0, 100, 0, 0, 14048, 'SAY_DEATH_2'),
+(29311,3,0, 'Gul''kafh an''shel. Yoq''al shn ky ywaq nuul.', 14, 0, 100, 0, 0, 14044, 'SAY_PHASE');
+