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{}) {