From 6eb8ce81a683bf5a3024877fdcd4d8c95a8c87b5 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 29 六月 2023 17:15:43 +0800 Subject: [PATCH] 9818 【BT10】新增古宝特效效果 --- PySysDB/PySysDBPY.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/PySysDB/PySysDBPY.h b/PySysDB/PySysDBPY.h index 0f4e877..e01a522 100644 --- a/PySysDB/PySysDBPY.h +++ b/PySysDB/PySysDBPY.h @@ -2180,6 +2180,7 @@ struct tagCoat { DWORD _CoatID; //时装编号 + BYTE CostQuality; //时装品质 0-普通;1-稀有;2-传说 list EquipItemID; //装备物品ID(按职业顺序) DWORD UnlockItemID; //材料物品ID DWORD MaxLV; //最大星级 -- Gitblit v1.8.0