WoWInterface SVN RecipeRadar

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

trunk/RecipeRadar/libs/LibBabble-Faction-3.0/LibStub/LibStub.toc
1,11 → 1,11
## Interface: 40000
## Interface: 40200
## Title: Lib: LibStub
## Notes: Universal Library Stub
## Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel
## X-Website: http://jira.wowace.com/browse/LS
## X-Website: http://www.wowace.com/addons/libstub/
## X-Category: Library
## X-License: Public Domain
## X-Curse-Packaged-Version: 1.0.1
## X-Curse-Packaged-Version: 1.0.2-40200
## X-Curse-Project-Name: LibStub
## X-Curse-Project-ID: libstub
## X-Curse-Repository-ID: wow/libstub/mainline
trunk/RecipeRadar/libs/LibBabble-Faction-3.0/LibBabble-Faction-3.0.lua
1,6 → 1,6
--[[
Name: LibBabble-Faction-3.0
Revision: $Rev: 142 $
Revision: $Rev: 145 $
Maintainers: ckknight, nevcairiel, Ackis
Website: http://www.wowace.com/projects/libbabble-faction-3-0/
Dependencies: None
8,7 → 8,7
]]
 
local MAJOR_VERSION = "LibBabble-Faction-3.0"
local MINOR_VERSION = 90000 + tonumber(("$Rev: 143 $"):match("%d+"))
local MINOR_VERSION = 90000 + tonumber(("$Rev: 145 $"):match("%d+"))
 
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
local lib = LibStub("LibBabble-3.0"):New(MAJOR_VERSION, MINOR_VERSION)
47,7 → 47,6
Gnomeregan = "Gnomeregan",
["Gnomeregan Exiles"] = "Gnomeregan Exiles",
["Guardians of Hyjal"] = "Guardians of Hyjal",
Guild = "Guild",
["Hellscream's Reach"] = "Hellscream's Reach",
["Honor Hold"] = "Honor Hold",
Honored = "Honored",
237,7 → 236,7
Exalted = "Exalté",
Exodar = "Exodar",
["Explorers' League"] = "Ligue des explorateurs",
["Frenzyheart Tribe"] = "La tribu Frénécœur",
["Frenzyheart Tribe"] = "Tribu Frénécœur", -- Needs review
Friendly = "Amical",
["Frostwolf Clan"] = "Clan Loup-de-givre",
Gadgetzan = "Gadgetzan",
415,7 → 414,7
["Argent Crusade"] = "Cruzada Argenta",
["Argent Dawn"] = "El Alba Argenta",
["Ashtongue Deathsworn"] = "Juramorte Lengua de ceniza",
["Avengers of Hyjal"] = "Vengadores de Hyjal", -- Needs review
["Avengers of Hyjal"] = "Vengadores de Hyjal",
["Baradin's Wardens"] = "Celadores de Baradin",
["Bilgewater Cartel"] = "Cártel Pantoque",
["Bloodsail Buccaneers"] = "Bucaneros Velasangre",
634,7 → 633,6
Gnomeregan = "Гномреган",
["Gnomeregan Exiles"] = "Изгнанники Гномрегана",
["Guardians of Hyjal"] = "Стражи Хиджала",
Guild = "Гильдия",
["Hellscream's Reach"] = "Батальон Адского Крика",
["Honor Hold"] = "Оплот Чести",
Honored = "Уважение",
trunk/RecipeRadar/libs/LibBabble-Faction-3.0/LibBabble-Faction-3.0.toc
12,7 → 12,7
## X-eMail: oma_daviesh@hotmail.com
## X-Category: Library
## X-License: MIT
## X-Curse-Packaged-Version: r142
## X-Curse-Packaged-Version: 4.2-release9
## X-Curse-Project-Name: LibBabble-Faction-3.0
## X-Curse-Project-ID: libbabble-faction-3-0
## X-Curse-Repository-ID: wow/libbabble-faction-3-0/mainline
trunk/RecipeRadar/Globals.lua
194,7 → 194,7
BFAC["The Wyrmrest Accord"],
BFAC["Valiance Expedition"],
BFAC["Warsong Offensive"],
BFAC["Guild"],
-- BFAC["Guild"],
 
}
 
trunk/RecipeRadar/RecipeData.lua
285,7 → 285,7
Type = L["Alchemy"],
Skill = 525,
Cost = 1500000,
Faction = BFAC["Guild"],
Faction = "Guild",
Level = 5,
Locations = {
{ Region = BZ["Orgrimmar"], Vendor = L["Goram"], Team = "Horde" },
302,7 → 302,7
Type = L["Alchemy"],
Skill = 525,
Cost = 1500000,
Faction = BFAC["Guild"],
Faction = "Guild",
Level = 5,
Locations = {
{ Region = BZ["Orgrimmar"], Vendor = L["Goram"], Team = "Horde" },