This commit is contained in:
hahwu 2025-03-17 19:46:03 +08:00
parent 67b7f09a6a
commit 9e7be7ce01

View File

@ -298,6 +298,10 @@ func ReqGmCommand_(player *Player, Command string) error {
BaseMod.LogoutTime = GoUtil.Now() - 7*86400
TriggerComfortOrder(player)
player.PushClientRes(player.PlayMod.getOrderMod().BackData())
case "resetGuiid":
GuildMod := player.PlayMod.getGuildMod()
GuildMod.Reward = make(map[int]int)
player.PushClientRes(GuildMod.BackData())
case "setDecorateArea":
S, _ := strconv.Atoi(arg[1])
DecorateMod := player.PlayMod.getDecorateMod()