1
This commit is contained in:
parent
aa91642c23
commit
01c57ca647
@ -85,6 +85,9 @@ class TameBattleDataService extends BaseService {
|
|||||||
public function updateBattleData()
|
public function updateBattleData()
|
||||||
{
|
{
|
||||||
error_log('updateBattleData');
|
error_log('updateBattleData');
|
||||||
|
if (getXVal($this->allInfo,'is_newbie_battle', 0)){
|
||||||
|
return false;
|
||||||
|
}
|
||||||
$matchMode = getXVal($this->allInfo,'room_mode', 0);
|
$matchMode = getXVal($this->allInfo,'room_mode', 0);
|
||||||
$userInfo = myself()->_getOrmUserInfo();
|
$userInfo = myself()->_getOrmUserInfo();
|
||||||
if (!$userInfo){
|
if (!$userInfo){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user