Achievements are now loaded from the database. Cleaned up login packets.

This commit is contained in:
Filip Maj 2016-01-16 18:38:49 -05:00
parent f7702bca13
commit 724445a54a
5 changed files with 65 additions and 68 deletions

View file

@ -24,7 +24,7 @@ namespace FFXIVClassic_Map_Server.packets.send.player
public const int CATEGORY_DUNGEONS = 750;
public const int CATEGORY_EXPLORATION = 800;
public const int CATEGORY_GRAND_COMPANY = 820;
public const ushort OPCODE = 0x019A;
public const uint PACKET_SIZE = 0xA0;
@ -48,6 +48,6 @@ namespace FFXIVClassic_Map_Server.packets.send.player
return new SubPacket(OPCODE, playerActorID, playerActorID, data);
}
}
}