增加gm
This commit is contained in:
parent
9dec8fa266
commit
469e52f984
@ -646,6 +646,10 @@ func ReqGmCommand_(player *Player, Command string) error {
|
||||
SevenMod.MonthResetTime = 0
|
||||
PlayerBaseMod := player.GetPlayerBaseMod()
|
||||
SevenMod.ZeroUpdate(PlayerBaseMod.GetSevenLoginAdd(), PlayerBaseMod.GetLastLoginTime(), player.GetOrderFactor())
|
||||
case "addInvite":
|
||||
Id, _ := strconv.Atoi(arg[1])
|
||||
player.PlayMod.getInviteMod().AddInvite(Id)
|
||||
player.PushClientRes(player.PlayMod.getInviteMod().NotifySuccess())
|
||||
case "debugLogoutMsg":
|
||||
ToUid, _ := strconv.Atoi(arg[1])
|
||||
uidList, err := db.GetDebugPlayer(ToUid)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user