[Crash fix] Try to fix lfg crash

This commit is contained in:
Yunfan Li
2024-08-25 13:04:39 +08:00
parent 2c82ea23e0
commit 8dc00c4c6c

View File

@@ -212,6 +212,9 @@ bool LfgAcceptAction::Execute(Event event)
return true;
}
if (event.getPacket().empty())
return false;
WorldPacket p(event.getPacket());