mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 03:48:23 +02:00
Achievements are now loaded from the database. Cleaned up login packets.
This commit is contained in:
parent
f7702bca13
commit
724445a54a
5 changed files with 65 additions and 68 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue