Skip to content

Commit

Permalink
Update eq_packet_structs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinglykrab committed Dec 13, 2024
1 parent 63d5f08 commit 994929e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/eq_packet_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -6444,7 +6444,7 @@ struct PickZoneEntry_Struct {

struct PickZoneWindow_Struct {
char padding000[64];
int64_t session_id;
int64 session_id;
int8 option_count;
char padding073[23];
PickZoneEntry_Struct entries[10];
Expand Down

0 comments on commit 994929e

Please sign in to comment.