Explorar o código

兑换功能问题修复

cyzhao hai 8 meses
pai
achega
cd39a1dcbf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Gameserver/App/process/ActiveProc.php

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

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