From a4b6d95011aeb8e071243867c2a08dfd36dfe868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Lach?= Date: Tue, 1 Nov 2022 09:05:46 +0100 Subject: [PATCH] Add is-game-info flag to PACKET_CITY_UPDATE_COUNTER See osdn #45890 diff --git a/common/networking/packets.def b/common/networking/packets.def index abffb0eeda..56722efed7 100644 --- a/common/networking/packets.def +++ b/common/networking/packets.def @@ -778,9 +778,9 @@ PACKET_CITY_INFO = 31; sc, lsend, is-game-info, force, cancel(PACKET_CITY_SHORT_ UNIT_ORDER rally_point_orders[MAX_LEN_ROUTE:rally_point_length]; end -PACKET_CITY_UPDATE_COUNTER = 514; sc, lsend - CITY city; - COUNTER counter; +PACKET_CITY_UPDATE_COUNTER = 514; sc, lsend, is-game-info + CITY city; key + COUNTER counter; key UINT32 value; end -- 2.39.0