mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
fix build errors
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user