Skip to content

Commit

Permalink
Actually fix weapon speed and dps issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Feb 25, 2024
1 parent 76a1c52 commit bac778c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Operations/RewordLine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Addon:RegisterCVarCallback("colorblindMode", Addon.WipeTextCache)


cacheLineTypes = setmetatable({
Title = false,
Title = false,
Damage = false,
DamagePerSecond = false,
}, {__index = function() return true end})

local miscRewordLines = Addon:MakeLookupTable{
Expand Down

0 comments on commit bac778c

Please sign in to comment.