少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-25 4a7e84bea58ab1db7cdae9a23ca4828ed61d5990
System/Store/StoreModel.cs
@@ -87,7 +87,7 @@
        TimeMgr.Instance.OnHourEvent -= RefreshServerHour;
        GlobalTimeEvent.Instance.secondEvent -= UpdateSecond;
        NewBieCenter.Instance.guideBeginEvent -= GuidBegin;
        playerPack.RefreshItemCountAct -= UpdateFairyEquip;
        playerPack.refreshItemCountEvent -= UpdateFairyEquip;
        shopItemlimitDict.Clear();
        petAndMountPushlist.Clear();
        ClearPushData();
@@ -116,7 +116,7 @@
        WindowCenter.Instance.windowAfterOpenEvent += windowAfterOpen;
        WindowCenter.Instance.windowAfterCloseEvent += windowAfterClose;
        NewBieCenter.Instance.guideBeginEvent += GuidBegin;
        playerPack.RefreshItemCountAct += UpdateFairyEquip;
        playerPack.refreshItemCountEvent += UpdateFairyEquip;
        UpdateShowStore();
        SetIsMustBuyDay();
        ControllerRedPoint();