From 95c4c4ee2e6c37986ff73ab2906e6746f4488c80 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=B0=E4=B8=80=E8=B5=A0=E4=B8=80=E7=A4=BC?= =?UTF-8?q?=E5=8C=85=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/game/mod/activity/activity_gift.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/server/game/mod/activity/activity_gift.go b/src/server/game/mod/activity/activity_gift.go index ad5090e7..23875261 100644 --- a/src/server/game/mod/activity/activity_gift.go +++ b/src/server/game/mod/activity/activity_gift.go @@ -16,9 +16,7 @@ func (a *Activity) Fire(Id int, atype int) ([]*item.Item, error) { // Var.Buy = true // Var.Time = GoUtil.Now() if atype == ACT_TYPE_ADD_GIFT { - //todo 测试 - a.AddEnd = GoUtil.Now() + 7 - //a.AddEnd = GoUtil.Now() + 7*86400 + a.AddEnd = GoUtil.Now() + 7*86400 } return activityCfg.GetActivityGiftItems(Id), nil }