WoWInterface SVN zz_Taunted

Compare Revisions

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

Rev 37 → Rev 38

trunk/zz_Taunted/LibCombatLog.lua
1,5 → 1,5
local name, addon = ...
local embed = addon['LibInit']("LibCombatLog", 5, {"RegisterCLEvent", "UnRegisterCLEvent"})
local embed = addon:LibInit("LibCombatLog", 6, {"RegisterCLEvent", "UnRegisterCLEvent"})
if(type(embed) ~= 'function') then return end
local pairs = pairs
local LibCombatLog = LibStub("LibCombatLog")