WoWInterface SVN OneCompanion

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 41 to Rev 42
    Reverse comparison

Rev 41 → Rev 42

OneCompanion/OneCompanion.toc
5,14 → 5,14
## Author: Mera_LaCroisadeEcarlate
## Notes: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
## X-eMail: ad@heapoverflow.com
## X-Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
## X-Website: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
## X-Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
## X-SVN: svn://svn.wowinterface.com/OneCompanion-237
## X-Category: Miscellaneous
## X-Localizations: enUS, frFR
## X-Embeds: Ace3
## SavedVariables: OneCompanionDB, OneCompanionFuDB
## SavedVariablesPerCharacter: OneCompanionDBPC, OneCompanionFuDBPC
## SavedVariables: OneCompanionDB
## SavedVariablesPerCharacter: OneCompanionDBPC
 
embeds.xml
 
OneCompanion/locals/enUS.lua
10,7 → 10,7
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
if not (select(4,GetBuildInfo()) >= 30000) then DEFAULT_CHAT_FRAME:AddMessage("One|cffffcc00Companion|r: wrong WoW client, OneCompanion is built for WotLK only.") return end
if not (select(4,GetBuildInfo()) >= 30000) then DEFAULT_CHAT_FRAME:AddMessage("One|cffffcc00Companion|r: wrong WoW client, OneCompanion is built for WotLK or WoW 3.0+ only and by the way, DON'T USE PRIVATE SERVERS!") return end
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
_G.OneCompanion_MINOR_VERSION = MINOR_VERSION