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