diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index 4a538141..91d8353b 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -188,6 +188,7 @@ class HeroController extends BaseAuthedController { ); $newHeroDb = Hero::find($heroUniId); $newHeroDto = Hero::toDto($newHeroDb); + error_log(11111); $rankActivityService = new services\RankActivityService(); $rankActivityService->heroUpgradeLevel($heroDb['hero_lv'] + 1); }