Explorar el Código

兑换功能同步问题去掉

cyzhao hace 8 meses
padre
commit
8b179b70bd
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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,                  
         ));
     }