增加GM指令,重置trigger mail记录
This commit is contained in:
parent
f3a764e2dc
commit
62b8959806
@ -594,6 +594,8 @@ func ReqGmCommand_(player *Player, Command string) error {
|
||||
LimitedTimeEventMod := player.PlayMod.getLimitedTimeEventMod()
|
||||
LimitedTimeEventMod.AddEvent(Id, Cd)
|
||||
player.PushClientRes(LimitedTimeEventMod.BackData())
|
||||
case "resetTriggerMail":
|
||||
player.PlayMod.mod_list.Mail.TriggerMail = make([]int, 0, 8)
|
||||
case "debugMsg":
|
||||
to, _ := strconv.Atoi(arg[1])
|
||||
num, _ := strconv.Atoi(arg[1])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user