|
@@ -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,
|
|
|
));
|
|
|
}
|
|
|
|