This commit is contained in:
aozhiwei 2019-05-05 16:30:45 +08:00
parent 99c936164f
commit eaf14c67fc

View File

@ -968,7 +968,7 @@ void Player::_CMWatchWar(f8::MsgHdr& hdr, const cs::CMWatchWar& msg)
Human* target = room->GetWatchWarTarget(this);
if (target) {
SendNotifyMsg(respmsg);
target->FollowTarget(target);
hdr.hum->FollowTarget(target);
} else {
respmsg.set_error_code(1);
SendNotifyMsg(respmsg);