vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 if (GetLocale() == "deDE") then
2  
3 ------------
4 -- Layout --
5 ------------
6 AtlasLootBattlegrounds = {
7  
8 AlteracValleyNorth = {
9 "";
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 "";
57 "AVFriendly";
58 "AVHonored";
59 "AVRevered";
60 "AVExalted";
61 "PVPSET";
62 };
63  
64 ArathiBasin = {
65 "";
66 "";
67 "";
68 "";
69 "";
70 "";
71 "";
72 "";
73 "ABFriendly";
74 "ABHonored";
75 "ABRevered";
76 "ABExalted";
77 "PVPSET";
78 };
79  
80 WarsongGulch = {
81 "";
82 "";
83 "";
84 "WSGFriendly";
85 "WSGHonored";
86 "WSGRevered";
87 "WSGExalted";
88 "PVPSET";
89 };
90 };
91  
92 end