时间线优化

This commit is contained in:
hahwu 2025-04-21 15:47:36 +08:00
parent 839aea3cfa
commit 7e6039f16a

View File

@ -90,6 +90,9 @@ func ReqGmCommand_(player *Player, Command string) error {
VarMod := player.PlayMod.getVarMod()
VarMod.DailyResetTime = 0
player.ZeroUpdate(nil)
case "addChampshipLog":
num, _ := strconv.Atoi(arg[1])
player.AddLog(num, friend.LOG_TYPE_PLAYROOM_CHAMPSHIP, fmt.Sprintf("%d,%d", 1, 1))
case "serverZeroUpdate":
VarMod := player.PlayMod.getVarMod()
VarMod.DailyResetTime = 0