1
This commit is contained in:
parent
b6d958b8cc
commit
45ecad0c80
@ -256,6 +256,7 @@ class BagController extends BaseAuthedController {
|
|||||||
$this->_rspErr(1, "You don't have the item yet");
|
$this->_rspErr(1, "You don't have the item yet");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Bag::addDurability($targetDb['item_uniid'], $itemMeta['param1']);
|
||||||
Bag::decItemByUnIid($itemDb['item_uniid'], $itemNum);
|
Bag::decItemByUnIid($itemDb['item_uniid'], $itemNum);
|
||||||
$this->propertyChgService->addBagChg();
|
$this->propertyChgService->addBagChg();
|
||||||
$this->_rspData(array(
|
$this->_rspData(array(
|
||||||
|
@ -193,4 +193,9 @@ class Bag extends BaseModel {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function addDurability($itemUniId, $val)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user