1
This commit is contained in:
parent
15a326b998
commit
6403b8a8f2
@ -140,7 +140,7 @@ class OtherController extends BaseAuthedController {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Hero::update($unnid,array(
|
Hero::update($unnid,array(
|
||||||
'is_new' => 1
|
'is_old' => 1
|
||||||
));
|
));
|
||||||
$propertyChgService->addHeroChg();
|
$propertyChgService->addHeroChg();
|
||||||
}
|
}
|
||||||
@ -152,7 +152,7 @@ class OtherController extends BaseAuthedController {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Chip::update2($unnid,array(
|
Chip::update2($unnid,array(
|
||||||
'is_new' => 1
|
'is_old' => 1
|
||||||
));
|
));
|
||||||
$propertyChgService->addChip();
|
$propertyChgService->addChip();
|
||||||
}
|
}
|
||||||
@ -170,7 +170,7 @@ class OtherController extends BaseAuthedController {
|
|||||||
'idx' => $unnid,
|
'idx' => $unnid,
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'is_new' => 1
|
'is_old' => 1
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$propertyChgService->addBagChg();
|
$propertyChgService->addBagChg();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user