Skip to content

Commit

Permalink
Fixed Talents.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Nov 7, 2013
1 parent 847e4a4 commit 57b554d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShestakUI/Libs/oUF/Modules/Talents.lua
Expand Up @@ -111,8 +111,8 @@ local buffs = { -- Credits: Proditor, Rinu

local function Update(object, event, unit)
if object.unit ~= unit or unit == "player" or unit:find("pet") then return end
if UnitIsFriend("player", unit) or not UnitIsPlayer(unit) then return end
object.Talents:SetText("")
if UnitIsFriend("player", unit) or not UnitIsPlayer(unit) then return end
for index = 1, 40 do
local name, _, _, _, _, _, _, unitCaster = UnitAura(unit, index, "HELPFUL")
if name ~= nil and unitCaster == unit then
Expand Down

0 comments on commit 57b554d

Please sign in to comment.