mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 18:00:27 +00:00
Rework in progress crash chat botgroup
This commit is contained in:
@@ -72,3 +72,8 @@ Unit* ServerFacade::GetChaseTarget(Unit* target)
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void ServerFacade::SendPacket(Player *player, WorldPacket *packet)
|
||||
{
|
||||
return player->GetSession()->SendPacket(packet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user