vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 if (GetLocale() == "zhCN") then
2  
3 AtlasLootBossNames = {
4  
5 BlackrockSpireLower = {
6 "Highlord Omokk";
7 "Spirestone Battle Lord";
8 "Vosh'gajin";
9 "War Master Voone";
10 "Mor Grayhoof";
11 "Mother Smolderweb";
12 "Crystal Fang";
13 "Doomhowl";
14 "Zigris";
15 "Gizrul the Slavener";
16 "Halycon";
17 "Overlord Wyrmthalak";
18 "Grimaxe";
19 "Spirestone Butcher";
20 };
21  
22 BlackrockSpireUpper = {
23 "Pyroguard Emberseer";
24 "Solakar Flamewreath";
25 "Father Flame";
26 "Jed Runewatcher";
27 "Goraluk Anvilcrack";
28 "Rend Blackhand";
29 "Gyth";
30 "The Beast";
31 "Valthalak";
32 "Drakkisath";
33 };
34  
35 BlackwingLair = {
36 "Razorgore";
37 "Vaelastrasz";
38 "Broodlord Lashlayer";
39 "Firemaw";
40 "Ebonroc";
41 "Flamegor";
42 "Chromaggus";
43 "Nefarian";
44 };
45  
46 Common = {
47 "Trash Mobs";
48 };
49  
50 MoltenCore = {
51 "Lucifron";
52 "Magmadar";
53 "Gehennas";
54 "Garr";
55 "Shazzrah";
56 "Geddon";
57 "Golemagg";
58 "Sulfuron";
59 "Majordomo";
60 "Ragnaros";
61 };
62  
63 Naxxramas = {
64 "Patchwerk";
65 "Grobbulus";
66 "Gluth";
67 "Thaddius";
68 "Anub'Rekhan";
69 "Faerlina";
70 "Maexxna";
71 "Instructor Razuvious";
72 "Gothik the Harvester";
73 "The Four Horsemen";
74 "Noth the Plaguebringer";
75 "Heigan the Unclean";
76 "Loatheb";
77 "Sapphiron";
78 "Kel'Thuzard";
79 };
80  
81 OnyxiasLair = {
82 "Onyxia";
83 };
84  
85 Scholomance = {
86 "Blood Steward of Kirtonos";
87 "Kirtonos";
88 "Jandice Barov";
89 "Rattlegore";
90 "Death Knight Darkreaver";
91 "Marduk Blackpool";
92 "Vectus";
93 "Ras Frostwhisper";
94 "Kormok";
95 "Instructor Malicia";
96 "Doctor Theolen Krastinov";
97 "Lorekeeper Polkelt";
98 "The Ravenian";
99 "Lord Alexei Barov";
100 "Lady Illucia Barov";
101 "Darkmaster Gandling";
102 };
103  
104 Stratholme = {
105 "Skul";
106 "Stratholme Courier";
107 "Fras Siabi";
108 "Hearthsinger Forresten";
109 "The Unforgiven";
110 "Timmy the Cruel";
111 "Cannon Master Willey";
112 "Archivist Galford";
113 "Balnazzar";
114 "Sothos & Jarien";
115 "Aurius";
116 "Stonespine";
117 "Baroness Anastari";
118 "Nerub'enkan";
119 "Maleki the Pallid";
120 "Magistrate Barthilas";
121 "Ramstein the Gorger";
122 "Baron Rivendare";
123 };
124  
125 TheRuinsofAhnQiraj = {
126 "Kurinnaxx";
127 "Rajaxx";
128 "Moam";
129 "Buru";
130 "Ayamiss";
131 "Ossirian";
132 };
133  
134 TheTempleofAhnQiraj = {
135 "Skeram";
136 "Bug Family";
137 "Sartura";
138 "Fankriss";
139 "Viscidus";
140 "Huhuran";
141 "Emperors";
142 "Ouro";
143 "CThun";
144 };
145 };
146  
147 end
148