1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 19:17:45 +00:00

remove that dumb sh!t

This commit is contained in:
collett 2020-01-05 06:14:05 +09:00
parent 72ea61393d
commit 642369a3d1

View file

@ -2003,15 +2003,6 @@ namespace Sapphire::Network::Packets::Server
char otherName[32];
};
struct FFXIVIpcInventoryUnknown : FFXIVIpcBasePacket< InventoryUnknown >
{
uint32_t unk1;
uint16_t unk2;
uint16_t unk3;
uint32_t unk4;
uint32_t unk5;
};
}
#endif /*_CORE_NETWORK_PACKETS_SERVER_IPC_H*/