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();