diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-09-30 08:32:59 -0700 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-09-30 08:32:59 -0700 |
| commit | 97163a24969f0cde8525c11e491cf0f538814097 (patch) | |
| tree | 13fb642961ac62a2317496d5da9e4df3d7537335 /sql | |
| parent | 8ac05aff2dc2adf94604bc5ce94d489c7311693d (diff) | |
| parent | 6591dd6b10a2bd9409b8454b0b81856fac0b73a6 (diff) | |
Merge pull request #7918 from Retriman/master
Core/Script: Update creature_text for boss Herald Volazj
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_XX_XX_XXX_world_creature_text.sql | 13 |
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'); + |
