mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 23:38:00 +00:00
fix(Scripts/ObsidianSanctum): Drakes no longer bind during Sartharion fight (#25490)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -845,7 +845,10 @@ struct boss_sartharion_dragonAI : public BossAI
|
||||
}
|
||||
|
||||
if (!isCalledBySartharion)
|
||||
{
|
||||
ClearInstance();
|
||||
me->GetMap()->ToInstanceMap()->PermBindAllPlayers();
|
||||
}
|
||||
else
|
||||
{
|
||||
if (Creature* sartharion = ObjectAccessor::GetCreature(*me, instance->GetGuidData(DATA_SARTHARION)))
|
||||
|
||||
Reference in New Issue
Block a user