From 994929e7bb59b56b0b49a846859fdcaa863c2fa9 Mon Sep 17 00:00:00 2001 From: Kinglykrab Date: Thu, 12 Dec 2024 23:11:15 -0500 Subject: [PATCH] Update eq_packet_structs.h --- common/eq_packet_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/eq_packet_structs.h b/common/eq_packet_structs.h index 9545fe78a3..3dde56abf6 100644 --- a/common/eq_packet_structs.h +++ b/common/eq_packet_structs.h @@ -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];