build fix

This commit is contained in:
Keader
2020-11-05 12:57:36 -03:00
parent 83e0a70ddc
commit be8b251b58

View File

@@ -661,7 +661,7 @@ struct npc_reliquary_combat_trigger : public ScriptedAI
bool CanAIAttack(Unit const* who) const override
{
return ScriptedAI::CanAIAttack(who) && IsInBoundary(&who->GetPosition());
return ScriptedAI::CanAIAttack(who) && IsInBoundary(who);
}
void Reset() override