gm优化
This commit is contained in:
parent
3077a1e0d4
commit
dfa3142b19
@ -399,6 +399,11 @@ func ReqGmCommand_(player *Player, Command string) error {
|
||||
DecorateMod.AreaId = S
|
||||
DecorateMod.FinishList = make(map[int]struct{})
|
||||
DecorateMod.Progress = 0
|
||||
DecorateMod.PartCost = make(map[int]*decorate.PartCostInfo)
|
||||
DecorateMod.PartClassPool = []int{}
|
||||
DecorateMod.PartPool = make(map[int]int)
|
||||
DecorateMod.InitData()
|
||||
player.PushClientRes(DecorateMod.BackData())
|
||||
case "setDecorateProgress":
|
||||
S, _ := strconv.Atoi(arg[1])
|
||||
DecorateMod := player.PlayMod.getDecorateMod()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user