Skip to content

Commit

Permalink
Fix SoD AP from Defense bug
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Sep 7, 2024
1 parent 4701ead commit dfb4695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RatingBuster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2594,7 +2594,7 @@ do
end

local attackPower = value * statModContext("ADD_AP_MOD_DEFENSE")
self:ProcessStat(StatLogic.Stats.AttackPower, value, infoTable, link, color, statModContext)
self:ProcessStat(StatLogic.Stats.AttackPower, attackPower, infoTable, link, color, statModContext)
if db.profile.showAPFromDefense then
infoTable[StatLogic.Stats.AttackPower] = infoTable[StatLogic.Stats.AttackPower] + attackPower
end
Expand Down

0 comments on commit dfb4695

Please sign in to comment.