1
This commit is contained in:
parent
f7eb080a89
commit
716d449fec
@ -268,7 +268,7 @@ class RoomBattleDataService extends BaseService {
|
|||||||
"item_id" => V_ITEM_GOLD,
|
"item_id" => V_ITEM_GOLD,
|
||||||
"item_num" => floor($gold),
|
"item_num" => floor($gold),
|
||||||
"details" => array(
|
"details" => array(
|
||||||
'baseValue' => $baseValue,
|
'baseValue' => floor($baseValue),
|
||||||
// 'wealthValue' => $wealthValue,
|
// 'wealthValue' => $wealthValue,
|
||||||
'hashRateValue' => isset($hashRateValue) ? $hashRateValue : 0,
|
'hashRateValue' => isset($hashRateValue) ? $hashRateValue : 0,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user