Skip to content

Commit

Permalink
Another fix to evoker range bug (CF issue #1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnpsp committed Aug 26, 2024
1 parent 30e46da commit e751126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/StatusRange.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ local rangeSpellID = ({
SHAMAN = Grid2.isClassic and 25357 or 8004,
PALADIN = Grid2.isClassic and 635 or 19750,
MONK = 116670,
EVOKER = 361469,
EVOKER = 355913,
})[playerClass]
local rangeSpell = rangeSpellID and GetSpellInfo(rangeSpellID)

Expand Down

0 comments on commit e751126

Please sign in to comment.