This commit is contained in:
aozhiwei 2022-08-23 11:47:23 +08:00
parent fb0c4b88e5
commit 2b9ccd263e

View File

@ -1311,7 +1311,7 @@ void Room::UpdateGasInactivePvp()
void Room::UpdateGasInactivePve() void Room::UpdateGasInactivePve()
{ {
{ {
first_safearea = pve_mode_meta->area[0]; auto first_safearea = pve_mode_meta->area[0];
gas_data_.gas_mode = GasWaiting; gas_data_.gas_mode = GasWaiting;
gas_data_.gas_start_frameno = GetFrameNo(); gas_data_.gas_start_frameno = GetFrameNo();
battle_start_frameno_ = GetFrameNo(); battle_start_frameno_ = GetFrameNo();