mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 12:42:43 -04:00
Fix _DespawnAtEvade for other creatures to actually respawn said other creatures.
Also fix add aggro for Hadronox. Fixes and closes #18012.
This commit is contained in:
@@ -569,7 +569,7 @@ void BossAI::_DespawnAtEvade(uint32 delayToRespawn, Creature* who)
|
||||
return;
|
||||
}
|
||||
|
||||
me->DespawnOrUnsummon(0, Seconds(delayToRespawn));
|
||||
who->DespawnOrUnsummon(0, Seconds(delayToRespawn));
|
||||
|
||||
if (instance && who == me)
|
||||
instance->SetBossState(_bossId, FAIL);
|
||||
|
||||
Reference in New Issue
Block a user