156 lines
2.2 KiB
Lua
156 lines
2.2 KiB
Lua
--[[
|
|
Battlegrounds.en.lua
|
|
This file defines the loot buttons in the Atlas interface for the battleground maps.
|
|
]]
|
|
------------
|
|
-- Layout --
|
|
------------
|
|
|
|
AtlasLootBattlegrounds = {
|
|
|
|
AlteracValleyNorth = {
|
|
"AlteracFactions";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"AVMisc";
|
|
"AVBlue_A";
|
|
};
|
|
|
|
AlteracValleySouth = {
|
|
"AlteracFactions";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"AVMisc";
|
|
"AVBlue_A";
|
|
};
|
|
|
|
ArathiBasin = {
|
|
"MiscFactions";
|
|
"MiscFactions";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"ABMisc_A";
|
|
"AB2039_A";
|
|
"AB4049_A";
|
|
"";
|
|
"ABSets1_A";
|
|
};
|
|
|
|
WarsongGulch = {
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"";
|
|
"WSGMisc";
|
|
"WSGAccessories_A";
|
|
"WSGWeapons_A";
|
|
"WSGArmor_A";
|
|
};
|
|
};
|