1
This commit is contained in:
parent
15a326b998
commit
6403b8a8f2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user