1
This commit is contained in:
parent
357354de18
commit
09b308d0c8
@ -388,7 +388,7 @@ class HeroController extends BaseAuthedController {
|
||||
$this->_rspErr(1, 'slot_id parameter error');
|
||||
return;
|
||||
}
|
||||
$costHeroDb = Hero::find($costheroUniId);
|
||||
$costHeroDb = Hero::find($costHeroUniId);
|
||||
if (!$costHeroDb) {
|
||||
$this->_rspErr(1, 'cost hero parameter error');
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user