Skip to content

Commit

Permalink
Implement CMSG_SET_ACHIEVEMENTS_HIDDEN (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesielecat authored and Shauren committed Oct 26, 2019
1 parent 8ec76d5 commit 3b2e808
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,11 @@ public static void HandleGuildAchievementMembers(Packet packet)
for (int i = 0; i < memberCount; i++)
ReadGuildAchievementMember(packet, i);
}

[Parser(Opcode.CMSG_SET_ACHIEVEMENTS_HIDDEN)]
public static void HandleSetAchievementsHidden(Packet packet)
{
packet.ReadBit("Hidden");
}
}
}

0 comments on commit 3b2e808

Please sign in to comment.