vanilla-wow-addons – Blame information for rev 1

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