From 01f113b216cec98973e43d58ae21406cd9496513 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 27 Aug 2021 03:33:13 +0000 Subject: [PATCH] 1 --- server/gameserver/human.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index b724f32..395b5a0 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -1414,7 +1414,7 @@ void Human::RemoveObserver(Human* observer) void Human::SendUpdateMsg() { - if (!follow_target_ && !a8::HasBitFlag(status, CS_Disable) && IsPlayer()) { + if (!follow_target_ && !a8::HasBitFlag(status, CS_Disable)) { #ifdef DEBUG long long begin_tick = a8::XGetTickCount(); long long end_tick = a8::XGetTickCount();