1
This commit is contained in:
parent
3b7548ca86
commit
1e6b6a9714
@ -70,6 +70,7 @@ class GameItemMarketBuyOk {
|
|||||||
array('account_id' => $accountId),
|
array('account_id' => $accountId),
|
||||||
$event);
|
$event);
|
||||||
}
|
}
|
||||||
|
$currencyName = $orderDb['currency_name'];
|
||||||
$itemService = new ShopAddItemService();
|
$itemService = new ShopAddItemService();
|
||||||
$itemService->addItemByAccountId($accountId, $itemId, $itemNum);
|
$itemService->addItemByAccountId($accountId, $itemId, $itemNum);
|
||||||
myself()->_addLogEx($accountId, "mallBuyOk", "end", array(
|
myself()->_addLogEx($accountId, "mallBuyOk", "end", array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user