From bcd4a8d09228ad21bafe4cf25abd9b1fb78a40f0 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 30 八月 2018 17:34:29 +0800
Subject: [PATCH] Fixed #2199 事件调用名称出错.
---
Fight/GameActor/GAMgr.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Fight/GameActor/GAMgr.cs b/Fight/GameActor/GAMgr.cs
index 5cb1dda..06e13b0 100644
--- a/Fight/GameActor/GAMgr.cs
+++ b/Fight/GameActor/GAMgr.cs
@@ -578,9 +578,9 @@
if (_npcfight != null)
{
- if (OnFightNpcRequest != null)
+ if (OnFightNpcRelease != null)
{
- OnFightNpcRequest((uint)_npcfight.NpcConfig.NPCID);
+ OnFightNpcRelease((uint)_npcfight.NpcConfig.NPCID);
}
}
--
Gitblit v1.8.0