1
This commit is contained in:
parent
18ff2978cf
commit
8a75d05a8c
@ -166,7 +166,7 @@ class FormulaService extends BaseService {
|
||||
|
||||
$heroProbability = min($heroFragmentNum / $onlineNum *
|
||||
$dropRate * ($instanceRankRate + $bossReward*0.2) *
|
||||
pow(2, $todayPveBattleTimes - $todayPveGetFragmentNum - 1), 1);
|
||||
pow(2, $todayPveBattleTimes - $todayPveLastGetFragmentBattle - 1), 1);
|
||||
error_log(json_encode(func_get_args()));
|
||||
return max(0, $heroProbability);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user