fix(Scripts/TempleOfAhnQiraj): use Unit* for puller to fix build

This commit is contained in:
Skjalf
2026-07-25 15:44:17 -03:00
parent f4a1b89a58
commit 26b89edac5

View File

@@ -155,7 +155,7 @@ struct boss_skeram : public BossAI
if (!me->IsSummon())
{
// Resolve pets/guardians to their owner so gendered locales resolve $g against the puller
Player* puller = who->GetCharmerOrOwnerPlayerOrPlayerItself();
Unit* puller = who->GetCharmerOrOwnerPlayerOrPlayerItself();
Talk(SAY_AGGRO, puller ? puller : who);
}
}