Update - 1.7.0.89

EN: 1.7.0.89
CN: 1.7.0.91
JP: 1.7.0.92
KR: 1.7.0.95
This commit is contained in:
SL1900
2026-02-28 15:00:00 +09:00
parent 86d82306fe
commit e01012cbcc
92 changed files with 1562 additions and 936 deletions
+7 -2
View File
@@ -996,8 +996,13 @@ function GachaCtrl:GetGachaItem(mapData, nStorageId, bGetFirstTenReward)
exItem = tbGiveItems
})
local mapItem = ConfigTable.GetData_Item(v.Card.Tid)
if mapItem ~= nil and rare > mapItem.Rarity then
rare = mapItem.Rarity
if mapItem ~= nil then
if rare > mapItem.Rarity then
rare = mapItem.Rarity
end
if mapItem.Stype == GameEnum.itemStype.Char then
PlayerData.Talent:UpdateCharTalentRedDot(v.Card.Tid)
end
end
if v.Rewards ~= nil and #v.Rewards > 0 then
for _, mapItem in ipairs(v.Rewards) do