mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
fix HandleBotOutgoingPacket
This commit is contained in:
parent
7c177bccc9
commit
99885b56bb
@ -639,7 +639,7 @@ void PlayerbotAI::HandleBotOutgoingPacket(WorldPacket const& packet)
|
||||
{
|
||||
if (packet.empty())
|
||||
return;
|
||||
if (!bot || !bot->IsInWorld() || !bot->IsDuringRemoveFromWorld()) {
|
||||
if (!bot || !bot->IsInWorld() || bot->IsDuringRemoveFromWorld()) {
|
||||
return;
|
||||
}
|
||||
switch (packet.GetOpcode())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user