فهرست منبع

兑换功能同步问题去掉

cyzhao 8 ماه پیش
والد
کامیت
8b179b70bd
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      Gameserver/App/process/ActiveProc.php

+ 1 - 2
Gameserver/App/process/ActiveProc.php

@@ -69,8 +69,7 @@ class ActiveProc {
                     "store" => ctx()->store,                           
                     'cash' => ctx()->baseInfo->cash,
                     'gold'=> ctx()->baseInfo->gold,
-                    'reward'=> StoreProc::$reward,
-                    'lotteryExchange'=> ctx()->privateState->lotteryExchange,
+                    'reward'=> StoreProc::$reward,                  
         ));
     }