WoWInterface SVN TitanPanelRecommendedZone

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 83 to Rev 82
    Reverse comparison

Rev 83 → Rev 82

trunk/TitanRecZone/Libs/LibTourist-3.0/LibTourist-3.0.toc
4,7 → 4,7
## Notes: A library to provide information about zones and instances.
## Author: ckknight, Arrowmaster, Odica
## X-Category: Library
## X-Curse-Packaged-Version: r181
## X-Curse-Packaged-Version: WoW-6.0-release1
## X-Curse-Project-Name: LibTourist-3.0
## X-Curse-Project-ID: libtourist-3-0
## X-Curse-Repository-ID: wow/libtourist-3-0/mainline
trunk/TitanRecZone/Libs/LibTourist-3.0/LibTourist-3.0.lua
1,6 → 1,6
--[[
Name: LibTourist-3.0
Revision: $Rev: 181 $
Revision: $Rev: 178 $
Author(s): ckknight (ckknight@gmail.com), Arrowmaster, Odica (maintainer)
Website: http://ckknight.wowinterface.com/
Documentation: http://www.wowace.com/addons/libtourist-3-0/
10,7 → 10,7
]]
 
local MAJOR_VERSION = "LibTourist-3.0"
local MINOR_VERSION = 90000 + tonumber(("$Revision: 181 $"):match("(%d+)"))
local MINOR_VERSION = 90000 + tonumber(("$Revision: 178 $"):match("(%d+)"))
 
if not LibStub then error(MAJOR_VERSION .. " requires LibStub") end
 
244,9 → 244,6
if zoneName == BZ["Shadowmoon Valley"] or zoneName == "Shadowmoon Valley" then
zoneName = BZ["Shadowmoon Valley"].." ("..BZ["Draenor"]..")"
end
if zoneName == BZ["Hellfire Citadel"] or zoneName == "Hellfire Citadel" then
zoneName = BZ["Hellfire Citadel"].." ("..BZ["Draenor"]..")"
end
end
return zoneName
end
266,9 → 263,6
if zoneName == BZ["Shadowmoon Valley"] or zoneName == "Shadowmoon Valley" then
zoneName = "Shadowmoon Valley (Draenor)"
end
if zoneName == BZ["Hellfire Citadel"] or zoneName == "Hellfire Citadel" then
zoneName = "Hellfire Citadel (Draenor)"
end
end
return zoneName
end
2328,9 → 2322,6
 
BZ[Tourist:GetUniqueEnglishZoneNameForLookup("Shadowmoon Valley", 7)] = Tourist:GetUniqueZoneNameForLookup("Shadowmoon Valley", 7)
BZR[Tourist:GetUniqueZoneNameForLookup("Shadowmoon Valley", 7)] = Tourist:GetUniqueEnglishZoneNameForLookup("Shadowmoon Valley", 7)
 
BZ[Tourist:GetUniqueEnglishZoneNameForLookup("Hellfire Citadel", 7)] = Tourist:GetUniqueZoneNameForLookup("Hellfire Citadel", 7)
BZR[Tourist:GetUniqueZoneNameForLookup("Hellfire Citadel", 7)] = Tourist:GetUniqueEnglishZoneNameForLookup("Hellfire Citadel", 7)
end
 
 
6663,9 → 6654,9
low = 100,
high = 100,
continent = Draenor,
instances = {
[BZ["Hellfire Citadel"].." ("..BZ["Draenor"]..")"] = true,
},
-- instances = {
-- [BZ["Iron Citadel"]] = true,
-- },
paths = {
[BZ["Talador"]] = true,
[BZ["Shadowmoon Valley"].." ("..BZ["Draenor"]..")"] = true,
6681,6 → 6672,9
high = 100,
continent = Draenor,
type = "PvP Zone",
-- instances = {
-- [BZ["Iron Citadel"]] = true,
-- },
paths = {
[BZ["Warspear"]] = true,
[BZ["Stormshield"]] = true,
6771,7 → 6765,7
paths = BZ["Forstfire Ridge"],
groupSize = 5,
type = "Instance",
entrancePortal = { BZ["Forstfire Ridge"], 50.0, 24.8 },
-- entrancePortal = { BZ["Forstfire Ridge"], 0.00, 0.00 }, TODO
}
 
zones[BZ["Shadowmoon Burial Grounds"]] = {
6791,7 → 6785,7
paths = BZ["Gorgrond"],
groupSize = 5,
type = "Instance",
entrancePortal = { BZ["Gorgrond"], 45.2, 13.7 },
-- entrancePortal = { BZ["Gorgrond"], 0.00, 0.00 }, TODO
}
 
zones[BZ["Grimrail Depot"]] = {
6832,7 → 6826,7
paths = BZ["Talador"],
groupSize = 5,
type = "Instance",
entrancePortal = { BZ["Talador"], 43.6, 74.1 },
-- entrancePortal = { BZ["Talador"], 0.00, 0.00 }, TODO
}
 
zones[BZ["Skyreach"]] = {
6842,7 → 6836,7
paths = BZ["Spires of Arak"],
groupSize = 5,
type = "Instance",
entrancePortal = { BZ["Spires of Arak"], 35.6, 33.5 },
-- entrancePortal = { BZ["Spires of Arak"], 0.00, 0.00 }, TODO
}
 
zones[BZ["Highmaul"]] = {
6856,16 → 6850,16
-- entrancePortal = { BZ["Nagrand"].." ("..BZ["Draenor"]..")", 0.00, 0.00 }, TODO
}
 
zones[BZ["Hellfire Citadel"].." ("..BZ["Draenor"]..")"] = {
low = 100,
high = 100,
continent = Draenor,
paths = BZ["Tanaan Jungle"],
groupSize = 10,
altGroupSize = 25,
type = "Instance",
-- zones[BZ["Iron Citadel"]] = {
-- low = 100,
-- high = 100,
-- continent = Draenor,
-- paths = BZ["Tanaan Jungle"],
-- groupSize = 10,
-- altGroupSize = 25,
-- type = "Instance",
-- entrancePortal = { BZ["Tanaan Jungle"], 0.00, 0.00 }, TODO
}
-- }