mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
[Crash fix] Try to fix lfg crash
This commit is contained in:
parent
2c82ea23e0
commit
8dc00c4c6c
@ -212,6 +212,9 @@ bool LfgAcceptAction::Execute(Event event)
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
if (event.getPacket().empty())
|
||||
return false;
|
||||
|
||||
WorldPacket p(event.getPacket());
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user