From 18590ad483403089e4fac19ea2b80c31a68e94ca Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Tue, 6 Jun 2023 16:24:55 +0800 Subject: [PATCH] reactor: role:items-> map --- models.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.proto b/models.proto index 8df618d..5081bb4 100644 --- a/models.proto +++ b/models.proto @@ -118,7 +118,7 @@ message Role { int32 sp_buycount = 11; map incres = 12; - string items = 13;//物品 "id=count id2=count2" + map items = 13;//物品 "id=count id2=count2" uint32 clotheslimit = 14; uint32 weaponslimit = 15; uint32 otherlimit = 16; -- libgit2 0.21.2