You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- another fallback option - try to get base spell
if not GetCursorInfo() then
local baseSpellId = FindBaseSpellByID(index)
if baseSpellId then
PickupSpell(baseSpellId)
end
end
I tested this locally and it works :)
The text was updated successfully, but these errors were encountered:
Noticed this on a evoker.
For example;
Dream Breath (Spell ID: 355936) when talented for Font of Magic (Preservation) changes the spell ID to 382614.
I did some testing...
Can we add a further fallback option before
myslot/Myslot.lua
Line 754 in d600639
I tested this locally and it works :)
The text was updated successfully, but these errors were encountered: