Kaynağa Gözat

兑换功能同步问题去掉

cyzhao 8 ay önce
ebeveyn
işleme
8b179b70bd
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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,                  
         ));
     }