1
This commit is contained in:
parent
e21196906a
commit
a9763d5aab
@ -160,14 +160,6 @@ func ReqGmCommand_(player *Player, Command string) error {
|
||||
G_GameLogicPtr.ChampshipMgrSend(&MsgMod.Msg{
|
||||
Type: MsgMod.SERVER_ZERO_UPDATE,
|
||||
})
|
||||
case "addMail":
|
||||
MailMod := player.PlayMod.getMailMod()
|
||||
Id := MailMod.Send("test", "test", []*item.Item{item.NewItem(100001, 1)})
|
||||
player.PushClientRes(MailMod.NotifyMail(Id))
|
||||
case "addMail2":
|
||||
MailMod := player.PlayMod.getMailMod()
|
||||
Id := MailMod.Send("test", "test", []*item.Item{})
|
||||
player.PushClientRes(MailMod.NotifyMail(Id))
|
||||
case "resetEmitOrder":
|
||||
OrderMod := player.PlayMod.getOrderMod()
|
||||
OrderMod.EimtOrder = make(map[string]struct{})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user