diff --git a/modules/items/modelitems.go b/modules/items/modelitems.go index b06c8d55d..9ba498802 100644 --- a/modules/items/modelitems.go +++ b/modules/items/modelitems.go @@ -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 {