mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/BlackTemple): Ensure Illidari council health is balanced across wipes. (#19809)
Init.
This commit is contained in:
@@ -146,9 +146,10 @@ struct boss_illidari_council : public BossAI
|
||||
|
||||
void DoAction(int32 param) override
|
||||
{
|
||||
if (!me->isActiveObject() && param == ACTION_START_ENCOUNTER)
|
||||
if (param == ACTION_START_ENCOUNTER)
|
||||
{
|
||||
me->setActive(true);
|
||||
if (!me->isActiveObject())
|
||||
me->setActive(true);
|
||||
|
||||
bool spoken = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user