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

diff --git a/System/Guard/GuardModel.cs b/System/Guard/GuardModel.cs
index 54eb234..d3475f8 100644
--- a/System/Guard/GuardModel.cs
+++ b/System/Guard/GuardModel.cs
@@ -55,7 +55,7 @@
             {
                 yield break;
             }
-            var _itemModel = _equipModel.GetItemModelByIndex((int)RoleEquipType.SpiritAnimal);
+            var _itemModel = _equipModel.GetItemByIndex((int)RoleEquipType.SpiritAnimal);
             if (_itemModel != null && _itemModel.itemInfo != null)
             {
                 _hero.SwitchGuard((uint)_itemModel.itemId);

--
Gitblit v1.8.0