Skip to content

Commit

Permalink
Update CharacterHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren authored Jan 17, 2025
1 parent c05d0a7 commit cc569db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WowPacketParser/Parsing/Parsers/CharacterHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void HandleStandStateChange(Packet packet)
[Parser(Opcode.SMSG_STAND_STATE_UPDATE)]
public static void HandleStandStateUpdate(Packet packet)
{
packet.ReadByteE<StandState>("State");
packet.ReadInt32E<StandState>("State");
}

[Parser(Opcode.CMSG_CREATE_CHARACTER)]
Expand Down

0 comments on commit cc569db

Please sign in to comment.