1
This commit is contained in:
parent
6a851db3c4
commit
a9314108e1
@ -102,12 +102,6 @@ class BattleDataService extends BaseService {
|
||||
error_log(json_encode($_REQUEST));
|
||||
$matchMode = getReqVal('match_mode', 0);
|
||||
{
|
||||
$userDb = User::find(getReqVal('account_id', 0));
|
||||
if(!$userDb){
|
||||
return false;
|
||||
}
|
||||
$this->userinfo = User::toSimple($userDb);
|
||||
|
||||
$heroDb = Hero::find(getReqVal('hero_uniid', 0));
|
||||
if (!$heroDb) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user