1
This commit is contained in:
parent
31e9699eea
commit
fb18ab8afb
@ -465,9 +465,11 @@ class BattleDataService extends BaseService {
|
|||||||
|
|
||||||
private function rewardFragmentPve()
|
private function rewardFragmentPve()
|
||||||
{
|
{
|
||||||
|
$pveRankScore = getReqVal('pve_rank_score', 0);
|
||||||
|
|
||||||
$onlineNum = $this->getOnlineNumber();
|
$onlineNum = $this->getOnlineNumber();
|
||||||
$instanceLevel = 0;
|
$instanceLevel = $this->pveGeminiMeta['gemini_lv'];
|
||||||
$instanceRank = 0;
|
$instanceRank = mt\PveGeminiMode::calcStar($this->pveGeminiModeMeta, $pveRankScore);
|
||||||
$instanceRankRate = $this->getInstanceRankRate();
|
$instanceRankRate = $this->getInstanceRankRate();
|
||||||
$bossReward = getReqVal('pve_kill_boss', 0) ? 1 : 0;
|
$bossReward = getReqVal('pve_kill_boss', 0) ? 1 : 0;
|
||||||
$todayPveBattleTimes = $this->_getDailyV(TN_DAILY_PVE_BATTLE_TIMES, 0);
|
$todayPveBattleTimes = $this->_getDailyV(TN_DAILY_PVE_BATTLE_TIMES, 0);
|
||||||
@ -509,7 +511,8 @@ class BattleDataService extends BaseService {
|
|||||||
|
|
||||||
private function randWeight($items)
|
private function randWeight($items)
|
||||||
{
|
{
|
||||||
|
$spaces = array();
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getInstanceRankRate()
|
private function getInstanceRankRate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user