This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
0
button:SetScript("OnClick", function() self:Debug("Casting: %s <%s>", tostring(skillName), tostring(button_name)); CastSpellByName(skillName) end)
local prof = skillName if(prof == "Alchemy") then prof = "Transmutation Master" end button:SetScript("OnClick", function() self:Debug("Casting: %s <%s>", tostring(skillName), tostring(button_name)); CastSpellByName(prof) end)
0
0
I fixed my copy with the following work around:
changed to
you'll need to change Transmutation Master, to your mastery.