时间线优化
This commit is contained in:
parent
839aea3cfa
commit
7e6039f16a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user