复制账号不修改本身的身份证
This commit is contained in:
parent
014b84d86b
commit
8de229f377
@ -489,6 +489,8 @@ func ReqGmCommand_(player *Player, Command string) error {
|
||||
BaseMod := p1.PlayMod.getBaseMod()
|
||||
BaseMod.Uid = player.M_DwUin
|
||||
BaseMod.NickName = player.PlayMod.getBaseMod().NickName
|
||||
BaseMod.IdCardName = player.PlayMod.getBaseMod().IdCardName
|
||||
BaseMod.IdCardNum = player.PlayMod.getBaseMod().IdCardNum
|
||||
BaseMod.LoginTime = GoUtil.Now()
|
||||
player.PlayMod.mod_list = p1.PlayMod.mod_list
|
||||
player.PlayMod.mod_list.Base = *BaseMod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user