From 973edc44a04dceb8b48a32ca912e6167f86189d4 Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期一, 25 八月 2025 17:38:02 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts --- Main/System/KnapSack/PackManager.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Main/System/KnapSack/PackManager.cs b/Main/System/KnapSack/PackManager.cs index b351c6e..39aaa30 100644 --- a/Main/System/KnapSack/PackManager.cs +++ b/Main/System/KnapSack/PackManager.cs @@ -779,9 +779,9 @@ /// <param name="type"></param> /// <param name="id"></param> /// <returns></returns> - public ulong GetItemCountByID(PackType type, int id, bool includeAuction = true) + public long GetItemCountByID(PackType type, int id, bool includeAuction = true) { - ulong count = 0; + long count = 0; var singlePack = GetSinglePack(type); if (singlePack != null) { -- Gitblit v1.8.0