From e4dc304b5a929e547698bdd8d87cbcc1b187ca2c Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 9 Feb 2021 23:58:24 -0600 Subject: [PATCH] Update servertalk.h --- common/servertalk.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/servertalk.h b/common/servertalk.h index 816807b56..cddf95319 100644 --- a/common/servertalk.h +++ b/common/servertalk.h @@ -1162,6 +1162,7 @@ struct ServerAdventureRequestAccept_Struct uint32 theme; uint32 id; uint32 member_count; + uint32 average_level; }; struct ServerAdventureRequestCreate_Struct @@ -1170,6 +1171,7 @@ struct ServerAdventureRequestCreate_Struct uint32 theme; uint32 id; uint32 member_count; + uint32 average_level; }; struct ServerSendAdventureData_Struct @@ -1241,6 +1243,7 @@ struct ServerZoneAdventureDataReply_Struct int dest_y; int dest_z; int dest_h; + int average_level; }; struct ServerAdventureFinish_Struct