This commit is contained in:
hujiabin 2024-08-30 14:13:04 +08:00
parent 01c57ca647
commit e3b737e73a

View File

@ -85,9 +85,6 @@ class TameBattleDataService extends BaseService {
public function updateBattleData()
{
error_log('updateBattleData');
if (getXVal($this->allInfo,'is_newbie_battle', 0)){
return false;
}
$matchMode = getXVal($this->allInfo,'room_mode', 0);
$userInfo = myself()->_getOrmUserInfo();
if (!$userInfo){