From 6403b8a8f2433d305ae7751aacc8f861e8718042 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Thu, 25 Apr 2024 11:51:25 +0800 Subject: [PATCH] 1 --- webapp/controller/OtherController.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/controller/OtherController.class.php b/webapp/controller/OtherController.class.php index fe890ba4..cea19db2 100644 --- a/webapp/controller/OtherController.class.php +++ b/webapp/controller/OtherController.class.php @@ -140,7 +140,7 @@ class OtherController extends BaseAuthedController { return; } Hero::update($unnid,array( - 'is_new' => 1 + 'is_old' => 1 )); $propertyChgService->addHeroChg(); } @@ -152,7 +152,7 @@ class OtherController extends BaseAuthedController { return; } Chip::update2($unnid,array( - 'is_new' => 1 + 'is_old' => 1 )); $propertyChgService->addChip(); } @@ -170,7 +170,7 @@ class OtherController extends BaseAuthedController { 'idx' => $unnid, ), array( - 'is_new' => 1 + 'is_old' => 1 ) ); $propertyChgService->addBagChg();