1
This commit is contained in:
parent
c69e57e3bc
commit
3efba3d12a
@ -258,9 +258,6 @@ class RoleController{
|
|||||||
$times = $this->getRewardTimes($coin_num);
|
$times = $this->getRewardTimes($coin_num);
|
||||||
$extra_coin = $coin_num * ($times - 1);
|
$extra_coin = $coin_num * ($times - 1);
|
||||||
error_log(11111111);
|
error_log(11111111);
|
||||||
$extra_drop = "";
|
|
||||||
$skin_id = $skin_id_array[$keys][0];
|
|
||||||
$skin_num = $skin_num_array[$keys][0];
|
|
||||||
$p_battle_reward = $this->getParameter(MAX_BATTLE_REWARD);
|
$p_battle_reward = $this->getParameter(MAX_BATTLE_REWARD);
|
||||||
if ($row['battle_re_times'] >= $p_battle_reward['param_value']) {
|
if ($row['battle_re_times'] >= $p_battle_reward['param_value']) {
|
||||||
$extra_drop = '10001:' . $extra_coin;
|
$extra_drop = '10001:' . $extra_coin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user