zwisus
Results
1
issues of
zwisus
**\modules\mod-eluna\src\LuaEngine\WorldPacketMethods.h** The GUID is incorrect, it was read without going through the buffer.Sometings crash. > int ReadGUID(lua_State* L, WorldPacket* packet) { ObjectGuid guid; (*packet) >> guid; Eluna::Push(L, guid); return 1;...