mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-22 10:36:06 +02:00
Fixed bugs in the new inventory code.
This commit is contained in:
parent
81d82cd7a8
commit
5bec522c8e
4 changed files with 94 additions and 46 deletions
|
@ -169,7 +169,9 @@ namespace FFXIVClassic_World_Server
|
|||
{
|
||||
uint sessionId = subpacket.header.targetId;
|
||||
Session session = GetSession(sessionId);
|
||||
subpacket.DebugPrintSubPacket();
|
||||
|
||||
if (subpacket.gameMessage.opcode != 0x1 && subpacket.gameMessage.opcode != 0xca)
|
||||
subpacket.DebugPrintSubPacket();
|
||||
if (subpacket.gameMessage.opcode >= 0x1000)
|
||||
{
|
||||
//subpacket.DebugPrintSubPacket();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue