diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-08-14 09:39:50 -0700 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-08-14 09:39:50 -0700 |
| commit | 79a2165e27eb59ace10d37a971080c58e401f600 (patch) | |
| tree | d6fa677415e4bf22be971e2c923b280341977865 /sql | |
| parent | a0aecdb8cdabf216e93b41efae268a89bd46e7d5 (diff) | |
| parent | a896fa8e76f8a43bcd6c9fe9812dbed5acc90858 (diff) | |
Merge pull request #7398 from Vincent-Michael/onyxiaCreatureText
Scripts/Onyxias Lair: Convert script_texts in creature_text
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_08_14_01_world_creature_text.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_14_01_world_creature_text.sql b/sql/updates/world/2012_08_14_01_world_creature_text.sql new file mode 100644 index 00000000000..0f182ae098e --- /dev/null +++ b/sql/updates/world/2012_08_14_01_world_creature_text.sql @@ -0,0 +1,8 @@ +DELETE FROM `script_texts` WHERE `npc_entry`=10184; +DELETE FROM `creature_text` WHERE `entry`=10184; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES +(10184, 0, 0, 'How fortuitous. Usually, I must leave my lair in order to feed.', 14, 0, 100, 0, 0, 0, 'Onyxia - Aggro'), +(10184, 1, 0, 'Learn your place mortal!', 14, 0, 100, 0, 0, 0, 'Onyxia - Kill Player'), +(10184, 2, 0, 'This meaningless exertion bores me. I''ll incinerate you all from above!', 14, 0, 100, 0, 0, 0, 'Onyxia - Phase 2'), +(10184, 3, 0, 'It seems you''ll need another lesson, mortals!', 14, 0, 100, 0, 0, 0, 'Onyxia - Phase 3'), +(10184, 4, 0, '%s takes in a deep breath...', 41, 0, 100, 0, 0, 0, 'Onyxia - Deep Breath Emote'); |
