WoWInterface SVN OneCompanion

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/OneCompanion/frames
    from Rev 31 to Rev 32
    Reverse comparison

Rev 31 → Rev 32

templates.lua
12,7 → 12,7
 
if not (select(4,GetBuildInfo()) >= 30000) then return end
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.OneCompanion_MINOR_VERSION then G.OneCompanion_MINOR_VERSION = MINOR_VERSION end
if MINOR_VERSION > _G.OneCompanion_MINOR_VERSION then _G.OneCompanion_MINOR_VERSION = MINOR_VERSION end
 
OneCompanionFrames, OneCompanionButtons, OneCompanionMaxHeight = {}, {}, 0
local L = LibStub("AceLocale-3.0"):GetLocale("OneCompanion")