vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 if (GetLocale() == "zhTW") 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 "AVFriendly";
29 "AVHonored";
30 "AVRevered";
31 "AVExalted";
32 "PVPSET";
33 };
34  
35 AlteracValleySouth = {
36 "";
37 "";
38 "";
39 "";
40 "";
41 "";
42 "";
43 "";
44 "";
45 "";
46 "";
47 "";
48 "";
49 "";
50 "";
51 "";
52 "";
53 "";
54 "";
55 "AVFriendly";
56 "AVHonored";
57 "AVRevered";
58 "AVExalted";
59 "PVPSET";
60 };
61  
62 ArathiBasin = {
63 "";
64 "";
65 "";
66 "";
67 "";
68 "";
69 "";
70 "";
71 "ABFriendly";
72 "ABHonored";
73 "ABRevered";
74 "ABExalted";
75 "PVPSET";
76 };
77  
78 WarsongGulch = {
79 "";
80 "";
81 "";
82 "WSGFriendly";
83 "WSGHonored";
84 "WSGRevered";
85 "WSGExalted";
86 "PVPSET";
87 };
88 };
89  
90 end