增加GM
This commit is contained in:
parent
67b7f09a6a
commit
9e7be7ce01
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user