diff options
| author | Malcrom <malcromdev@gmail.com> | 2013-01-07 22:44:09 -0330 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2013-01-07 22:44:09 -0330 |
| commit | 2a9fc5198b69157a048101b7bf234492bd870260 (patch) | |
| tree | 1fe288789d9f9cfa8a4fa88219075632aed57e6b /sql | |
| parent | 022604868683c88971fc27d5bbef49f6ba53d653 (diff) | |
Core/Scripting: Move Nightbane text to creature text
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_01_07_18_world_creature_text.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_07_18_world_creature_text.sql b/sql/updates/world/2013_01_07_18_world_creature_text.sql new file mode 100644 index 00000000000..b9c6ef8d0c1 --- /dev/null +++ b/sql/updates/world/2013_01_07_18_world_creature_text.sql @@ -0,0 +1,9 @@ +-- Texts for Nightbane +DELETE FROM `creature_text` WHERE `entry`= 17225; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(17225,0,0, 'An ancient being awakens in the distance...',16,0,100,0,0,0, 'Nightbane - EMOTE_SUMMON'), +(17225,1,0, 'What fools! I shall bring a quick end to your suffering!',14,0,100,0,0,0, 'Nightbane - YELL_AGGRO'), +(17225,2,0, 'Miserable vermin. I shall exterminate you from the air!',14,0,100,0,0,0, 'Nightbane - YELL_FLY_PHASE'), +(17225,3,0, 'Enough! I shall land and crush you myself!',14,0,100,0,0,0, 'Nightbane - YELL_LAND_PHASE'), +(17225,3,1, 'Insects! Let me show you my strength up close!',14,0,100,0,0,0, 'Nightbane - YELL_LAND_PHASE'), +(17225,4,0, 'takes a deep breath.',16,0,100,0,0,0, 'Nightbane - EMOTE_BREATH'); |
