This commit is contained in:
aozhiwei 2024-02-03 00:01:42 +08:00
parent 39c403762c
commit 34906b3ae6

View File

@ -2790,6 +2790,7 @@ void Room::RemoveRescue(Human* hum)
ele_hum->GetActionTargetId() == hum->GetUniId()) {
ele_hum->CancelAction();
}
return true;
});
}
@ -3513,6 +3514,7 @@ void Room::GMFastForward()
VP_Gas,
TEXT("battle_server_killer_gas", "毒圈"));
}
return true;
});
xtimer.SetTimeoutEx
(