1
This commit is contained in:
parent
99c936164f
commit
eaf14c67fc
@ -968,7 +968,7 @@ void Player::_CMWatchWar(f8::MsgHdr& hdr, const cs::CMWatchWar& msg)
|
|||||||
Human* target = room->GetWatchWarTarget(this);
|
Human* target = room->GetWatchWarTarget(this);
|
||||||
if (target) {
|
if (target) {
|
||||||
SendNotifyMsg(respmsg);
|
SendNotifyMsg(respmsg);
|
||||||
target->FollowTarget(target);
|
hdr.hum->FollowTarget(target);
|
||||||
} else {
|
} else {
|
||||||
respmsg.set_error_code(1);
|
respmsg.set_error_code(1);
|
||||||
SendNotifyMsg(respmsg);
|
SendNotifyMsg(respmsg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user