From b4c0ef42fb938ace44bd616294384c19d084af2c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 24 十二月 2018 16:06:56 +0800
Subject: [PATCH] 5367 【前端】【1.4】聚魂功能开发(聚魂替换规则修改)
---
System/GatheringSoul/GatheringSoulModel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/GatheringSoul/GatheringSoulModel.cs b/System/GatheringSoul/GatheringSoulModel.cs
index 21da423..c3a7485 100644
--- a/System/GatheringSoul/GatheringSoulModel.cs
+++ b/System/GatheringSoul/GatheringSoulModel.cs
@@ -863,7 +863,7 @@
SendEquipPack((int)PackType.rptGatherSoul, item.index, (int)PackType.rptInterimPack, tryEquipHole);
}
}
- if (item.itemType == GATHERSOUL_CORE_TYPE)
+ else if (item.itemType == GATHERSOUL_CORE_TYPE)
{
GatherSoulItem holeItem;
if (TryGetItem(coreHole, out holeItem))
--
Gitblit v1.8.0