vanilla-wow-addons – Blame information for rev 1

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