From a87120c155c48fa45b20a97c1a58bdbeb77318b7 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 20 二月 2019 16:54:13 +0800
Subject: [PATCH] 3335 物品相关类型重构

---
 System/KnapSack/Logic/PlayerStarNumWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/KnapSack/Logic/PlayerStarNumWin.cs b/System/KnapSack/Logic/PlayerStarNumWin.cs
index 12aa3b9..047b1af 100644
--- a/System/KnapSack/Logic/PlayerStarNumWin.cs
+++ b/System/KnapSack/Logic/PlayerStarNumWin.cs
@@ -54,7 +54,7 @@
             SinglePackModel singlePack = playerPack.GetSinglePackModel(PackType.Equip);
             if (singlePack != null)
             {
-                _itemDict = singlePack.GetPackModelIndexDict();
+                _itemDict = singlePack.GetAllItems();
             }
             RefreshUI();
         }

--
Gitblit v1.8.0