fix build errors

This commit is contained in:
bash
2025-10-05 23:49:13 +02:00
parent 1faf20f567
commit 780f6d60e0
4 changed files with 5 additions and 5 deletions

View File

@@ -787,7 +787,7 @@ void PlayerbotAI::Reset(bool full)
void PlayerbotAI::RemoveFromGroup()
{
if (!bot || !bot->GetGroup() || bot->IsRealPlayer())
if (!bot || !bot->GetGroup() || IsRealPlayer())
return;
WorldPacket* packet = new WorldPacket(CMSG_GROUP_DISBAND);