richards-w / TrinityCore

Personal modifications for TrinityCore
GNU General Public License v2.0
0 stars 0 forks source link

Summoned Mobs in dungeons aren't modified by VAS Autobalance #1

Open richards-w opened 6 years ago

richards-w commented 6 years ago

The first boss in Utgarde Pinnacle and the last boss of The Oculus do not get modified health or stats because they aren't not present in the dungeon at the time the map loads.

It'll be necessary to determine when they spawn and what methods spawn them, then add the appropriate calls to VAS_Autobalance, most likley in the Creature.cpp class.

richards-w commented 6 years ago

This issue may impact specific mobs and not necessarily summoned mobs.