From f29ed51d25f001ae8c16ae03a704839739dd6ccd Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 15 Jun 2022 10:55:41 +0800 Subject: [PATCH] 1 --- webapp/controller/HeroController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index a30e81f7..7745293e 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -247,6 +247,8 @@ class HeroController extends BaseAuthedController { 'errcode' => 0, 'errmsg' => '', 'state' => 0, + 'old_hero' => $oldHero, + 'new_hero' => $newHero, //'errmsg' => 'advance failed', 'property_chg' => $propertyChgService->toDto(), ));