Refactored world server.

This commit is contained in:
Filip Maj
2017-06-27 17:31:17 -04:00
parent 9353f77db0
commit 516564a896
33 changed files with 83 additions and 83 deletions

View File

@@ -27,7 +27,7 @@ namespace FFXIVClassic_World_Server.Packets.WorldPackets.Send.Group
}
}
return new SubPacket(true, OPCODE, 0, session.sessionId, data);
return new SubPacket(true, OPCODE, 0, data);
}
}
}