diff options
| author | treeston <treeston.mmoc@gmail.com> | 2015-09-21 14:59:13 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-10-30 12:24:26 +0100 |
| commit | 7886fafbdc208e7e37bd41fc7b709c851467b607 (patch) | |
| tree | dd8219077a1a733e0163012a996ce34d6716373d /sql | |
| parent | f3b5bdc0b3e08a86f20af521307cf043218eedcb (diff) | |
Heigan cleanup:
- NearTeleportTo hack -> proper spell with DB coordinates
- Add boss emotes
- Some code streamlining using event phases and IN_MILLISECONDS instead of large constants
- Improvement to eruption hitbox and delimiters to match retail layout more closely
- Spell timers adjusted from sniffs
(cherry picked from commit 3e2014a958c2295c175b359dbeed48f36befce98)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_10_30_03_world_2015_10_10_01.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_30_03_world_2015_10_10_01.sql b/sql/updates/world/2015_10_30_03_world_2015_10_10_01.sql new file mode 100644 index 00000000000..4088a33b837 --- /dev/null +++ b/sql/updates/world/2015_10_30_03_world_2015_10_10_01.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_text` SET `probability`=20 WHERE `entry`=15936 AND `groupid`=1; + +DELETE FROM `creature_text` WHERE `entry`=15936 AND `groupid` IN (4,5); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(15936,4,0,"%s teleports and begins to channel a spell!",41,100,32332,3,"Heigan EMOTE_DANCE"), +(15936,5,0,"%s rushes to attack once more!",41,100,32333,3,"Heigan EMOTE_DANCE_END"); |
