mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
[Crash fix] Try to fix lfg crash
This commit is contained in:
@@ -212,6 +212,9 @@ bool LfgAcceptAction::Execute(Event event)
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
if (event.getPacket().empty())
|
||||
return false;
|
||||
|
||||
WorldPacket p(event.getPacket());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user