From 187eab6761fa8942ac81fea5faef08bd1924cb7c Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 13 Nov 2022 01:58:35 +0200 Subject: [PATCH 22/22] packets.def: Make PACKET_EDIT_CITY history UINT32 See osdn #46013 Signed-off-by: Marko Lindqvist --- common/networking/packets.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/networking/packets.def b/common/networking/packets.def index 1481bb7b76..abffb0eeda 100644 --- a/common/networking/packets.def +++ b/common/networking/packets.def @@ -2283,7 +2283,7 @@ PACKET_EDIT_CITY = 213; cs, handle-per-conn PLAYER owner; PLAYER original; UINT8 size; - UINT16 history; + UINT32 history; UINT8 ppl_happy[5], ppl_content[5], ppl_unhappy[5], ppl_angry[5]; UINT8 specialists_size; UINT8 specialists[SP_MAX:specialists_size]; -- 2.35.1