mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00: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