From 39001a600fcae2bcf27c225df8752d75fb92fef4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 11:18:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/PhantasmPavilion/PhantasmPavilionModel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/PhantasmPavilion/PhantasmPavilionModel.cs b/Main/System/PhantasmPavilion/PhantasmPavilionModel.cs
index 7b8a461..7f64a15 100644
--- a/Main/System/PhantasmPavilion/PhantasmPavilionModel.cs
+++ b/Main/System/PhantasmPavilion/PhantasmPavilionModel.cs
@@ -429,7 +429,7 @@
             if (itemConfig.UseLV > PlayerDatas.Instance.baseData.LV)
                 return 0;
             //婵�娲荤墿鍝佹暟閲忎笉瓒�
-            int hasCnt = PackManager.Instance.GetItemCountByID(PackType.Item, itemId);
+            var hasCnt = PackManager.Instance.GetItemCountByID(PackType.Item, itemId);
             if (hasCnt < count)
                 return 0;
             return 1;

--
Gitblit v1.8.0