Skip to content

Commit

Permalink
Fix ranged crit for summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Apr 20, 2024
1 parent 9c7f8b2 commit ab9a104
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/StatLogic/Global_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ StatLogic.StatModTable["GLOBAL"] = {
["level"] = conversionFallback(addon.CritPerAgi[addon.class], StatLogic.GetCritPerAgi),
}
},
--[[ TODO: Use when autogenerating summaries from StatLogic.Stats
["ADD_RANGED_CRIT_MOD_AGI"] = {
{
["level"] = addon.CritPerAgi[addon.class]
}
},
]]
["ADD_SPELL_CRIT_MOD_INT"] = {
{
["level"] = conversionFallback(addon.SpellCritPerInt[addon.class], StatLogic.GetSpellCritPerInt),
Expand Down

0 comments on commit ab9a104

Please sign in to comment.