diff options
| author | treeston <treeston.mmoc@gmail.com> | 2015-10-09 18:38:54 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2015-11-30 20:18:55 +0100 |
| commit | 5dd61633872fc40d83dfa13aa58a1c7de717c012 (patch) | |
| tree | 48221a430bb689be9195aa9d3a89dd5c9107a111 /sql/updates | |
| parent | c1b4cd21f3debc2eb5e462c5adce659b558c7dc9 (diff) | |
Scripts/Naxxramas: Maexxna cleanup:
- Improved Web Wrap target selection
- Added missing text
- Cleanup of web wrap positioning - two players will never be flung to the same position (25-man)
- Further improvement to web wrap spawn behavior - targetable web wrap now only spawns after the player has finished being flung to the respective position (blizzlike)
- Add additional web wrap positions (sniff)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2015_10_09_maexxna.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_09_maexxna.sql b/sql/updates/world/2015_10_09_maexxna.sql new file mode 100644 index 00000000000..375d0941adb --- /dev/null +++ b/sql/updates/world/2015_10_09_maexxna.sql @@ -0,0 +1,6 @@ +-- maexxna cleanup +DELETE FROM `creature_text` WHERE `entry`=15952; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(15952,0,0,"Spiderlings appear on the web!",41,100,32305,3,"Maexxna EMOTE_SPIDERS"), +(15952,1,0,"%s spins her web into a cocoon!",41,100,32303,3,"Maexxna EMOTE_WEB_WRAP"), +(15952,2,0,"%s sprays strands of web everywhere!",41,100,32304,3,"Maexxna EMOTE_WEB_SPRAY"); |
