diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index 6e0d16af..e161e48d 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -40,9 +40,9 @@ class HeroController extends BaseAuthedController { { $heroList = array(); Hero::getHeroList(function ($row) use(&$heroList) { - if(!in_array($row['hero_id'],array(30200,30700,31000))){ +// if(!in_array($row['hero_id'],array(30200,30700,31000))){ array_push($heroList, Hero::toDto($row)); - } +// } }); $this->_rspData(array( 'hero_list' => $heroList