From 60f616fc149c620953f468d1383f15a810f898df Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 05 三月 2019 15:30:20 +0800
Subject: [PATCH] 3555 新版装备功能开发
---
System/KnapSack/Logic/PackModel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/KnapSack/Logic/PackModel.cs b/System/KnapSack/Logic/PackModel.cs
index f416faf..5f02892 100644
--- a/System/KnapSack/Logic/PackModel.cs
+++ b/System/KnapSack/Logic/PackModel.cs
@@ -863,7 +863,7 @@
}
}
- public List<ItemModel> GetItems(SinglePack.FilterParams param)
+ public List<ItemModel> GetItems( PackType packType, SinglePack.FilterParams param)
{
if (playerPackDict.ContainsKey(PackType.Item))
{
--
Gitblit v1.8.0