RankSentinel

RankSentinel

151k Downloads

Add caster level to spell cache

SabreValkyrn opened this issue ยท 0 comments

commented

The current PlayerSpellIndex

local PlayerSpellIndex = string.format("%s-%s", sourceGUID, spellID)
does not factor in caster level, so could hide low ranked spells during leveling.

Easiest to just add caster level to the index.