复制账号不修改本身的身份证

This commit is contained in:
hahwu 2025-11-20 12:01:32 +08:00
parent 014b84d86b
commit 8de229f377

View File

@ -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