WoWInterface SVN TotemGuru

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 39 to Rev 38
    Reverse comparison

Rev 39 → Rev 38

trunk/TotemGuru.lua
134,7 → 134,7
if (event == "COMBAT_LOG_EVENT_UNFILTERED") then
local timestamp, combatEvent, hideCaster, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags = ...; -- Those arguments appear for all combat event variants.
if (select(2,...) == "SPELL_SUMMON") then
local spellID = select(12,...);
local spellID = select(10,...);
local spellName, rank, icon, cost, isFunnel, powerType, castTime, minRange, maxRange = GetSpellInfo(spellID);
if(TotemGuruTotemsInfo[icon]) then
if TGDebug then print(...) end