forked from metin2/server
Fixed network handling of phase change, players can log ingame, but get disconnected after a few minutes with a sequence error.
This commit is contained in:
@ -699,7 +699,7 @@ enum EMisc2
|
||||
INVENTORY_AND_EQUIP_SLOT_MAX = BELT_INVENTORY_SLOT_END,
|
||||
};
|
||||
|
||||
#pragma pack(push, 1)
|
||||
#pragma pack(1)
|
||||
|
||||
typedef struct SItemPos
|
||||
{
|
||||
@ -778,6 +778,6 @@ typedef enum
|
||||
SHOP_COIN_TYPE_SECONDARY_COIN,
|
||||
} EShopCoinType;
|
||||
|
||||
#pragma pack(pop)
|
||||
#pragma pack()
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user