From 283a720f06b0834b71ce8413a28caf24eeedc017 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 19 二月 2019 23:43:01 +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 7181f91..60dc6f5 100644
--- a/System/Guard/GuardModel.cs
+++ b/System/Guard/GuardModel.cs
@@ -58,7 +58,7 @@
var _itemModel = _equipModel.GetItemModelByIndex((int)RoleEquipType.SpiritAnimal);
if (_itemModel != null && _itemModel.itemInfo != null)
{
- _hero.SwitchGuard((uint)_itemModel.itemInfo.ItemID);
+ _hero.SwitchGuard((uint)_itemModel.itemId);
}
}
--
Gitblit v1.8.0