1
This commit is contained in:
parent
943e2b989e
commit
b6344aa461
@ -2188,7 +2188,10 @@ void Human::BroadcastBattleHint()
|
||||
if (room->GetFrameNo() - last_battle_hint_frameno_ >= mt::Param::s().battle_hint_interval) {
|
||||
last_battle_hint_frameno_ = room->GetFrameNo();
|
||||
if (last_battle_hint_uniid_ > 0) {
|
||||
|
||||
cs::SMDelBattleHint notify_msg;
|
||||
notify_msg.set_uniid(last_battle_hint_uniid_);
|
||||
SendNotifyMsg(notify_msg);
|
||||
last_battle_hint_uniid_ = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user