1
This commit is contained in:
parent
2b0ccc73b1
commit
71bd866466
@ -258,6 +258,7 @@ class HeroController extends BaseAuthedController {
|
|||||||
$this->_decItems($costItems);
|
$this->_decItems($costItems);
|
||||||
$propertyChgService = new services\PropertyChgService();
|
$propertyChgService = new services\PropertyChgService();
|
||||||
$propertyChgService->addBagChg();
|
$propertyChgService->addBagChg();
|
||||||
|
$propertyChgService->addUserChg();
|
||||||
$hashChance = \mt\Manufacture::hashChance($manufactureMeta['chance']);
|
$hashChance = \mt\Manufacture::hashChance($manufactureMeta['chance']);
|
||||||
$weight = isset($hashChance[$itemNum]) ? $hashChance[$itemNum] : 0;
|
$weight = isset($hashChance[$itemNum]) ? $hashChance[$itemNum] : 0;
|
||||||
$rnd = rand(1,100);
|
$rnd = rand(1,100);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user