diff options
| author | Malcrom <malcromdev@gmail.com> | 2013-08-07 18:53:17 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2013-08-07 18:53:17 -0230 |
| commit | 090f348d5998be26312e1aec6f97670aa09fb57c (patch) | |
| tree | f32fd5045f2ba5041ba14a115124c46f744923c3 /sql | |
| parent | 9d4c2c5b1e30472de035e1a72806d07af88fec52 (diff) | |
Scripting/Sethekk Halls: Move Boss Anzu from EAI to CPP and some cleanup.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_08_07_04_world_misc.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_07_04_world_misc.sql b/sql/updates/world/2013_08_07_04_world_misc.sql new file mode 100644 index 00000000000..ef29b786ee5 --- /dev/null +++ b/sql/updates/world/2013_08_07_04_world_misc.sql @@ -0,0 +1,8 @@ +-- Move boss_anzu from EAI to CPP +UPDATE `creature_template` SET `AIName`= '', `ScriptName`= 'boss_anzu' WHERE `entry`=23035; +DELETE FROM creature_ai_scripts WHERE `creature_id`=23035; +DELETE FROM `creature_text` WHERE `entry`=23035; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES +(23035, 0, 0, 'Awaken, my children and assist your master!', 14, 0, 100, 0, 0, 0, 'Anzu - Summon Brood'), +(23035, 1, 0, 'Your spells... ke-kaw... are weak magics... easy to turn against you...', 15, 0, 100, 0, 0, 0, 'Anzu - Spell Bomb'), +(23035, 1, 1, 'Yes... cast your precious little spells, ak-a-ak!', 15, 0, 100, 0, 0, 0, 'Anzu - Spell Bomb'); |
