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/Strengthening/GodBeastModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/Strengthening/GodBeastModel.cs b/System/Strengthening/GodBeastModel.cs
index 3dd6271..8bc3b1a 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.config.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.config.EquipPlace, IudetDogzEquipPlus[0]);
             int[] AttType = DogzEquipConfig.attType;
             int[] AttValue = DogzEquipConfig.attValue;
             for (int j = 0; j < AttType.Length; j++)

--
Gitblit v1.8.0