WoWInterface SVN TotemGuru

Compare Revisions

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

Rev 38 → Rev 39

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(10,...);
local spellID = select(12,...);
local spellName, rank, icon, cost, isFunnel, powerType, castTime, minRange, maxRange = GetSpellInfo(spellID);
if(TotemGuruTotemsInfo[icon]) then
if TGDebug then print(...) end