From e32cd1a6bd21fb0c0dbb90cf40b6270981ef99cd Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Thu, 10 Oct 2024 17:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/etcd.go | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/worldsrv/etcd.go b/worldsrv/etcd.go index 128a87b..3f5a929 100644 --- a/worldsrv/etcd.go +++ b/worldsrv/etcd.go @@ -341,21 +341,6 @@ func platformConfigEvent(ctx context.Context, completeKey string, isInit bool, e default: logger.Logger.Errorf("etcd completeKey:%s, Not processed", completeKey) } - PlatformMgrSingleton.GetConfig("1").ClientUpgrade = &webapi.ClientUpgrade{ - Platform: "1", - On: 1, - OnForce: 0, - Reward: []*webapi.ItemInfo{ - { - ItemId: 100001, - ItemNum: 100, - }, - { - ItemId: 100002, - ItemNum: 100, - }, - }, - } } func handlerEvent(ctx context.Context, completeKey string, isInit bool, event *clientv3.Event, data interface{}) {