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 问题
---
System/Store/StoreModel.cs | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/System/Store/StoreModel.cs b/System/Store/StoreModel.cs
index 12795c5..6e5a1d7 100644
--- a/System/Store/StoreModel.cs
+++ b/System/Store/StoreModel.cs
@@ -1178,10 +1178,9 @@
}
else
{
- C0803_tagCBuyItemList buyShop = new C0803_tagCBuyItemList();
- buyShop.NPCID = 0;
+ CA310_tagCMBuyItem buyShop = new CA310_tagCMBuyItem();
buyShop.BuyItemIndex = (ushort)model.ID;
- buyShop.BuyCount = (ushort)count;
+ buyShop.BuyCount = (uint)count;
GameNetSystem.Instance.SendInfo(buyShop);
}
}
--
Gitblit v1.8.0