This commit is contained in:
hujiabin 2024-08-30 13:45:01 +08:00
parent aa91642c23
commit 01c57ca647

View File

@ -85,6 +85,9 @@ 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){