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();