guidToId[guid] = "player";
guidToSpecid[guid] = specid;
if specid == 105 then -- Druid
guidToId[guid] = "player";
guidToSpecid[guid] = specid;
if specid == 105 then -- Druid
- local _, _, _, talent = GetTalentInfo(6, 2, 1);
+ local _, _, _, talent = GetTalentInfo(6, 1, 1);
- ["UNIT_SPELLCAST_SUCCEEDED"] = function(id, _, _, _, spellid)
+ ["UNIT_SPELLCAST_SUCCEEDED"] = function(id, _, spellid)
local guid = idToGuid[id];
if guid and frames[guid] then
local frame = frames[guid][spellid];
local guid = idToGuid[id];
if guid and frames[guid] then
local frame = frames[guid][spellid];