mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Minor edits to the previous commit.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace FFXIVClassic_Map_Server.packets.receive
|
||||
{
|
||||
public bool invalidPacket = false;
|
||||
|
||||
public uint achievementID;
|
||||
public uint achievementId;
|
||||
public uint responseType;
|
||||
|
||||
public AchievementProgressRequestPacket(byte[] data)
|
||||
@@ -18,9 +18,8 @@ namespace FFXIVClassic_Map_Server.packets.receive
|
||||
{
|
||||
try
|
||||
{
|
||||
achievementID = binReader.ReadUInt32();
|
||||
achievementId = binReader.ReadUInt32();
|
||||
responseType = binReader.ReadUInt32();
|
||||
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
Reference in New Issue
Block a user