diff --git a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp index 4661185b3..4b9fe0b49 100644 --- a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp +++ b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp @@ -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); } }