EnemyGrid - IsSpellInRange
sstrelchik opened this issue ยท 1 comments
Class: Shaman
When I approach the enemies, I see the following errors:
EnemyGrid\EnemyGrid.lua:1660: IsSpellInRange(): Invalid spell slot
[string "=[C]"]: in function `IsSpellInRange'
[string "@EnemyGrid\EnemyGrid.lua"]:1660: in function <EnemyGrid\EnemyGrid.lua:1657>
[string "@EnemyGrid\EnemyGrid.lua"]:1930: in function <EnemyGrid\EnemyGrid.lua:1819>
Locals:
(*temporary) = nil
(*temporary) = "nameplate1"
The Lightning Bolt spell id is incorrect:
[262] = 403, --> shaman elemental - Lightning Bolt
[263] = 51514, --> shamel enhancement - Hex
[264] = 403, --> shaman resto - Lightning Bolt
The correct shaman section is as follows:
[262] = 188196, --> shaman elemental - Lightning Bolt
[263] = 51514, --> shamel enhancement - Hex
[264] = 188196, --> shaman resto - Lightning Bolt