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