From 6da723cf5a81d00710bb3ac938247017e218e501 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 03 十一月 2020 15:33:59 +0800 Subject: [PATCH] 1111 【BT】支持一键整理过期拍品;(A3 08 物品过期 #tagCMItemTimeout,同步主干、长尾) --- ClientPack/ClientToMapServer/CA3_Item/ItemTimeout.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ClientPack/ClientToMapServer/CA3_Item/ItemTimeout.h b/ClientPack/ClientToMapServer/CA3_Item/ItemTimeout.h index 3e07d7a..e4017c8 100644 --- a/ClientPack/ClientToMapServer/CA3_Item/ItemTimeout.h +++ b/ClientPack/ClientToMapServer/CA3_Item/ItemTimeout.h @@ -6,4 +6,5 @@ tagHead Head; BYTE PackType; //背包类型 BYTE ItemIndex; //物品在背包中索引 + BYTE IsAll; //是否处理所有过期物品 }; -- Gitblit v1.8.0