From 7907284feade9412d7aab9c551fc1906e4ff956c Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Tue, 23 Jul 2019 17:10:04 +0800 Subject: [PATCH] 1 --- webapp/controller/RoleController.class.php | 1 - 1 file changed, 1 deletion(-) 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(