1
This commit is contained in:
parent
ebc1cb94f2
commit
e44922ab6a
@ -892,6 +892,12 @@ class BagController extends BaseAuthedController {
|
|||||||
$this->_rspErr(201, "alreay use");
|
$this->_rspErr(201, "alreay use");
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
$this->_decItems(array(
|
||||||
|
array(
|
||||||
|
'item_id' => $itemMeta['id'],
|
||||||
|
'item_num' => 1
|
||||||
|
)
|
||||||
|
));
|
||||||
LuckySymbol::add();
|
LuckySymbol::add();
|
||||||
myself()->_rspOk();
|
myself()->_rspOk();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user