货币获取上报总数量

This commit is contained in:
chenxi 2023-04-28 18:22:27 +08:00
parent f9f5587e0c
commit bef87baceb

View File

@ -659,6 +659,7 @@ function BIReport:postGemGet(num, getType, itemId)
type = getType, type = getType,
coin_num = num, coin_num = num,
coin_type = BIReport.COIN_TYPE[itemId], coin_type = BIReport.COIN_TYPE[itemId],
coin_all = DataManager.BagData.ItemData:getItemNumById(itemId),
} }
self:report(EVENT_NAME_COIN_GET, args) self:report(EVENT_NAME_COIN_GET, args)
end end