Skip to content

Commit

Permalink
That shouldnt be there yet ..
Browse files Browse the repository at this point in the history
  • Loading branch information
Zariel committed Jul 4, 2010
1 parent f07a2c8 commit e4213c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core.lua
Expand Up @@ -2,7 +2,6 @@ local ADDON_NAME, Fiend = ...
local L = setmetatable(Fiend.L or {}, { __index = function(t, s) t[s] = s return s end }) local L = setmetatable(Fiend.L or {}, { __index = function(t, s) t[s] = s return s end })


local R = LibStub("ZeeRoster-1.0") local R = LibStub("ZeeRoster-1.0")
local ID = LibStub("IdHitThat-1.0", true)


local addon = CreateFrame("Frame") local addon = CreateFrame("Frame")
addon:SetScript("OnEvent", function(self, event, ...) return self[event](self, ...) end) addon:SetScript("OnEvent", function(self, event, ...) return self[event](self, ...) end)
Expand Down Expand Up @@ -141,10 +140,6 @@ function addon:COMBAT_LOG_EVENT_UNFILTERED(timeStamp, event, sourceGUID, sourceN
overHeal = over overHeal = over
end end


if(ID) then
--print(sourceName, ID:InCombat(sourceGUID))
end

if(damage > 0 or overHeal) then if(damage > 0 or overHeal) then
local pet = R:IsPet(sourceGUID) local pet = R:IsPet(sourceGUID)


Expand Down

0 comments on commit e4213c8

Please sign in to comment.