This commit is contained in:
hujiabin 2022-10-08 21:31:21 +08:00
parent 2fea397f46
commit 6c19381501

View File

@ -137,7 +137,7 @@ class BattleDataService extends BaseService {
}
}
//录入战斗记录
$this->saveBattleHistory();
// $this->saveBattleHistory();
switch ($matchMode) {
case self::MATCH_MODE_PVP:
@ -187,7 +187,7 @@ class BattleDataService extends BaseService {
"hero_id" => getReqVal('hero_uniid', 0),
"weapon1" => getReqVal('weapon_uuid1', 0),
"weapon2" => getReqVal('weapon_uuid2', 0),
"damage" => getReqVal('damage_out', 0),
// "damage" => getReqVal('damage_out', 0),
"battle_end_time" => myself()->_getNowTime(),
"current_level_class" => $user['rank'],
"current_level_class_score" => $user['score'],