Skip to content

Commit

Permalink
Fire Mage: Talents, auras, abilities, priority (will need more work)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Jul 29, 2024
1 parent a3fce33 commit 7952c0d
Show file tree
Hide file tree
Showing 6 changed files with 461 additions and 2,527 deletions.
2 changes: 1 addition & 1 deletion Hekili.toc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ TheWarWithin\HunterBeastMastery.lua
TheWarWithin\HunterMarksmanship.lua
TheWarWithin\HunterSurvival.lua
TheWarWithin\MageArcane.lua
# TheWarWithin\MageFire.lua
TheWarWithin\MageFire.lua
# TheWarWithin\MageFrost.lua
TheWarWithin\MonkBrewmaster.lua
# TheWarWithin\MonkMistweaver.lua
Expand Down
2 changes: 1 addition & 1 deletion State.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3144,7 +3144,7 @@ do
if not state:IsKnown( t.key ) then return ability.charges or 1 end
end

return floor( t.charges_fractional )
return floor( t[ raw and "true_charges_fractional" or "charges_fractional" ] )

elseif k == "charges_max" or k == "max_charges" then
return ability.charges or 1
Expand Down
Loading

0 comments on commit 7952c0d

Please sign in to comment.