This commit is contained in:
hahwu 2025-08-20 15:27:01 +08:00
parent 4f24b30ba8
commit d84266817f

View File

@ -455,6 +455,7 @@ func ReqGmCommand_(player *Player, Command string) error {
BaseMod.NickName = player.PlayMod.getBaseMod().NickName
BaseMod.LoginTime = GoUtil.Now()
player.PlayMod.mod_list = p1.PlayMod.mod_list
player.PlayMod.mod_list.Base = *BaseMod
case "orderMerge": // 获取order订单的mergeId
OrderMod := player.PlayMod.getOrderMod()
items := make([]*item.Item, 0)