From 9dc80fe5f090955e367dce044643dd987b3b6024 Mon Sep 17 00:00:00 2001 From: VDH Date: Tue, 23 Dec 2025 17:47:47 +0700 Subject: [PATCH] bo debug --- Assets/PerfectWorld/Scripts/Managers/CECNPCMan.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/PerfectWorld/Scripts/Managers/CECNPCMan.cs b/Assets/PerfectWorld/Scripts/Managers/CECNPCMan.cs index e2f83e285a..d3bbf37b0c 100644 --- a/Assets/PerfectWorld/Scripts/Managers/CECNPCMan.cs +++ b/Assets/PerfectWorld/Scripts/Managers/CECNPCMan.cs @@ -87,7 +87,6 @@ public class CECNPCMan : IMsgHandler } private void OnMsgNPCOutOfView(ECMSG msg) { - BMLogger.LogError("HoangDev : OnMsgNPCOutOfView (int)msg.dwParam1:"+ (int)msg.dwParam1); NPCLeave((int)msg.dwParam1); } public void Tick()