vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 if (GetLocale() == "frFR") then
2  
3  
4 ------------
5 -- Layout --
6 ------------
7 AtlasLootBattlegrounds = {
8  
9 AlteracValleyNorth = {
10 "";
11 "";
12 "";
13 "";
14 "";
15 "";
16 "";
17 "";
18 "";
19 "";
20 "";
21 "";
22 "";
23 "";
24 "";
25 "";
26 "";
27 "";
28 "";
29 "AVFriendly";
30 "AVHonored";
31 "AVRevered";
32 "AVExalted";
33 "PVPSET";
34 };
35  
36 AlteracValleySouth = {
37 "";
38 "";
39 "";
40 "";
41 "";
42 "";
43 "";
44 "";
45 "";
46 "";
47 "";
48 "";
49 "";
50 "";
51 "";
52 "";
53 "";
54 "";
55 "";
56 "AVFriendly";
57 "AVHonored";
58 "AVRevered";
59 "AVExalted";
60 "PVPSET";
61 };
62  
63 ArathiBasin = {
64 "";
65 "";
66 "";
67 "";
68 "";
69 "";
70 "";
71 "";
72 "ABFriendly";
73 "ABHonored";
74 "ABRevered";
75 "ABExalted";
76 "PVPSET";
77 };
78  
79 WarsongGulch = {
80 "";
81 "";
82 "";
83 "WSGFriendly";
84 "WSGHonored";
85 "WSGRevered";
86 "WSGExalted";
87 "PVPSET";
88 };
89 };
90 end