mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +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())
|
if (packet.empty())
|
||||||
return;
|
return;
|
||||||
if (!bot || !bot->IsInWorld() || !bot->IsDuringRemoveFromWorld()) {
|
if (!bot || !bot->IsInWorld() || bot->IsDuringRemoveFromWorld()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
switch (packet.GetOpcode())
|
switch (packet.GetOpcode())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user