From d0a98d02634fee5771d1e7871e75381de06baca8 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 21 二月 2025 01:40:58 +0800
Subject: [PATCH] 10398 子 2月11-14版本更新 / 2月17-21版本更新 -购买超65535 问题

---
 LogicProject/System/FosterActivity/FosterModel.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/LogicProject/System/FosterActivity/FosterModel.cs b/LogicProject/System/FosterActivity/FosterModel.cs
index 3bc5c23..732d255 100644
--- a/LogicProject/System/FosterActivity/FosterModel.cs
+++ b/LogicProject/System/FosterActivity/FosterModel.cs
@@ -70,10 +70,9 @@
     //璐拱
     public void BuyItem(int ID,int count )
     {
-        C0803_tagCBuyItemList buyShop = new C0803_tagCBuyItemList();
-        buyShop.NPCID = 0;
+        CA310_tagCMBuyItem buyShop = new CA310_tagCMBuyItem();
         buyShop.BuyItemIndex = (ushort)ID;
-        buyShop.BuyCount = (ushort)count;
+        buyShop.BuyCount = (uint)count;
         GameNetSystem.Instance.SendInfo(buyShop);
     }
 

--
Gitblit v1.8.0