From 33a2c609eb2fba9382da67a263b9fb45dc814e93 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 22 四月 2019 15:08:32 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Fight/GameActor/GA_NpcClientCollect.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Fight/GameActor/GA_NpcClientCollect.cs b/Fight/GameActor/GA_NpcClientCollect.cs
index 4c6f853..048ce63 100644
--- a/Fight/GameActor/GA_NpcClientCollect.cs
+++ b/Fight/GameActor/GA_NpcClientCollect.cs
@@ -202,7 +202,7 @@
WindowCenter.Instance.Close<NormalCollectWin>();
m_StartCollect = false;
var _hero = PlayerDatas.Instance.hero;
- if (_hero != null && _hero.ActorInfo.serverDie)
+ if (_hero != null && !_hero.ActorInfo.serverDie)
{
if (_hero.IsCollect())
{
--
Gitblit v1.8.0