From 56f39346609f1ee4924ec8a9d562fa4f08d70e56 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 13 三月 2026 14:30:04 +0800
Subject: [PATCH] 556 【付费功能】时装商店-服务端(优化时装转化碎片时A801通知,封包修改货币增加IsBind,同物品标记逻辑,时装转化标记=40;)

---
 ServerPack/HA8_Item/GiveAwardInfo.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPack/HA8_Item/GiveAwardInfo.h b/ServerPack/HA8_Item/GiveAwardInfo.h
index d343da6..dd0018e 100644
--- a/ServerPack/HA8_Item/GiveAwardInfo.h
+++ b/ServerPack/HA8_Item/GiveAwardInfo.h
@@ -4,6 +4,7 @@
 {
 	BYTE		MoneyType;
 	DWORD		MoneyValue;
+	BYTE		IsBind;	// 同物品IsBind标记逻辑
 };
 
 struct    tagMCGiveAwardItem

--
Gitblit v1.8.0