From a85aac429ae07f1dd7474b9b70cfa1d68dc634e9 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Fri, 26 May 2023 18:58:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=BE=97=E6=8C=87=E5=AE=9A=E6=9D=90?= =?UTF-8?q?=E6=96=99=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/items/modelitems.go | 2 -- 1 file changed, 2 deletions(-) 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 {