获得指定材料任务
This commit is contained in:
parent
33bdd3a86b
commit
a85aac429a
@ -9,7 +9,6 @@ import (
|
||||
"go_dreamfactory/sys/configure"
|
||||
cfg "go_dreamfactory/sys/configure/structs"
|
||||
"go_dreamfactory/sys/db"
|
||||
"go_dreamfactory/utils"
|
||||
"math"
|
||||
"time"
|
||||
|
||||
@ -295,7 +294,6 @@ func (this *ModelItemsComp) AddItemsToUserPack(uId string, items map[string]int3
|
||||
}
|
||||
change = append(change, add...)
|
||||
//
|
||||
go this.module.ModuleRtask.TriggerTask(uId, comm.GettaskParam(comm.Rtype170, utils.ToInt32(k), v))
|
||||
|
||||
}
|
||||
if len(del) > 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user