diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index 965aa69..2f96939 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -414,7 +414,6 @@ class RoleController{ if ($rowUser['battle_re_times'] < $p_battle_reward['param_value']) { $keys_num = $rowUser['keys_num'] + 1; $battle_re_times = $rowUser['battle_re_times'] + 1; - $addreward->addReward($skin_id, $skin_num, $account_id); $ret = $conn->execScript('UPDATE user SET battle_re_times=:battle_re_times, keys_num=:keys_num, modify_time=:modify_time ' . ' WHERE accountid=:accountid;', array(