From 4fbcdd1af685499a25d00b0d0bd07a77e4943e4b Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 19 二月 2019 23:56:53 +0800
Subject: [PATCH] 3335 物品管理相关功能重构。

---
 System/Strengthening/GodBeastModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/Strengthening/GodBeastModel.cs b/System/Strengthening/GodBeastModel.cs
index b90cba0..6e3b792 100644
--- a/System/Strengthening/GodBeastModel.cs
+++ b/System/Strengthening/GodBeastModel.cs
@@ -132,7 +132,7 @@
                 int lv = IudetDogzEquipPlus[0];
                 if (lv > 0)
                 {
-                    var DogzEquipConfig = DogzEquipPlusConfig.GetEquipplaceAndLevel(item.EquipPlace, lv);
+                    var DogzEquipConfig = DogzEquipPlusConfig.GetEquipplaceAndLevel(item.equipPlace, lv);
                     int[] AttType = DogzEquipConfig.attType;
                     int[] AttValue = DogzEquipConfig.attValue;
                     for (int j = 0; j < AttType.Length; j++)
@@ -164,7 +164,7 @@
         var IudetDogzEquipPlus = item.GetUseDataModel((int)ItemUseDataKey.dogzEquipPlus);
         if (IudetDogzEquipPlus != null && IudetDogzEquipPlus[0] > 0)
         {
-            var DogzEquipConfig = DogzEquipPlusConfig.GetEquipplaceAndLevel(item.EquipPlace, IudetDogzEquipPlus[0]);
+            var DogzEquipConfig = DogzEquipPlusConfig.GetEquipplaceAndLevel(item.equipPlace, IudetDogzEquipPlus[0]);
             int[] AttType = DogzEquipConfig.attType;
             int[] AttValue = DogzEquipConfig.attValue;
             for (int j = 0; j < AttType.Length; j++)

--
Gitblit v1.8.0