Add overlay extraction for multi-expansion asset deduplication

Extracts each expansion's assets as a CRC-compared overlay against a
base manifest, storing only files that differ. Auto-detects overlay mode
when a base manifest already exists. Adds --as-overlay, --full-base
flags and manifest merge for partial extractions.
This commit is contained in:
Kelsi 2026-02-14 03:09:17 -08:00
parent 03013e751a
commit a67dca5787
37 changed files with 139303 additions and 73847 deletions

1
.gitignore vendored
View file

@ -81,6 +81,7 @@ Data/World/
Data/manifest.json
Data/expansions/*/manifest.json
Data/expansions/*/assets/
Data/expansions/*/overlay/
Data/hd/
ingest/

File diff suppressed because it is too large Load diff

View file

@ -11,139 +11,290 @@
30,1,0,9,10,0
31,1,0,10,11,0
32,1,0,11,12,0
34,1,1,0,2,0
35,1,1,1,3,0
36,1,1,2,4,0
37,1,1,3,5,0
38,1,1,4,6,0
39,1,1,5,7,0
40,1,1,6,8,0
41,1,1,7,9,0
42,1,1,8,10,0
43,1,1,9,11,0
44,1,1,10,12,0
45,1,1,11,13,0
46,1,1,12,14,0
47,1,1,13,15,0
48,1,1,14,16,0
49,1,1,15,17,0
50,1,1,16,18,0
51,1,1,17,19,0
52,1,1,18,20,0
53,2,0,0,0,1
54,2,0,1,2,0
55,2,0,2,3,0
56,2,0,3,4,0
57,2,0,4,5,0
58,2,0,5,6,0
59,2,0,6,7,0
60,2,1,0,2,0
61,2,1,1,3,0
62,2,1,2,4,0
63,2,1,3,5,0
64,2,1,4,6,0
65,2,1,5,7,0
66,2,1,6,8,0
69,6,0,0,2,0
70,6,0,1,3,0
71,6,0,2,4,0
72,6,0,3,5,0
73,6,0,4,6,0
74,6,0,5,7,0
75,6,0,6,8,0
76,6,0,7,9,0
78,6,1,0,2,0
79,6,1,1,3,0
80,6,1,2,4,0
81,6,1,3,5,0
82,6,1,4,6,0
85,3,0,0,0,1
86,3,0,1,2,0
87,3,0,2,3,0
88,3,0,3,4,0
89,3,0,4,5,0
90,3,0,5,6,0
91,3,0,6,7,0
92,3,0,7,8,0
93,3,0,8,9,0
94,3,0,9,10,0
95,3,0,10,11,0
97,3,1,0,2,0
98,3,1,1,3,0
99,3,1,2,4,0
100,3,1,3,5,0
101,3,1,4,6,0
102,3,1,5,7,0
103,3,1,6,8,0
104,3,1,7,9,0
105,3,1,8,10,0
106,3,1,9,11,0
107,3,1,10,12,0
108,3,1,11,13,0
109,3,1,12,14,0
110,3,1,13,15,0
112,4,0,0,2,0
113,4,0,1,3,0
114,4,0,2,4,0
115,4,0,3,5,0
116,4,0,4,6,0
117,4,0,5,7,0
118,4,0,6,8,0
120,4,1,0,2,0
121,4,1,1,3,0
122,4,1,2,4,0
123,4,1,3,5,0
124,4,1,4,6,0
125,4,1,5,7,0
126,4,1,6,8,0
127,5,0,0,0,1
128,5,0,1,2,0
129,5,0,2,3,0
130,5,0,3,4,0
131,5,0,4,5,0
132,5,0,5,6,0
133,5,0,6,7,0
134,5,0,7,8,0
135,5,0,8,9,0
136,5,0,9,10,0
138,5,1,0,2,0
139,5,1,1,3,0
140,5,1,2,4,0
141,5,1,3,5,0
142,5,1,4,6,0
143,5,1,5,7,0
144,5,1,6,8,0
145,5,1,7,9,0
146,5,1,8,10,0
147,5,1,9,11,0
148,7,0,0,0,1
149,7,0,1,2,0
150,7,0,2,3,0
151,7,0,3,4,0
152,7,0,4,5,0
153,7,0,5,6,0
154,7,0,6,7,0
159,7,1,0,2,0
160,7,1,1,3,0
161,7,1,2,4,0
162,7,1,3,5,0
163,7,1,4,6,0
164,7,1,5,7,0
165,7,1,6,8,0
169,8,0,1,2,0
170,8,0,2,3,0
172,8,0,4,5,0
173,8,0,5,6,0
176,8,1,0,2,0
177,8,1,1,3,0
178,8,1,3,5,0
179,8,1,2,4,0
180,8,1,4,6,0
181,8,0,3,4,0
201,6,1,5,7,0
202,6,1,6,8,0
221,8,0,0,0,0
241,9,0,0,1,0
242,9,0,0,2,1
243,9,0,0,1,0
244,9,0,0,2,1
33,1,0,12,13,0
34,1,0,13,14,0
35,1,0,14,15,0
36,1,0,15,16,0
37,1,0,16,17,0
38,1,1,0,2,0
39,1,1,1,3,0
40,1,1,2,4,0
41,1,1,3,5,0
42,1,1,4,6,0
43,1,1,5,7,0
44,1,1,6,8,0
45,1,1,7,9,0
46,1,1,8,10,0
47,1,1,9,11,0
48,1,1,10,12,0
49,1,1,11,13,0
50,1,1,12,14,0
51,1,1,13,15,0
52,1,1,14,16,0
53,1,1,15,17,0
54,1,1,16,18,0
55,1,1,17,19,0
56,1,1,18,20,0
57,1,1,19,21,0
58,1,1,20,22,0
59,1,1,21,23,0
60,1,1,22,24,0
61,1,1,23,25,0
62,1,1,24,26,0
63,1,1,25,27,0
64,2,0,0,0,1
65,2,0,1,2,0
66,2,0,2,3,0
67,2,0,3,4,0
68,2,0,4,5,0
69,2,0,5,6,0
70,2,0,6,7,0
71,2,0,7,8,0
72,2,0,8,9,0
73,2,0,9,10,0
74,2,0,10,11,0
75,2,0,11,12,0
76,2,0,12,13,0
77,2,1,0,2,0
78,2,1,1,3,0
79,2,1,2,4,0
80,2,1,3,5,0
81,2,1,4,6,0
82,2,1,5,7,0
83,2,1,6,8,0
84,2,1,7,0,1
85,2,1,8,9,0
86,2,1,9,10,0
87,2,1,10,11,0
88,2,1,11,12,0
89,2,1,12,13,0
90,2,1,13,14,0
91,6,0,0,2,0
92,6,0,1,3,0
93,6,0,2,4,0
94,6,0,3,5,0
95,6,0,4,6,0
96,6,0,5,7,0
97,6,0,6,8,0
98,6,0,7,9,0
99,6,0,8,10,0
100,6,0,9,11,0
101,6,0,10,12,0
102,6,0,11,13,0
103,6,0,12,14,0
104,6,1,0,2,0
105,6,1,1,3,0
106,6,1,2,4,0
107,6,1,3,5,0
108,6,1,4,6,0
109,6,1,5,7,0
110,6,1,6,8,0
111,6,1,7,9,0
112,6,1,8,10,0
113,6,1,9,11,0
114,6,1,10,12,0
115,6,1,11,13,0
116,3,0,0,0,1
117,3,0,1,2,0
118,3,0,2,3,0
119,3,0,3,4,0
120,3,0,4,5,0
121,3,0,5,6,0
122,3,0,6,7,0
123,3,0,7,8,0
124,3,0,8,9,0
125,3,0,9,10,0
126,3,0,10,11,0
127,3,0,11,12,0
128,3,0,12,13,0
129,3,0,13,14,0
130,3,0,14,15,0
131,3,0,15,16,0
132,3,0,16,17,0
133,3,1,0,2,0
134,3,1,1,3,0
135,3,1,2,4,0
136,3,1,3,5,0
137,3,1,4,6,0
138,3,1,5,7,0
139,3,1,6,8,0
140,3,1,7,9,0
141,3,1,8,10,0
142,3,1,9,11,0
143,3,1,10,12,0
144,3,1,11,13,0
145,3,1,12,14,0
146,3,1,13,15,0
147,3,1,14,16,0
148,3,1,15,17,0
149,3,1,16,18,0
150,3,1,17,19,0
151,3,1,18,20,0
152,4,0,0,2,0
153,4,0,1,3,0
154,4,0,2,4,0
155,4,0,3,5,0
156,4,0,4,6,0
157,4,0,5,7,0
158,4,0,6,8,0
159,4,0,7,9,0
160,4,0,8,10,0
161,4,0,9,11,0
162,4,0,10,12,0
163,4,0,11,13,0
164,4,1,0,2,0
165,4,1,1,3,0
166,4,1,2,4,0
167,4,1,3,5,0
168,4,1,4,6,0
169,4,1,5,7,0
170,4,1,6,8,0
171,4,1,7,9,0
172,4,1,8,10,0
173,4,1,9,11,0
174,4,1,10,12,0
175,4,1,11,13,0
176,5,0,0,0,1
177,5,0,1,2,0
178,5,0,2,3,0
179,5,0,3,4,0
180,5,0,4,5,0
181,5,0,5,6,0
182,5,0,6,7,0
183,5,0,7,8,0
184,5,0,8,9,0
185,5,0,9,10,0
186,5,0,10,11,0
187,5,0,11,12,0
188,5,0,12,13,0
189,5,0,13,14,0
190,5,0,14,15,0
191,5,0,15,16,0
192,5,1,0,2,0
193,5,1,1,3,0
194,5,1,2,4,0
195,5,1,3,5,0
196,5,1,4,6,0
197,5,1,5,7,0
198,5,1,6,8,0
199,5,1,7,9,0
200,5,1,8,10,0
201,5,1,9,11,0
202,5,1,10,12,0
203,5,1,11,13,0
204,5,1,12,14,0
205,5,1,13,15,0
206,5,1,14,16,0
207,5,1,15,17,0
208,5,1,16,18,0
209,7,0,0,0,1
210,7,0,1,2,0
211,7,0,2,3,0
212,7,0,3,4,0
213,7,0,4,5,0
214,7,0,5,6,0
215,7,0,6,7,0
216,7,0,7,8,0
217,7,0,8,9,0
218,7,0,9,10,0
219,7,0,10,11,0
220,7,0,11,12,0
221,7,1,0,2,0
222,7,1,1,3,0
223,7,1,2,4,0
224,7,1,3,5,0
225,7,1,4,6,0
226,7,1,5,7,0
227,7,1,6,8,0
228,7,1,7,9,0
229,7,1,8,10,0
230,7,1,9,11,0
231,7,1,10,12,0
232,7,1,11,13,0
233,8,0,0,0,0
234,8,0,1,2,0
235,8,0,2,3,0
236,8,0,3,4,0
237,8,0,4,5,0
238,8,0,5,6,0
239,8,0,6,7,0
240,8,0,7,8,1
241,8,0,8,9,1
242,8,0,9,10,1
243,8,1,0,2,0
244,8,1,1,3,0
245,8,1,3,5,0
246,8,1,2,4,0
247,8,1,4,6,0
248,8,1,5,7,0
249,8,1,6,8,0
250,8,1,7,9,0
251,8,1,8,10,0
252,8,1,9,11,0
253,9,0,0,0,1
254,9,0,1,2,0
255,9,0,2,3,0
256,9,0,3,5,0
257,9,0,4,6,0
258,9,0,5,7,0
259,9,0,6,9,0
260,9,0,7,10,0
261,9,0,8,12,0
262,9,0,9,14,0
263,9,0,10,15,0
264,9,0,11,18,0
265,9,0,12,19,0
266,9,0,13,11,0
267,9,1,0,2,0
268,9,1,1,4,0
269,9,1,2,5,0
270,9,1,3,6,0
271,9,1,4,7,0
272,9,1,5,8,0
273,9,1,6,9,0
274,9,1,7,10,0
275,9,1,8,11,0
276,9,1,9,12,0
277,9,1,10,13,0
278,9,1,11,14,0
279,9,1,12,15,0
280,9,1,13,16,0
281,9,1,14,17,0
282,9,1,15,18,0
283,9,1,16,3,0
284,10,0,0,2,0
285,10,0,2,4,0
286,10,0,1,3,0
287,10,0,3,5,0
288,10,0,4,6,0
289,10,0,5,7,0
290,10,0,6,8,0
291,10,0,7,9,0
292,10,0,8,10,0
293,10,0,9,11,0
294,10,0,10,12,0
295,10,0,11,13,0
296,10,0,12,14,0
297,10,0,13,15,0
298,10,0,14,16,0
299,10,0,15,17,0
300,10,1,0,2,0
301,10,1,1,3,0
302,10,1,2,4,0
303,10,1,3,5,0
304,10,1,4,6,0
305,10,1,5,7,0
306,10,1,6,8,0
307,10,1,7,9,0
308,10,1,8,10,0
309,10,1,9,11,0
310,10,1,10,12,0
311,10,1,11,13,0
312,10,1,12,14,0
313,10,1,13,15,0
314,10,1,14,16,0
315,10,1,15,17,0
316,10,1,16,18,0
317,10,1,17,19,0
318,10,1,18,20,0
319,10,1,19,21,0

1 # fields=6
11 30,1,0,9,10,0
12 31,1,0,10,11,0
13 32,1,0,11,12,0
14 34,1,1,0,2,0 33,1,0,12,13,0
15 35,1,1,1,3,0 34,1,0,13,14,0
16 36,1,1,2,4,0 35,1,0,14,15,0
17 37,1,1,3,5,0 36,1,0,15,16,0
18 38,1,1,4,6,0 37,1,0,16,17,0
19 39,1,1,5,7,0 38,1,1,0,2,0
20 40,1,1,6,8,0 39,1,1,1,3,0
21 41,1,1,7,9,0 40,1,1,2,4,0
22 42,1,1,8,10,0 41,1,1,3,5,0
23 43,1,1,9,11,0 42,1,1,4,6,0
24 44,1,1,10,12,0 43,1,1,5,7,0
25 45,1,1,11,13,0 44,1,1,6,8,0
26 46,1,1,12,14,0 45,1,1,7,9,0
27 47,1,1,13,15,0 46,1,1,8,10,0
28 48,1,1,14,16,0 47,1,1,9,11,0
29 49,1,1,15,17,0 48,1,1,10,12,0
30 50,1,1,16,18,0 49,1,1,11,13,0
31 51,1,1,17,19,0 50,1,1,12,14,0
32 52,1,1,18,20,0 51,1,1,13,15,0
33 53,2,0,0,0,1 52,1,1,14,16,0
34 54,2,0,1,2,0 53,1,1,15,17,0
35 55,2,0,2,3,0 54,1,1,16,18,0
36 56,2,0,3,4,0 55,1,1,17,19,0
37 57,2,0,4,5,0 56,1,1,18,20,0
38 58,2,0,5,6,0 57,1,1,19,21,0
39 59,2,0,6,7,0 58,1,1,20,22,0
40 60,2,1,0,2,0 59,1,1,21,23,0
41 61,2,1,1,3,0 60,1,1,22,24,0
42 62,2,1,2,4,0 61,1,1,23,25,0
43 63,2,1,3,5,0 62,1,1,24,26,0
44 64,2,1,4,6,0 63,1,1,25,27,0
45 65,2,1,5,7,0 64,2,0,0,0,1
46 66,2,1,6,8,0 65,2,0,1,2,0
47 69,6,0,0,2,0 66,2,0,2,3,0
48 70,6,0,1,3,0 67,2,0,3,4,0
49 71,6,0,2,4,0 68,2,0,4,5,0
50 72,6,0,3,5,0 69,2,0,5,6,0
51 73,6,0,4,6,0 70,2,0,6,7,0
52 74,6,0,5,7,0 71,2,0,7,8,0
53 75,6,0,6,8,0 72,2,0,8,9,0
54 76,6,0,7,9,0 73,2,0,9,10,0
55 78,6,1,0,2,0 74,2,0,10,11,0
56 79,6,1,1,3,0 75,2,0,11,12,0
57 80,6,1,2,4,0 76,2,0,12,13,0
58 81,6,1,3,5,0 77,2,1,0,2,0
59 82,6,1,4,6,0 78,2,1,1,3,0
60 85,3,0,0,0,1 79,2,1,2,4,0
61 86,3,0,1,2,0 80,2,1,3,5,0
62 87,3,0,2,3,0 81,2,1,4,6,0
63 88,3,0,3,4,0 82,2,1,5,7,0
64 89,3,0,4,5,0 83,2,1,6,8,0
65 90,3,0,5,6,0 84,2,1,7,0,1
66 91,3,0,6,7,0 85,2,1,8,9,0
67 92,3,0,7,8,0 86,2,1,9,10,0
68 93,3,0,8,9,0 87,2,1,10,11,0
69 94,3,0,9,10,0 88,2,1,11,12,0
70 95,3,0,10,11,0 89,2,1,12,13,0
71 97,3,1,0,2,0 90,2,1,13,14,0
72 98,3,1,1,3,0 91,6,0,0,2,0
73 99,3,1,2,4,0 92,6,0,1,3,0
74 100,3,1,3,5,0 93,6,0,2,4,0
75 101,3,1,4,6,0 94,6,0,3,5,0
76 102,3,1,5,7,0 95,6,0,4,6,0
77 103,3,1,6,8,0 96,6,0,5,7,0
78 104,3,1,7,9,0 97,6,0,6,8,0
79 105,3,1,8,10,0 98,6,0,7,9,0
80 106,3,1,9,11,0 99,6,0,8,10,0
81 107,3,1,10,12,0 100,6,0,9,11,0
82 108,3,1,11,13,0 101,6,0,10,12,0
83 109,3,1,12,14,0 102,6,0,11,13,0
84 110,3,1,13,15,0 103,6,0,12,14,0
85 112,4,0,0,2,0 104,6,1,0,2,0
86 113,4,0,1,3,0 105,6,1,1,3,0
87 114,4,0,2,4,0 106,6,1,2,4,0
88 115,4,0,3,5,0 107,6,1,3,5,0
89 116,4,0,4,6,0 108,6,1,4,6,0
90 117,4,0,5,7,0 109,6,1,5,7,0
91 118,4,0,6,8,0 110,6,1,6,8,0
92 120,4,1,0,2,0 111,6,1,7,9,0
93 121,4,1,1,3,0 112,6,1,8,10,0
94 122,4,1,2,4,0 113,6,1,9,11,0
95 123,4,1,3,5,0 114,6,1,10,12,0
96 124,4,1,4,6,0 115,6,1,11,13,0
97 125,4,1,5,7,0 116,3,0,0,0,1
98 126,4,1,6,8,0 117,3,0,1,2,0
99 127,5,0,0,0,1 118,3,0,2,3,0
100 128,5,0,1,2,0 119,3,0,3,4,0
101 129,5,0,2,3,0 120,3,0,4,5,0
102 130,5,0,3,4,0 121,3,0,5,6,0
103 131,5,0,4,5,0 122,3,0,6,7,0
104 132,5,0,5,6,0 123,3,0,7,8,0
105 133,5,0,6,7,0 124,3,0,8,9,0
106 134,5,0,7,8,0 125,3,0,9,10,0
107 135,5,0,8,9,0 126,3,0,10,11,0
108 136,5,0,9,10,0 127,3,0,11,12,0
109 138,5,1,0,2,0 128,3,0,12,13,0
110 139,5,1,1,3,0 129,3,0,13,14,0
111 140,5,1,2,4,0 130,3,0,14,15,0
112 141,5,1,3,5,0 131,3,0,15,16,0
113 142,5,1,4,6,0 132,3,0,16,17,0
114 143,5,1,5,7,0 133,3,1,0,2,0
115 144,5,1,6,8,0 134,3,1,1,3,0
116 145,5,1,7,9,0 135,3,1,2,4,0
117 146,5,1,8,10,0 136,3,1,3,5,0
118 147,5,1,9,11,0 137,3,1,4,6,0
119 148,7,0,0,0,1 138,3,1,5,7,0
120 149,7,0,1,2,0 139,3,1,6,8,0
121 150,7,0,2,3,0 140,3,1,7,9,0
122 151,7,0,3,4,0 141,3,1,8,10,0
123 152,7,0,4,5,0 142,3,1,9,11,0
124 153,7,0,5,6,0 143,3,1,10,12,0
125 154,7,0,6,7,0 144,3,1,11,13,0
126 159,7,1,0,2,0 145,3,1,12,14,0
127 160,7,1,1,3,0 146,3,1,13,15,0
128 161,7,1,2,4,0 147,3,1,14,16,0
129 162,7,1,3,5,0 148,3,1,15,17,0
130 163,7,1,4,6,0 149,3,1,16,18,0
131 164,7,1,5,7,0 150,3,1,17,19,0
132 165,7,1,6,8,0 151,3,1,18,20,0
133 169,8,0,1,2,0 152,4,0,0,2,0
134 170,8,0,2,3,0 153,4,0,1,3,0
135 172,8,0,4,5,0 154,4,0,2,4,0
136 173,8,0,5,6,0 155,4,0,3,5,0
137 176,8,1,0,2,0 156,4,0,4,6,0
138 177,8,1,1,3,0 157,4,0,5,7,0
139 178,8,1,3,5,0 158,4,0,6,8,0
140 179,8,1,2,4,0 159,4,0,7,9,0
141 180,8,1,4,6,0 160,4,0,8,10,0
142 181,8,0,3,4,0 161,4,0,9,11,0
143 201,6,1,5,7,0 162,4,0,10,12,0
144 202,6,1,6,8,0 163,4,0,11,13,0
145 221,8,0,0,0,0 164,4,1,0,2,0
146 241,9,0,0,1,0 165,4,1,1,3,0
147 242,9,0,0,2,1 166,4,1,2,4,0
148 243,9,0,0,1,0 167,4,1,3,5,0
149 244,9,0,0,2,1 168,4,1,4,6,0
150 169,4,1,5,7,0
151 170,4,1,6,8,0
152 171,4,1,7,9,0
153 172,4,1,8,10,0
154 173,4,1,9,11,0
155 174,4,1,10,12,0
156 175,4,1,11,13,0
157 176,5,0,0,0,1
158 177,5,0,1,2,0
159 178,5,0,2,3,0
160 179,5,0,3,4,0
161 180,5,0,4,5,0
162 181,5,0,5,6,0
163 182,5,0,6,7,0
164 183,5,0,7,8,0
165 184,5,0,8,9,0
166 185,5,0,9,10,0
167 186,5,0,10,11,0
168 187,5,0,11,12,0
169 188,5,0,12,13,0
170 189,5,0,13,14,0
171 190,5,0,14,15,0
172 191,5,0,15,16,0
173 192,5,1,0,2,0
174 193,5,1,1,3,0
175 194,5,1,2,4,0
176 195,5,1,3,5,0
177 196,5,1,4,6,0
178 197,5,1,5,7,0
179 198,5,1,6,8,0
180 199,5,1,7,9,0
181 200,5,1,8,10,0
182 201,5,1,9,11,0
183 202,5,1,10,12,0
184 203,5,1,11,13,0
185 204,5,1,12,14,0
186 205,5,1,13,15,0
187 206,5,1,14,16,0
188 207,5,1,15,17,0
189 208,5,1,16,18,0
190 209,7,0,0,0,1
191 210,7,0,1,2,0
192 211,7,0,2,3,0
193 212,7,0,3,4,0
194 213,7,0,4,5,0
195 214,7,0,5,6,0
196 215,7,0,6,7,0
197 216,7,0,7,8,0
198 217,7,0,8,9,0
199 218,7,0,9,10,0
200 219,7,0,10,11,0
201 220,7,0,11,12,0
202 221,7,1,0,2,0
203 222,7,1,1,3,0
204 223,7,1,2,4,0
205 224,7,1,3,5,0
206 225,7,1,4,6,0
207 226,7,1,5,7,0
208 227,7,1,6,8,0
209 228,7,1,7,9,0
210 229,7,1,8,10,0
211 230,7,1,9,11,0
212 231,7,1,10,12,0
213 232,7,1,11,13,0
214 233,8,0,0,0,0
215 234,8,0,1,2,0
216 235,8,0,2,3,0
217 236,8,0,3,4,0
218 237,8,0,4,5,0
219 238,8,0,5,6,0
220 239,8,0,6,7,0
221 240,8,0,7,8,1
222 241,8,0,8,9,1
223 242,8,0,9,10,1
224 243,8,1,0,2,0
225 244,8,1,1,3,0
226 245,8,1,3,5,0
227 246,8,1,2,4,0
228 247,8,1,4,6,0
229 248,8,1,5,7,0
230 249,8,1,6,8,0
231 250,8,1,7,9,0
232 251,8,1,8,10,0
233 252,8,1,9,11,0
234 253,9,0,0,0,1
235 254,9,0,1,2,0
236 255,9,0,2,3,0
237 256,9,0,3,5,0
238 257,9,0,4,6,0
239 258,9,0,5,7,0
240 259,9,0,6,9,0
241 260,9,0,7,10,0
242 261,9,0,8,12,0
243 262,9,0,9,14,0
244 263,9,0,10,15,0
245 264,9,0,11,18,0
246 265,9,0,12,19,0
247 266,9,0,13,11,0
248 267,9,1,0,2,0
249 268,9,1,1,4,0
250 269,9,1,2,5,0
251 270,9,1,3,6,0
252 271,9,1,4,7,0
253 272,9,1,5,8,0
254 273,9,1,6,9,0
255 274,9,1,7,10,0
256 275,9,1,8,11,0
257 276,9,1,9,12,0
258 277,9,1,10,13,0
259 278,9,1,11,14,0
260 279,9,1,12,15,0
261 280,9,1,13,16,0
262 281,9,1,14,17,0
263 282,9,1,15,18,0
264 283,9,1,16,3,0
265 284,10,0,0,2,0
266 285,10,0,2,4,0
267 286,10,0,1,3,0
268 287,10,0,3,5,0
269 288,10,0,4,6,0
270 289,10,0,5,7,0
271 290,10,0,6,8,0
272 291,10,0,7,9,0
273 292,10,0,8,10,0
274 293,10,0,9,11,0
275 294,10,0,10,12,0
276 295,10,0,11,13,0
277 296,10,0,12,14,0
278 297,10,0,13,15,0
279 298,10,0,14,16,0
280 299,10,0,15,17,0
281 300,10,1,0,2,0
282 301,10,1,1,3,0
283 302,10,1,2,4,0
284 303,10,1,3,5,0
285 304,10,1,4,6,0
286 305,10,1,5,7,0
287 306,10,1,6,8,0
288 307,10,1,7,9,0
289 308,10,1,8,10,0
290 309,10,1,9,11,0
291 310,10,1,10,12,0
292 311,10,1,11,13,0
293 312,10,1,12,14,0
294 313,10,1,13,15,0
295 314,10,1,14,16,0
296 315,10,1,15,17,0
297 316,10,1,16,18,0
298 317,10,1,17,19,0
299 318,10,1,18,20,0
300 319,10,1,19,21,0

File diff suppressed because it is too large Load diff

View file

@ -7,9 +7,6 @@
1,0,6,80190984,0,1960,2,2,1
1,0,7,80190984,0,1960,1,2,1
3,0,0,2010404113,132302,2445512,2,2,2
6,0,0,2010404113,132302,2445512,0,0,0
6,0,1,2,2,2,2,2,2
6,0,2,3,3,3,3,3,3
3,0,1,2010404113,132302,2445512,3,3,3
3,0,2,2010404113,132302,2445512,4,4,4
3,0,3,2010404113,132302,2445512,5,5,5
@ -20,12 +17,31 @@
4,0,3,4,4,4,4,4,4
4,0,4,5,5,5,5,5,5
4,0,5,6,6,2,6,6,2
4,0,6,2010404113,132302,2445512,1,2,1
4,0,7,2010404113,132302,2445512,1,3,1
4,0,8,2010404113,132302,2445512,1,5,1
4,0,9,2010404113,132302,2445512,1,6,1
4,0,10,2010404113,132302,2445512,1,7,1
4,0,11,2010404113,132302,2445512,3,4,3
2,0,0,0,0,0,0,0,0
3,1,0,0,0,0,0,0,0
4,1,0,2010404113,132302,2445512,0,0,0
6,0,0,2010404113,132302,2445512,0,0,0
6,0,1,2,2,2,2,2,2
6,0,2,3,3,3,3,3,3
6,0,3,4,4,4,4,4,4
6,0,4,5,5,5,5,5,5
6,0,5,6,6,6,6,6,6
6,0,6,7,7,7,7,7,7
6,0,7,10,10,10,10,10,10
6,0,8,11,11,11,11,11,11
6,1,0,3435973836,3435973836,3435973836,0,0,0
6,1,1,3435973836,3435973836,3435973836,0,0,2
6,1,2,3435973836,3435973836,3435973836,0,0,3
6,1,3,3435973836,3435973836,3435973836,0,0,4
6,1,4,3435973836,3435973836,3435973836,0,0,5
6,1,5,3435973836,3435973836,3435973836,0,0,6
6,1,6,3435973836,3435973836,3435973836,0,0,7
1,0,8,80190984,0,1960,1,1,1
3,0,5,2010404113,132302,2445512,7,7,7
3,0,6,2010404113,132302,2445512,8,8,8
@ -33,6 +49,16 @@
3,0,8,2010404113,132302,2445512,10,10,10
3,0,9,2010404113,132302,2445512,11,11,11
3,0,10,2010404113,132302,2445512,12,12,12
3,0,11,2010404113,132302,2445512,13,13,13
3,0,12,2010404113,132302,2445512,0,1,0
3,0,13,2010404113,132302,2445512,0,2,0
3,0,14,2010404113,132302,2445512,0,3,0
3,0,15,2010404113,132302,2445512,0,4,0
3,0,16,2010404113,132302,2445512,0,5,0
3,0,17,2010404113,132302,2445512,0,6,0
3,0,18,2010404113,132302,2445512,0,7,0
3,0,19,2010404113,132302,2445512,0,8,0
3,0,20,2010404113,132302,2445512,0,9,0
2,0,1,0,0,0,0,0,0
2,0,2,2010404113,132302,2445512,2,0,0
2,0,3,2010404113,132302,2445512,3,0,0
@ -52,7 +78,6 @@
4,1,7,2010404113,132302,2445512,0,0,0
4,1,8,2010404113,132302,2445512,0,0,0
4,1,9,2010404113,132302,2445512,0,0,0
6,0,6,7,7,7,7,7,7
7,0,0,0,0,0,0,0,0
8,0,2,80190984,0,1960,0,4,0
7,0,1,1,0,0,2,0,0
@ -108,10 +133,6 @@
2,1,4,2010404113,132302,2445512,0,5,0
2,1,5,2010404113,132302,2445512,0,6,0
2,1,6,2010404113,132302,2445512,0,7,0
6,1,0,3435973836,3435973836,3435973836,0,0,0
6,1,1,3435973836,3435973836,3435973836,0,0,2
6,1,2,3435973836,3435973836,3435973836,0,0,3
6,1,3,3435973836,3435973836,3435973836,0,0,4
8,0,1,80190984,0,1960,0,3,0
8,0,3,80190984,0,1960,0,5,0
8,0,4,80190984,0,1960,0,6,0
@ -121,7 +142,6 @@
3,1,3,2010404113,12062076,2489664,0,4,0
3,1,4,2010404113,12062076,2489664,0,5,0
3,1,5,2010404113,12062076,2489664,0,6,0
6,1,4,3435973836,3435973836,3435973836,0,0,5
7,1,1,2010404113,394024,2445512,0,0,2
7,1,6,2010404113,394024,2445512,0,0,7
7,1,2,2010404113,394024,2445512,0,0,3
@ -134,4 +154,54 @@
8,0,8,2010404113,459480,2445528,0,5,0
8,0,9,2010404113,459480,2445528,0,6,0
8,0,10,2010404113,459480,2445528,0,4,0
8,0,11,2010404113,459480,2445528,0,2,0
8,0,12,2010404113,459480,2445528,0,4,0
8,0,13,2010404113,459480,2445528,0,6,0
8,1,5,2010404113,35521606,2490272,0,7,0
8,1,6,2010404113,35521606,2490272,0,2,0
8,1,7,2010404113,35521606,2490272,0,3,0
8,1,8,2010404113,35521606,2490272,0,4,0
8,1,9,2010404113,35521606,2490272,0,5,0
10,1,0,0,0,0,0,0,0
10,0,0,2010429269,2010429317,789212,0,0,0
10,1,2,2010429269,2010429317,10293034,0,3,0
10,1,3,2010429269,2010429317,10293034,0,4,0
10,1,4,2010429269,2010429317,10293034,0,5,0
10,1,5,2010429269,2010429317,10293034,0,6,0
10,1,6,2010429269,2010429317,10293034,0,7,0
10,1,7,2010429269,2010429317,10293034,0,8,0
10,1,8,2010429269,2010429317,10293034,0,9,0
10,1,9,2010429269,2010429317,10293034,0,10,0
10,1,10,2010429269,2010429317,10293034,0,11,0
10,0,1,2010429269,2010429317,789212,2,0,0
10,0,2,2010429269,2010429317,789212,3,0,0
10,0,3,2010429269,2010429317,789212,4,0,0
10,0,4,2010429269,2010429317,789212,5,0,0
10,0,5,2010429269,2010429317,789212,6,0,0
10,0,6,2010429269,2010429317,789212,7,0,0
10,0,7,2010429269,2010429317,789212,8,0,0
10,0,8,2010429269,2010429317,922464,9,0,0
10,0,9,2010429269,2010429317,922464,10,0,0
10,0,10,2010429269,2010429317,922464,11,0,0
10,1,1,2010429269,2010429317,590640,0,2,0
9,0,0,3435973836,3435973836,3435973836,2,0,0
9,0,1,3435973836,3435973836,3435973836,3,0,0
9,0,2,3435973836,3435973836,3435973836,4,0,0
9,0,3,3435973836,3435973836,3435973836,5,0,0
9,0,4,3435973836,3435973836,3435973836,6,0,0
9,1,0,3435973836,3435973836,3435973836,2,0,0
9,1,1,3435973836,3435973836,3435973836,3,0,0
9,1,2,3435973836,3435973836,3435973836,4,0,0
9,1,3,3435973836,3435973836,3435973836,5,0,0
9,1,4,3435973836,3435973836,3435973836,6,0,0
9,0,5,3435973836,3435973836,3435973836,2,2,0
9,0,6,3435973836,3435973836,3435973836,3,2,0
9,0,7,3435973836,3435973836,3435973836,4,2,0
9,0,8,3435973836,3435973836,3435973836,5,2,0
9,0,9,3435973836,3435973836,3435973836,6,2,0
4,0,12,2,2,2,7,4,2
4,0,13,2,2,2,7,3,2
7,0,8,7,0,0,9,0,0
7,0,9,7,0,0,10,0,0
7,0,10,7,0,0,11,0,0
7,0,11,7,0,0,12,0,0

1 # fields=9
7 1,0,6,80190984,0,1960,2,2,1
8 1,0,7,80190984,0,1960,1,2,1
9 3,0,0,2010404113,132302,2445512,2,2,2
6,0,0,2010404113,132302,2445512,0,0,0
6,0,1,2,2,2,2,2,2
6,0,2,3,3,3,3,3,3
10 3,0,1,2010404113,132302,2445512,3,3,3
11 3,0,2,2010404113,132302,2445512,4,4,4
12 3,0,3,2010404113,132302,2445512,5,5,5
17 4,0,3,4,4,4,4,4,4
18 4,0,4,5,5,5,5,5,5
19 4,0,5,6,6,2,6,6,2
20 4,0,6,2010404113,132302,2445512,1,2,1
21 4,0,7,2010404113,132302,2445512,1,3,1
22 4,0,8,2010404113,132302,2445512,1,5,1
23 4,0,9,2010404113,132302,2445512,1,6,1
24 4,0,10,2010404113,132302,2445512,1,7,1
25 4,0,11,2010404113,132302,2445512,3,4,3
26 2,0,0,0,0,0,0,0,0
27 3,1,0,0,0,0,0,0,0
28 4,1,0,2010404113,132302,2445512,0,0,0
29 6,0,0,2010404113,132302,2445512,0,0,0
30 6,0,1,2,2,2,2,2,2
31 6,0,2,3,3,3,3,3,3
32 6,0,3,4,4,4,4,4,4
33 6,0,4,5,5,5,5,5,5
34 6,0,5,6,6,6,6,6,6
35 6,0,6,7,7,7,7,7,7
36 6,0,7,10,10,10,10,10,10
37 6,0,8,11,11,11,11,11,11
38 6,1,0,3435973836,3435973836,3435973836,0,0,0
39 6,1,1,3435973836,3435973836,3435973836,0,0,2
40 6,1,2,3435973836,3435973836,3435973836,0,0,3
41 6,1,3,3435973836,3435973836,3435973836,0,0,4
42 6,1,4,3435973836,3435973836,3435973836,0,0,5
43 6,1,5,3435973836,3435973836,3435973836,0,0,6
44 6,1,6,3435973836,3435973836,3435973836,0,0,7
45 1,0,8,80190984,0,1960,1,1,1
46 3,0,5,2010404113,132302,2445512,7,7,7
47 3,0,6,2010404113,132302,2445512,8,8,8
49 3,0,8,2010404113,132302,2445512,10,10,10
50 3,0,9,2010404113,132302,2445512,11,11,11
51 3,0,10,2010404113,132302,2445512,12,12,12
52 3,0,11,2010404113,132302,2445512,13,13,13
53 3,0,12,2010404113,132302,2445512,0,1,0
54 3,0,13,2010404113,132302,2445512,0,2,0
55 3,0,14,2010404113,132302,2445512,0,3,0
56 3,0,15,2010404113,132302,2445512,0,4,0
57 3,0,16,2010404113,132302,2445512,0,5,0
58 3,0,17,2010404113,132302,2445512,0,6,0
59 3,0,18,2010404113,132302,2445512,0,7,0
60 3,0,19,2010404113,132302,2445512,0,8,0
61 3,0,20,2010404113,132302,2445512,0,9,0
62 2,0,1,0,0,0,0,0,0
63 2,0,2,2010404113,132302,2445512,2,0,0
64 2,0,3,2010404113,132302,2445512,3,0,0
78 4,1,7,2010404113,132302,2445512,0,0,0
79 4,1,8,2010404113,132302,2445512,0,0,0
80 4,1,9,2010404113,132302,2445512,0,0,0
6,0,6,7,7,7,7,7,7
81 7,0,0,0,0,0,0,0,0
82 8,0,2,80190984,0,1960,0,4,0
83 7,0,1,1,0,0,2,0,0
133 2,1,4,2010404113,132302,2445512,0,5,0
134 2,1,5,2010404113,132302,2445512,0,6,0
135 2,1,6,2010404113,132302,2445512,0,7,0
6,1,0,3435973836,3435973836,3435973836,0,0,0
6,1,1,3435973836,3435973836,3435973836,0,0,2
6,1,2,3435973836,3435973836,3435973836,0,0,3
6,1,3,3435973836,3435973836,3435973836,0,0,4
136 8,0,1,80190984,0,1960,0,3,0
137 8,0,3,80190984,0,1960,0,5,0
138 8,0,4,80190984,0,1960,0,6,0
142 3,1,3,2010404113,12062076,2489664,0,4,0
143 3,1,4,2010404113,12062076,2489664,0,5,0
144 3,1,5,2010404113,12062076,2489664,0,6,0
6,1,4,3435973836,3435973836,3435973836,0,0,5
145 7,1,1,2010404113,394024,2445512,0,0,2
146 7,1,6,2010404113,394024,2445512,0,0,7
147 7,1,2,2010404113,394024,2445512,0,0,3
154 8,0,8,2010404113,459480,2445528,0,5,0
155 8,0,9,2010404113,459480,2445528,0,6,0
156 8,0,10,2010404113,459480,2445528,0,4,0
157 8,0,11,2010404113,459480,2445528,0,2,0
158 8,0,12,2010404113,459480,2445528,0,4,0
159 8,0,13,2010404113,459480,2445528,0,6,0
160 8,1,5,2010404113,35521606,2490272,0,7,0
161 8,1,6,2010404113,35521606,2490272,0,2,0
162 8,1,7,2010404113,35521606,2490272,0,3,0
163 8,1,8,2010404113,35521606,2490272,0,4,0
164 8,1,9,2010404113,35521606,2490272,0,5,0
165 10,1,0,0,0,0,0,0,0
166 10,0,0,2010429269,2010429317,789212,0,0,0
167 10,1,2,2010429269,2010429317,10293034,0,3,0
168 10,1,3,2010429269,2010429317,10293034,0,4,0
169 10,1,4,2010429269,2010429317,10293034,0,5,0
170 10,1,5,2010429269,2010429317,10293034,0,6,0
171 10,1,6,2010429269,2010429317,10293034,0,7,0
172 10,1,7,2010429269,2010429317,10293034,0,8,0
173 10,1,8,2010429269,2010429317,10293034,0,9,0
174 10,1,9,2010429269,2010429317,10293034,0,10,0
175 10,1,10,2010429269,2010429317,10293034,0,11,0
176 10,0,1,2010429269,2010429317,789212,2,0,0
177 10,0,2,2010429269,2010429317,789212,3,0,0
178 10,0,3,2010429269,2010429317,789212,4,0,0
179 10,0,4,2010429269,2010429317,789212,5,0,0
180 10,0,5,2010429269,2010429317,789212,6,0,0
181 10,0,6,2010429269,2010429317,789212,7,0,0
182 10,0,7,2010429269,2010429317,789212,8,0,0
183 10,0,8,2010429269,2010429317,922464,9,0,0
184 10,0,9,2010429269,2010429317,922464,10,0,0
185 10,0,10,2010429269,2010429317,922464,11,0,0
186 10,1,1,2010429269,2010429317,590640,0,2,0
187 9,0,0,3435973836,3435973836,3435973836,2,0,0
188 9,0,1,3435973836,3435973836,3435973836,3,0,0
189 9,0,2,3435973836,3435973836,3435973836,4,0,0
190 9,0,3,3435973836,3435973836,3435973836,5,0,0
191 9,0,4,3435973836,3435973836,3435973836,6,0,0
192 9,1,0,3435973836,3435973836,3435973836,2,0,0
193 9,1,1,3435973836,3435973836,3435973836,3,0,0
194 9,1,2,3435973836,3435973836,3435973836,4,0,0
195 9,1,3,3435973836,3435973836,3435973836,5,0,0
196 9,1,4,3435973836,3435973836,3435973836,6,0,0
197 9,0,5,3435973836,3435973836,3435973836,2,2,0
198 9,0,6,3435973836,3435973836,3435973836,3,2,0
199 9,0,7,3435973836,3435973836,3435973836,4,2,0
200 9,0,8,3435973836,3435973836,3435973836,5,2,0
201 9,0,9,3435973836,3435973836,3435973836,6,2,0
202 4,0,12,2,2,2,7,4,2
203 4,0,13,2,2,2,7,3,2
204 7,0,8,7,0,0,9,0,0
205 7,0,9,7,0,0,10,0,0
206 7,0,10,7,0,0,11,0,0
207 7,0,11,7,0,0,12,0,0

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -44,18 +44,18 @@
"Beast\BogBeast.mdx","","Creature\Worgen\Worgen.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","Beast\BogBeast.mdx",1066284351,1074270306
"east\BogBeast.mdx","reature\Basilisk\Basilisk.mdx","Creature\Ghoul\Ghoul.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,1,1099956224,1094713344,1065353216,0,"","","east\BogBeast.mdx",1059761370,1072642916
"st\BogBeast.mdx","","Creature\DragonSpawn\DragonSpawn.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","st\BogBeast.mdx",1060226099,1074089951
"\BogBeast.mdx","ature\Basilisk\Basilisk.mdx","Character\Human\Male\HumanMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","\BogBeast.mdx",1058828557,1073871847
"BogBeast.mdx","ature\Basilisk\Basilisk.mdx","Character\Human\Female\HumanFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","BogBeast.mdx",1054169524,1073012015
"\BogBeast.mdx","ature\Basilisk\Basilisk.mdx","Character\Human\Male\HumanMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1092616192,1096810496,1065353216,0,"","","\BogBeast.mdx",1058828557,1073871847
"BogBeast.mdx","ature\Basilisk\Basilisk.mdx","Character\Human\Female\HumanFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1091567616,1094713344,1065353216,0,"","","BogBeast.mdx",1054169524,1073012015
"ogBeast.mdx","ature\Basilisk\Basilisk.mdx","Character\Orc\Male\OrcMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1096810496,1096810496,1065353216,0,"","","ogBeast.mdx",1061158912,1075255968
"gBeast.mdx","ature\Basilisk\Basilisk.mdx","Character\Orc\Female\OrcFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1093664768,1065353216,0,"","","gBeast.mdx",1056031795,1073955734
"gBeast.mdx","ature\Basilisk\Basilisk.mdx","Character\Orc\Female\OrcFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1092616192,1094713344,1065353216,0,"","","gBeast.mdx",1056031795,1073955734
"Beast.mdx","ature\Basilisk\Basilisk.mdx","Character\Dwarf\Male\DwarfMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","Beast.mdx",1060226099,1070948418
"east.mdx","ature\Basilisk\Basilisk.mdx","Character\Dwarf\Female\DwarfFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","east.mdx",1055098982,1069782401
"ast.mdx","ature\Basilisk\Basilisk.mdx","Character\NightElf\Male\NightElfMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","ast.mdx",1061625319,1075578929
"st.mdx","ature\Basilisk\Basilisk.mdx","Character\NightElf\Female\NightElfFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","st.mdx",1057897421,1074790400
"ast.mdx","ature\Basilisk\Basilisk.mdx","Character\NightElf\Male\NightElfMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1099956224,1065353216,0,"","","ast.mdx",1061625319,1075578929
"st.mdx","ature\Basilisk\Basilisk.mdx","Character\NightElf\Female\NightElfFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1091567616,1093664768,1065353216,0,"","","st.mdx",1057897421,1074790400
"t.mdx","ature\Basilisk\Basilisk.mdx","Character\Scourge\Male\ScourgeMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,1,1094713344,1092616192,1065353216,0,"","","t.mdx",1060226099,1072575807
".mdx","ature\Basilisk\Basilisk.mdx","Character\Scourge\Female\ScourgeFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,1,1094713344,1092616192,1065353216,0,"","",".mdx",1054169524,1072433201
"mdx","ature\Basilisk\Basilisk.mdx","Character\Tauren\Male\TaurenMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1102053376,1098907648,1073741824,0,"","","mdx",1058479591,1070830977
"dx","ature\Basilisk\Basilisk.mdx","Character\Tauren\Female\TaurenFemale.mdx","Creature\Basilisk\Basilisk.mdx",1067450368,1,3,1101004800,1096810496,1073741824,0,"","","dx",1059761370,1074207392
"mdx","ature\Basilisk\Basilisk.mdx","Character\Tauren\Male\TaurenMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1099956224,1073741824,0,"","","mdx",1058479591,1070830977
"dx","ature\Basilisk\Basilisk.mdx","Character\Tauren\Female\TaurenFemale.mdx","Creature\Basilisk\Basilisk.mdx",1067450368,1,3,1096810496,1096810496,1073741824,0,"","","dx",1059761370,1074207392
"x","Basilisk\Basilisk.mdx","Creature\CarrionBird\CarrionBird.mdx","",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","x",1060226099,1074089951
"","e\Basilisk\Basilisk.mdx","Creature\Hydra\Hydra.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","",1060226099,1074089951
"Creature\Centaur\Centaur.mdx","reature\Basilisk\Basilisk.mdx","Creature\Tarantula\Tarantula.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","Creature\Centaur\Centaur.mdx",1060226099,1074089951
@ -169,17 +169,17 @@
"gonWhelp\DragonWhelp.mdx","","Creature\cockroach\Cockroach.mdx","",1065353216,4294967295,1,1082130432,1077936128,1045220557,0,"","","ragonWhelp\DragonWhelp.mdx",1054169524,1049508813
"nWhelp\DragonWhelp.mdx","","Creature\bear\Bear.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"reature\Basilisk\Basilisk.mdx","silisk\Basilisk.mdx","taur.mdx",1060226099,1072181543
"Whelp\DragonWhelp.mdx","eature\Basilisk\Basilisk.mdx","Creature\Spells\StasisTotem.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","agonWhelp\DragonWhelp.mdx",1061890399,1074089951
"help\DragonWhelp.mdx","ature\Basilisk\Basilisk.mdx","Character\Gnome\Male\GnomeMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","ll\Grell.mdx",1060226099,1065822978
"elp\DragonWhelp.mdx","ature\Basilisk\Basilisk.mdx","Character\Gnome\Female\GnomeFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","l\Grell.mdx",1058828557,1065353216
"p\DragonWhelp.mdx","ature\Basilisk\Basilisk.mdx","Character\Troll\Male\TrollMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","\Grell.mdx",1060226099,1074089951
"\DragonWhelp.mdx","ature\Basilisk\Basilisk.mdx","Character\Troll\Female\TrollFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","Grell.mdx",1058860433,1072391258
"help\DragonWhelp.mdx","ature\Basilisk\Basilisk.mdx","Character\Gnome\Male\GnomeMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1091567616,1094713344,1065353216,0,"","","ll\Grell.mdx",1060226099,1065822978
"elp\DragonWhelp.mdx","ature\Basilisk\Basilisk.mdx","Character\Gnome\Female\GnomeFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1090519040,1093664768,1065353216,0,"","","l\Grell.mdx",1058828557,1065353216
"p\DragonWhelp.mdx","ature\Basilisk\Basilisk.mdx","Character\Troll\Male\TrollMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1098907648,1101004800,1065353216,0,"","","\Grell.mdx",1060226099,1074089951
"\DragonWhelp.mdx","ature\Basilisk\Basilisk.mdx","Character\Troll\Female\TrollFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1094713344,1101004800,1065353216,0,"","","Grell.mdx",1058860433,1072391258
"DragonWhelp.mdx","e\Basilisk\Basilisk.mdx","Creature\AncientOfLore\AncientofLore.mdx","ature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"reature\Basilisk\Basilisk.mdx","asilisk\Basilisk.mdx","gonWhelp\DragonWhelp.mdx",1060226099,1074089951
"ragonWhelp.mdx","e\Basilisk\Basilisk.mdx","Creature\AncientOfWar\AncientofWar.mdx","ature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"reature\Basilisk\Basilisk.mdx","asilisk\Basilisk.mdx","onWhelp\DragonWhelp.mdx",1060226099,1074089951
"gonWhelp.mdx","eature\Basilisk\Basilisk.mdx","Creature\Spells\Serpent_Totem.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","nWhelp\DragonWhelp.mdx",1061890399,1077416034
"onWhelp.mdx","","Creature\ThunderLizard\ThunderLizard.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","Whelp\DragonWhelp.mdx",1060226099,1074089951
"nWhelp.mdx","","Creature\Hyena\Hyena.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","help\DragonWhelp.mdx",1060226099,1074089951
"Whelp.mdx","\Basilisk\Basilisk.mdx","Creature\Shark\Shark.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","elp\DragonWhelp.mdx",1065705538,1074089951
"help.mdx","","Creature\Stag\Stag.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","","lp\DragonWhelp.mdx",1060226099,1074089951
"help.mdx","","Creature\Stag\Stag.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","lp\DragonWhelp.mdx",1060226099,1074089951
"elp.mdx","","Creature\MountedKnight\MountedKnight.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","p\DragonWhelp.mdx",1060226099,1074089951
"p.mdx","","Creature\Gazelle\Gazelle.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","\DragonWhelp.mdx",1060226099,1074089951
".mdx","","Creature\giraffe\Giraffe.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,0,0,0,0,"","","DragonWhelp.mdx",1060226099,1074089951
@ -271,7 +271,7 @@
"e\Infernal\Infernal.mdx","Creature\Basilisk\Basilisk.mdx","Creature\Gryphon\Gryphon.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","kHound\DarkHound.mdx",1060226099,1074089951
".mdx","reature\Basilisk\Basilisk.mdx","Creature\GnomeSpidertank\GnomeAlertBot.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","UMSCitizenMid.mdx",1068616385,1082480656
"OfTheGrove\KeeperOfTheGrove.mdx","ature\Basilisk\Basilisk.mdx","Character\Goblin\Male\GoblinMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","eature\SeaGiant\SeaGiant.mdx",1057897421,1068616385
"fTheGrove\KeeperOfTheGrove.mdx","ature\Basilisk\Basilisk.mdx","Character\Goblin\Female\GoblinFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","ll\Grell.mdx",1057897421,1068616385
"fTheGrove\KeeperOfTheGrove.mdx","ature\Basilisk\Basilisk.mdx","Character\Goblin\Female\GoblinFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","ature\SeaGiant\SeaGiant.mdx",1057897421,1068616385
"heGrove.mdx","","Creature\GnomeSpidertank\GnomeBomBot.mdx","",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"","","eature\HUMSMerchant\HUMSMerchant.mdx",1068616385,1082480656
"eGrove.mdx","","Creature\MechaStrider\GnomeMechaStrider.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,5,1099956224,1094713344,1065353216,0,"","","ature\HUMSMerchant\HUMSMerchant.mdx",1060226099,1074089951
"Grove.mdx","reature\Basilisk\Basilisk.mdx","Creature\GnomeSpidertank\GnomePounder.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","ture\HUMSMerchant\HUMSMerchant.mdx",1060226099,1074089951
@ -288,7 +288,8 @@
"Spider.mdx","","Creature\DragonSpawnCaster\DragonSpawnCaster.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","\KodoBeast.mdx",1060226099,1074089951
"Murloc\Murloc.mdx","","Creature\DragonSpawn\DragonSpawnArmored.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","st\BogBeast.mdx",1060226099,1074089951
"eature\Ogre\Ogre.mdx","eature\Basilisk\Basilisk.mdx","Creature\Lich\Lich.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,4,1099956224,1094713344,1065353216,0,"","","pider.mdx",1060226099,1074089951
"","","Creature\Kodobeast\KodoBeastPack.mdx","eature\Basilisk\Basilisk.mdx",1065353216,4294967295,6,1099956224,1094713344,1065353216,0,"Creature\Basilisk\Basilisk.mdx","Basilisk\Basilisk.mdx",".mdx",1060226099,1074089951
"","","Creature\Kodobeast\KodoBeastPack.mdx","eature\Basilisk\Basilisk.mdx",1065353216,4294967295,6,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx",".mdx",1060226099,1074089951
"Creature\Ogre\OgreMage.mdx","","Creature\Kodobeast\KodoBeastPack.mdx","eature\Basilisk\Basilisk.mdx",1065353216,4294967295,6,1099956224,1094713344,1065353216,0,"Creature\Basilisk\Basilisk.mdx","Basilisk\Basilisk.mdx",".mdx",1060226099,1074089951
"age.mdx","eature\Basilisk\Basilisk.mdx","Creature\FlyingMachineCreature\FlyingMachineCreature.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","lf\Male\NightElfMale.mdx",1060226099,1074089951
"tor\Raptor.mdx","eature\Basilisk\Basilisk.mdx","Creature\SkeletalSerpent\SkeletalSerpent.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,1,1099956224,1094713344,1065353216,0,"","","reature\MineSpider\MineSpider.mdx",1060226099,1074089951
"ure\SeaGiant\SeaGiant.mdx","reature\Basilisk\Basilisk.mdx","Creature\GolemStone\GolemCannonStone.mdx","reature\Basilisk\Basilisk.mdx",1065353216,3,4,1099956224,1094713344,1065353216,0,"","","ineSpider.mdx",1060226099,1074089951
@ -376,10 +377,12 @@
"ElementalEarth\ElementalEarth.mdx","Creature\Basilisk\Basilisk.mdx","Creature\SilithidWaspBoss\SilithidWaspBoss.mdx","reature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1099956224,1094713344,1065353216,0,"","","e\Boar\Boar.mdx",0,0
"lementalEarth\ElementalEarth.mdx","","Creature\Horisath\Horisath.mdx","eature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"","","\Boar\Boar.mdx",1060226099,1074089951
"ementalEarth\ElementalEarth.mdx","eature\Basilisk\Basilisk.mdx","Creature\InvisibleMan\InvisibleMan.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","Boar\Boar.mdx",1061625319,1075578929
"entalEarth\ElementalEarth.mdx","ature\Basilisk\Basilisk.mdx","Character\BloodElf\Male\BloodElfMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1099956224,1065353216,0,"","","or.mdx",1058828557,1073871847
"ntalEarth\ElementalEarth.mdx","ature\Basilisk\Basilisk.mdx","Character\BloodElf\Female\BloodElfFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1091567616,1094713344,1065353216,0,"","","r.mdx",1058828557,1073871847
"Earth\ElementalEarth.mdx","Creature\Basilisk\Basilisk.mdx","Creature\EyeOfKathune\EyeofKathune.mdx","ature\Basilisk\Basilisk.mdx",1065353216,3,4294967295,1099956224,1094713344,1065353216,0,"","silisk\Basilisk.mdx","Boar.mdx",0,0
"th\ElementalEarth.mdx","Creature\Basilisk\Basilisk.mdx","Creature\SilithidTankBoss\SilithidTankBoss.mdx","reature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1099956224,1094713344,1065353216,0,"","","ar.mdx",0,0
"h\ElementalEarth.mdx","Creature\Basilisk\Basilisk.mdx","Creature\SilithidTankBoss\SilithidTankBoss_Damaged.mdx","reature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,0,0,0,0,"","","r.mdx",0,0
"\ElementalEarth.mdx","Creature\Basilisk\Basilisk.mdx","Creature\SandWorm\SandWorm.mdx","ature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1099956224,1094713344,1065353216,0,"","",".mdx",0,0
"\ElementalEarth.mdx","Creature\Basilisk\Basilisk.mdx","Creature\SandWorm\SandWorm.mdx","ature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1099956224,1094713344,1065353216,0,"","",".mdx",1058828557,1073871847
"lementalEarth.mdx","Creature\Basilisk\Basilisk.mdx","Creature\RidingSilithid\RidingSilithid.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1099956224,1094713344,1065353216,0,"","","dx",0,0
"ementalEarth.mdx","","Creature\SlimeGiant\GiantSlime.mdx","eature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1099956224,1094713344,1065353216,0,"","","entaur.mdx",0,0
"mentalEarth.mdx","","Creature\SandReaver\SandReaver.mdx","reature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1099956224,1094713344,1065353216,0,"","","x",0,0
@ -408,7 +411,7 @@
"Skeleton\Skeleton.mdx","eature\Basilisk\Basilisk.mdx","Creature\SporeCreature\SporeCreature.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1099956224,1094713344,1065353216,0,"","","ector\AncientProtector.mdx",0,0
"eton\Skeleton.mdx","","Creature\QuestObjects\Creature_ScourgeCrystal.mdx","",1065353216,4294967295,4294967295,0,0,0,0,"","","ctor\AncientProtector.mdx",0,0
"ton\Skeleton.mdx","","Creature\QuestObjects\Creature_ScourgeCrystalDamaged.mdx","",1065353216,4294967295,4294967295,0,0,0,0,"","","tor\AncientProtector.mdx",0,0
"on\Skeleton.mdx","","Creature\FleshTitan\FleshTitan.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","or\AncientProtector.mdx",0,0
"on\Skeleton.mdx","","Creature\FleshTitan\FleshTitan.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","or\AncientProtector.mdx",1058828557,1073871847
"n\Skeleton.mdx","","Creature\MOUNTEDDEATHKNIGHT\MountedDeathKnight_Mograine.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","r\AncientProtector.mdx",0,0
"\Skeleton.mdx","","Creature\MOUNTEDDEATHKNIGHT\MountedDeathKnight_Blaumeux.mdx","",1065353216,4294967295,4294967295,0,0,0,0,"","","\AncientProtector.mdx",0,0
"Skeleton.mdx","","Creature\MOUNTEDDEATHKNIGHT\MountedDeathKnight_Zeliek.mdx","",1065353216,4294967295,4294967295,0,0,0,0,"","","AncientProtector.mdx",0,0
@ -421,11 +424,345 @@
"mdx","","Creature\Turtle\Turtle.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","ure\DragonWhelp\DragonWhelp.mdx",0,0
"","","Creature\WISP\WispRed.mdx","",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",0,0
"Harvest.mdx","eature\Basilisk\Basilisk.mdx","Creature\InvisibleStalker\InvisibleStalkerNoName.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,4,1099956224,1094713344,1065353216,0,"","","cter\Orc\Female\OrcFemale.mdx",0,0
"vestStage2\GolemHarvestStage2.mdx","","Creature\RidingTurtle\RidingTurtle.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,6,1099956224,1094713344,1065353216,0,"","","reature\ElementalEarth\ElementalEarth.mdx",0,0
"vestStage2\GolemHarvestStage2.mdx","","Creature\RidingTurtle\RidingTurtle.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,6,1099956224,1094713344,1065353216,0,"","","reature\ElementalEarth\ElementalEarth.mdx",1060226099,1074089951
"estStage2\GolemHarvestStage2.mdx","eature\Basilisk\Basilisk.mdx","Creature\GRYPHON\Gryphon.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","eature\ElementalEarth\ElementalEarth.mdx",0,0
"ge2\GolemHarvestStage2.mdx","Creature\Basilisk\Basilisk.mdx","Creature\AllianceRider\AllianceRider.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","re\ElementalEarth\ElementalEarth.mdx",0,0
"e2\GolemHarvestStage2.mdx","Creature\Basilisk\Basilisk.mdx","Creature\HordeRider\HordeRider.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","e\ElementalEarth\ElementalEarth.mdx",0,0
"olemHarvestStage2.mdx","","Creature\Landro\Landro.mdx","",1065353216,4294967295,1,0,0,0,0,"","","ementalEarth\ElementalEarth.mdx",1058828557,1073871847
"olemHarvestStage2.mdx","","Creature\Landro\Landro.mdx","",1065353216,4294967295,1,0,0,0,0,"","","ementalEarth\ElementalEarth.mdx",0,0
"mdx","","Creature\Tiger\Tigercub.mdx","",1065353216,4294967295,7,0,0,1048576000,0,"","","entalEarth\ElementalEarth.mdx",0,0
"dx","","Creature\Hippogryph\HippogryphPet.mdx","",1065353216,4294967295,4294967295,0,0,0,0,"","","ntalEarth\ElementalEarth.mdx",1058828557,1073871847
"re\DireWolf\DireWolf.mdx","Creature\Basilisk\Basilisk.mdx","Creature\GRYPHON\Gryphon_Ghost.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","rth.mdx",0,0
"dx","","Creature\Hippogryph\HippogryphPet.mdx","",1065353216,4294967295,4294967295,0,0,0,0,"","","ntalEarth\ElementalEarth.mdx",0,0
"re\DireWolf\DireWolf.mdx","Creature\Basilisk\Basilisk.mdx","Creature\GRYPHON\Gryphon_Ghost.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","rth.mdx",1060226099,1074089951
"umanMalePeasant\HumanMalePeasant.mdx","","Creature\BloodElfGuard\BloodElfMale_Guard.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","Grell\Grell.mdx",1058387316,1073859265
"manMalePeasant\HumanMalePeasant.mdx","","Creature\Mistfox\Mistfox.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1091567616,1086324736,1065353216,0,"","","gBeast\BogBeast.mdx",1060226099,1074089951
"anMalePeasant\HumanMalePeasant.mdx","reature\Basilisk\Basilisk.mdx","Creature\ArcaneGolem\ArcaneGolem.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,4294967295,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","rotector.mdx",1060226099,1074089951
"nMalePeasant\HumanMalePeasant.mdx","reature\Basilisk\Basilisk.mdx","Creature\ArcaneGolem\ArcaneGolemBroken.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,4294967295,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","otector.mdx",1060226099,1074089951
"MalePeasant\HumanMalePeasant.mdx","reature\Basilisk\Basilisk.mdx","Creature\ArcaneGolem\ArcaneGolemPurple.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,4294967295,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","rotector.mdx",1060226099,1074089951
"alePeasant\HumanMalePeasant.mdx","","Creature\TempScourgeMaleNPC\ScourgeMaleNPC.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","und\DarkHound.mdx",1060226099,1074089951
"lePeasant\HumanMalePeasant.mdx","","Creature\Forsakenmage\Forsakenmage.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","und\DarkHound.mdx",1060226099,1074089951
"ePeasant\HumanMalePeasant.mdx","","Creature\BloodelfFemaleKid\BloodelfFemaleKid.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","Centaur.mdx",1052538778,1066980606
"Peasant\HumanMalePeasant.mdx","","Creature\Eredar\Eredar.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","orilla.mdx",1060226099,1074089951
"easant\HumanMalePeasant.mdx","reature\Basilisk\Basilisk.mdx","Creature\EredarFemale\EredarFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","la\Gorilla.mdx",1060226099,1074089951
"asant\HumanMalePeasant.mdx","","Creature\illidan\illidan.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","illa.mdx",1059085248,1076283572
"sant\HumanMalePeasant.mdx","","Creature\kaelthas\kaelthas.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","Gorilla.mdx",1058387316,1073859265
"ant\HumanMalePeasant.mdx","","Creature\medivh\medivh.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","Basilisk.mdx",1057127347,1073871847
"nt\HumanMalePeasant.mdx","","Creature\DragonSpawnArmoredDarkshade\DragonSpawnArmoredDarkshade.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","st\BogBeast.mdx",1060226099,1074089951
"t\HumanMalePeasant.mdx","","Creature\DragonSpawnDarkshade\DragonSpawnDarkshade.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","st\BogBeast.mdx",1060226099,1074089951
"\HumanMalePeasant.mdx","","Creature\DragonSpawnCasterDarkshade\DragonSpawnCasterDarkshade.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","st\BogBeast.mdx",1060226099,1074089951
"HumanMalePeasant.mdx","\Basilisk\Basilisk.mdx","Creature\DragonWhelpDarkshade\DragonWhelpDarkshade.mdx","",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","ure\Basilisk\Basilisk.mdx",1060226099,1074089951
"umanMalePeasant.mdx","\Basilisk\Basilisk.mdx","Creature\DrakeDarkshade\DrakeDarkshade.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","ckSmith\HUMLBlackSmith.mdx",1060226099,1074089951
"manMalePeasant.mdx","","Creature\DragonDarkshade\DragonDarkshade.mdx","ature\Basilisk\Basilisk.mdx",1065353216,1,5,1106247680,1101004800,1077936128,0,"reature\Basilisk\Basilisk.mdx","silisk\Basilisk.mdx","onWhelp.mdx",1060226099,1074089951
"anMalePeasant.mdx","","Creature\Miev\Miev.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","st.mdx",1057897421,1074790400
"nMalePeasant.mdx","","Creature\Akama\Akama.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","\Gorilla.mdx",1060226099,1074089951
"MalePeasant.mdx","reature\Basilisk\Basilisk.mdx","Creature\Succubus\Succubusold.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","ure\BogBeast\BogBeast.mdx",1060226099,1074089951
"alePeasant.mdx","","Creature\Ogre\Ogreold.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","Creature\BogBeast\BogBeast.mdx",1061158912,1075255968
"lePeasant.mdx","e\Basilisk\Basilisk.mdx","Creature\OgreMage\OgreMage.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","reature\BogBeast\BogBeast.mdx",1061158912,1075255968
"ePeasant.mdx","","Creature\OgreWarlord\OgreWarlord.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","oglodyte.mdx",1061158912,1075255968
"Peasant.mdx","eature\Basilisk\Basilisk.mdx","Creature\Broom\Be_Broom01.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","mGuard\DoomGuard.mdx",1060226099,1074089951
"easant.mdx","","Creature\arthaslichking\arthaslichking.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","rilla.mdx",1057127347,1073871847
"asant.mdx","e\Basilisk\Basilisk.mdx","Creature\rexxar\rexxar.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","reature\BogBeast\BogBeast.mdx",1061158912,1075255968
"sant.mdx","","Creature\Zuljin\Zuljin.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4,1099956224,1094713344,1065353216,0,"","","alSpider.mdx",1060226099,1074089951
"ant.mdx","","Creature\OrcFemaleWarriorLight\OrcFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1093664768,1065353216,0,"","","gBeast.mdx",1056031795,1073955734
"nt.mdx","","Creature\Pitlord\Pitlord.mdx","ature\Basilisk\Basilisk.mdx",1065353216,1,5,1106247680,1101004800,1077936128,0,"reature\Basilisk\Basilisk.mdx","silisk\Basilisk.mdx","lla.mdx",1060226099,1074089951
"t.mdx","","Creature\tamamo\tamamo.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","la.mdx",1060226099,1074089951
".mdx","","Creature\geist\geist.mdx","",1065353216,4294967295,4,1099956224,1094713344,1065353216,0,"","","DarkHound\DarkHound.mdx",1060226099,1074089951
"mdx","","Creature\bearmountalt\Bearmountalt.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","taur.mdx",1060226099,1072181543
"dx","","Creature\Chickenmount\Chickenmount.mdx","",1065353216,1,5,1082130432,1077936128,1065353216,0,"","","der\CrystalSpider.mdx",1049508813,1054169524
"x","e\Basilisk\Basilisk.mdx","Creature\chogall\chogalldisciple.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","reature\BogBeast\BogBeast.mdx",1061158912,1075255968
"","","Creature\Cenarius\Cenarius.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","","sk.mdx",1060226099,1074089951
"Creature\WindSerpent\WindSerpent.mdx","","Creature\Monkey\Monkey.mdx","",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","eature\DarkHound\DarkHound.mdx",1060226099,1074089951
"reature\WindSerpent\WindSerpent.mdx","","Creature\Watcher\Watcher.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1094713344,1092616192,1065353216,0,"","","st.mdx",1057897421,1074790400
"eature\WindSerpent\WindSerpent.mdx","Creature\Basilisk\Basilisk.mdx","Creature\NagaLordMale\NagaLordMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1065353216,1065353216,1065353216,0,"","","eature\Harpy\Harpy.mdx",1060226099,1074089951
"ature\WindSerpent\WindSerpent.mdx","","Creature\Rockflayer\Rockflayer.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","a\Gorilla.mdx",1060226099,1074089951
"ture\WindSerpent\WindSerpent.mdx","","Creature\DragonFootSoldierDarkShade\DragonFootSoldierDarkShade.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","Scourge\Male\ScourgeMale.mdx",1060226099,1074089951
"ure\WindSerpent\WindSerpent.mdx","Creature\Basilisk\Basilisk.mdx","Creature\LadyVashj\LadyVashj.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","manThief\HumanThief.mdx",1060226099,1074089951
"re\WindSerpent\WindSerpent.mdx","","Creature\HUMSGuardBig\HUMSGuardBig.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","silisk.mdx",1057127347,1073871847
"e\WindSerpent\WindSerpent.mdx","","Creature\HUMSGuardBig\HUMSFootmanBig.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","silisk.mdx",1057127347,1073871847
"\WindSerpent\WindSerpent.mdx","","Creature\SpectralTiger\SpectralTiger.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1103101952,1099956224,1065353216,0,"","","lp.mdx",1060226099,1074089951
"WindSerpent\WindSerpent.mdx","","Creature\SpectralTiger\SpectralTigerEpic.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1103101952,1099956224,1065353216,0,"","","lp.mdx",1060226099,1074089951
"indSerpent\WindSerpent.mdx","Basilisk\Basilisk.mdx","Creature\Dragonhawk\Dragonhawk.mdx","",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","x",1060226099,1074089951
"ndSerpent\WindSerpent.mdx","Basilisk\Basilisk.mdx","Creature\Phoenix\Phoenix.mdx","",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","x",1060226099,1074089951
"dSerpent\WindSerpent.mdx","","Creature\Ravengod\Ravengod.mdx","",1065353216,1,5,1082130432,1077936128,1065353216,0,"","","der\CrystalSpider.mdx",1049508813,1054169524
"Serpent\WindSerpent.mdx","e\Basilisk\Basilisk.mdx","Creature\OgreMageLord\OgreMageLord.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","reature\BogBeast\BogBeast.mdx",1061158912,1075255968
"erpent\WindSerpent.mdx","","Creature\CrackElf\CrackElfMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","und\DarkHound.mdx",1060226099,1074089951
"rpent\WindSerpent.mdx","","Creature\FelElfCasterFemale\FelElfCasterFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","ure\Grell\Grell.mdx",1054099060,1074337415
"pent\WindSerpent.mdx","","Creature\FelElfHunterFemale\FelElfHunterFemale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","ure\Grell\Grell.mdx",1054099060,1074337415
"ent\WindSerpent.mdx","","Creature\FelElfCasterMale\FelElfCasterMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","Grell\Grell.mdx",1058387316,1073859265
"nt\WindSerpent.mdx","","Creature\FelElfWarriorMale\FelElfWarriorMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","Grell\Grell.mdx",1058387316,1073859265
"t\WindSerpent.mdx","","Creature\BloodelfMaleKid\BloodelfMaleKid.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","\Centaur.mdx",1052538778,1067920130
"\WindSerpent.mdx","","Creature\MountedDeathKnight\UnMountedDeathKnight.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","rilla.mdx",1057127347,1073871847
"WindSerpent.mdx","","Creature\felhorse\FelHorseEpic.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,3,1099956224,1094713344,1065353216,0,"","","eFemale.mdx",1064420403,1077004993
"indSerpent.mdx","","Creature\AntonidasHorse\AntH.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","","eature\Centaur\Centaur.mdx",1064420403,1077004993
"ndSerpent.mdx","","Creature\FacelessOne\FacelessOne.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,0,0,0,0,"","","",0,0
"dSerpent.mdx","","Creature\ZebraMount\ZebraMount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","","eature\Centaur\Centaur.mdx",1064420403,1077004993
"Serpent.mdx","reature\Basilisk\Basilisk.mdx","Creature\FlyingNerubian\FlyingNerubian.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","ature\Basilisk\Basilisk.mdx",0,0
"erpent.mdx","","Creature\pandarenmonk\Pandarenmonk.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","e\Basilisk\Basilisk.mdx",1060226099,1074089951
"rpent.mdx","Creature\Basilisk\Basilisk.mdx","Creature\Gryphon\Gryphon_armoredmount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","kHound\DarkHound.mdx",1060226099,1074089951
"pent.mdx","Creature\Basilisk\Basilisk.mdx","Creature\Gryphon\Gryphon_mount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","kHound\DarkHound.mdx",1060226099,1074089951
"ent.mdx","\Basilisk\Basilisk.mdx","Creature\DrakeMount\Drakemount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","ckSmith\HUMLBlackSmith.mdx",1060226099,1074089951
"nt.mdx","Creature\Basilisk\Basilisk.mdx","Creature\Wyvern\Wyvern_mount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","ur.mdx",1060226099,1074089951
"t.mdx","Creature\Basilisk\Basilisk.mdx","Creature\Wyvern\Wyvern_Armored.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","ur.mdx",1060226099,1074089951
".mdx","\Basilisk\Basilisk.mdx","Creature\HippogryphMount\Hippogryphmount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","x",1060226099,1074089951
"mdx","reature\Basilisk\Basilisk.mdx","Creature\GnomePounderMount\GnomePounderMount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","ture\HUMSMerchant\HUMSMerchant.mdx",1060226099,1074089951
"dx","eature\Basilisk\Basilisk.mdx","Creature\GnomeSpidertankMount\GnomeSpiderTankMount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,3,4294967295,1065353216,1065353216,1065353216,0,"","Basilisk\Basilisk.mdx","UMLMerchant\HUMLMerchant.mdx",1060226099,1074089951
"x","eature\Basilisk\Basilisk.mdx","Creature\GoblinRocketCarMount\GoblinRocketCarMount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,0,0,0,0,"","","eature\Wolf\Wolf.mdx",1060226099,1068616385
"","","Creature\GoblinShredderMount\GoblinShredderMOUNT.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"","","\DragonWhelp\DragonWhelp.mdx",1060226099,1074089951
"Creature\Frenzy\Frenzy.mdx","","Creature\Gryphonpet\Gryphonpet.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","la.mdx",1060226099,1074089951
"reature\Frenzy\Frenzy.mdx","reature\Basilisk\Basilisk.mdx","Creature\draeneifemalelow\draeneifemalelow.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","la\Gorilla.mdx",1060226099,1074089951
"eature\Frenzy\Frenzy.mdx","Creature\Basilisk\Basilisk.mdx","Creature\Eagle\Eagle.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","enLow\HUFMCitizenLow.mdx",1060226099,1074089951
"ature\Frenzy\Frenzy.mdx","","Creature\bearcub\BearCub.mdx","",1065353216,1,7,1092616192,1086324736,1065353216,0,"","","taur.mdx",1060226099,1072181543
"ture\Frenzy\Frenzy.mdx","","Creature\MountedDemonKnight\MountedDemonKnight.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,6,1099956224,1094713344,1065353216,0,"","","pperCitizen.mdx",1060226099,1074089951
"ure\Frenzy\Frenzy.mdx","","Creature\HumanMalePirateCrewman\HumanMalePirateCrewman_ghost.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4,1099956224,1094713344,1065353216,0,"","",".mdx",1060226099,1074089951
"re\Frenzy\Frenzy.mdx","Creature\Basilisk\Basilisk.mdx","Creature\Crawler\Crawler.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,1,1065353216,1065353216,1065353216,0,"","","ture\BogBeast\BogBeast.mdx",1060226099,1074089951
"e\Frenzy\Frenzy.mdx","Basilisk\Basilisk.mdx","Creature\Dragonhawk\DragonhawkMount.mdx","",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","x",1060226099,1074089951
"\Frenzy\Frenzy.mdx","","Creature\bearmount\Bearmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","taur.mdx",1060226099,1072181543
"Frenzy\Frenzy.mdx","","Creature\northrendbearmount\Northrendbearmountblizzcon.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","taur.mdx",1060226099,1072181543
"renzy\Frenzy.mdx","asilisk\Basilisk.mdx","Creature\WaterElemental\WaterElemental_Red.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","ider\CrystalSpider.mdx",1060226099,1074089951
"enzy\Frenzy.mdx","eature\Basilisk\Basilisk.mdx","Creature\Timerift\Time_Rift1.mdx","",1065353216,2,4294967295,1099956224,1094713344,1065353216,0,"","","help.mdx",1060226099,1068616385
"nzy\Frenzy.mdx","","Creature\geistalpha\geistalpha.mdx","",1065353216,4294967295,4,1099956224,1094713344,1065353216,0,"","",".mdx",1060226099,1074089951
"zy\Frenzy.mdx","","Creature\Tuskarr\Tuskarrmale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","k\Basilisk.mdx",1057127347,1073871847
"y\Frenzy.mdx","asilisk\Basilisk.mdx","Creature\Frostlord\Frostlord.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","silisk\Basilisk.mdx","a\Hydra.mdx",1060226099,1074089951
"\Frenzy.mdx","","Creature\Frostlord\Frostlordcore.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","ccubus.mdx",1060226099,1074089951
"Frenzy.mdx","","Creature\Magnataur\Magnataur.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","Whelp\DragonWhelp.mdx",1060226099,1074089951
"renzy.mdx","","Creature\SeaVrykul\SeaVrykul.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","k\Basilisk.mdx",1057127347,1073871847
"enzy.mdx","Creature\Basilisk\Basilisk.mdx","Creature\EpicDruidFlightAlliance\EpicDruidFlightAlliance.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","enLow\HUFMCitizenLow.mdx",1060226099,1074089951
"nzy.mdx","eature\Basilisk\Basilisk.mdx","Creature\Gyrocopter\Gyrocopter_01.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","lf\Male\NightElfMale.mdx",1060226099,1074089951
"zy.mdx","","Creature\Mammoth\Mammothmount2.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"Creature\Basilisk\Basilisk.mdx","Basilisk\Basilisk.mdx",".mdx",1060226099,1074089951
"y.mdx","eature\Basilisk\Basilisk.mdx","Creature\WhimsyshireCloudMount\WhimsyshireCloudMount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","th.mdx",1060226099,1074089951
".mdx","","Creature\Kudry\Kudryavka.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","ilisk\Basilisk.mdx",1057127347,1073871847
"mdx","","Creature\SpectralTiger\SpectralTigerCub.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"dx","","Creature\MountedDeathKnight\UnMountedDeathKnight2.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","rilla.mdx",1057127347,1073871847
"x","Basilisk\Basilisk.mdx","Creature\Warpstalker\Warpstalker.mdx","",1065353216,4294967295,5,1099956224,1094713344,1065353216,0,"","","ature\DarkHound\DarkHound.mdx",1060226099,1074089951
"","Basilisk\Basilisk.mdx","Creature\warpstalkermountbc\warpstalkermountbc.mdx","",1065353216,4294967295,5,1099956224,1094713344,1065353216,0,"","","ature\DarkHound\DarkHound.mdx",1060226099,1074089951
"Creature\Dryad\Dryad.mdx","","Creature\Dragonman\Dragonman.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","Scourge\Male\ScourgeMale.mdx",1060226099,1074089951
"reature\Dryad\Dryad.mdx","","Creature\Dragonman\Dragonman_var1.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","Scourge\Male\ScourgeMale.mdx",1060226099,1074089951
"eature\Dryad\Dryad.mdx","","Creature\FelOrcDire\FelOrcDire.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","ure\Kobold\Kobold.mdx",1060226099,1074089951
"ature\Dryad\Dryad.mdx","","Creature\FrostWurmFellfire\FrostWurmFellfire.mdx","eature\Basilisk\Basilisk.mdx",1065353216,4294967295,5,1099956224,1094713344,1065353216,0,"","","ntProtector\AncientProtector.mdx",0,0
"ture\Dryad\Dryad.mdx","reature\Basilisk\Basilisk.mdx","Creature\FelReaver\FelReaver.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,4294967295,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","rotector.mdx",1060226099,1074089951
"ure\Dryad\Dryad.mdx","eature\Basilisk\Basilisk.mdx","Creature\FelCannon\FelCannon.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4,1099956224,1094713344,1065353216,0,"","","noll\gnoll.mdx",1060226099,1074089951
"re\Dryad\Dryad.mdx","eature\Basilisk\Basilisk.mdx","Creature\FelCannon\FelCannon_02.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4,1099956224,1094713344,1065353216,0,"","","noll\gnoll.mdx",1060226099,1074089951
"e\Dryad\Dryad.mdx","","Creature\DragonSpawnOverlordDarkshade\DragonSpawnOverlordDarkshade.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","eature\Troglodyte\Troglodyte.mdx",1060226099,1074089951
"\Dryad\Dryad.mdx","","Creature\druidtravelalliance\DruidTravelAlliance_Low01.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","","lp\DragonWhelp.mdx",1060226099,1074089951
"Dryad\Dryad.mdx","","Creature\arthasundead\arthasundead.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","rilla.mdx",1057127347,1073871847
"ryad\Dryad.mdx","","Creature\Arthas\Arthas.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","d\DarkHound.mdx",1058828557,1073871847
"yad\Dryad.mdx","reature\Basilisk\Basilisk.mdx","Creature\ClockworkGnome\ClockworkGnome.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","UMSCitizenMid.mdx",1068616385,1082480656
"ad\Dryad.mdx","reature\Basilisk\Basilisk.mdx","Creature\ClockworkGnome\ClockworkGnome_A.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","UMSCitizenMid.mdx",1068616385,1082480656
"d\Dryad.mdx","reature\Basilisk\Basilisk.mdx","Creature\ClockworkGnome\ClockworkGnome_B.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","UMSCitizenMid.mdx",1068616385,1082480656
"\Dryad.mdx","reature\Basilisk\Basilisk.mdx","Creature\ClockworkGnome\ClockworkGnome_C.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","UMSCitizenMid.mdx",1068616385,1082480656
"Dryad.mdx","reature\Basilisk\Basilisk.mdx","Creature\ClockworkGnome\ClockworkGnome_D.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","UMSCitizenMid.mdx",1068616385,1082480656
"ryad.mdx","","Creature\Broommount\Broommount.mdx","",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",0,0
"yad.mdx","Creature\Basilisk\Basilisk.mdx","Creature\NorthrendPenguin\NorthrendPenguin.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","enLow\HUFMCitizenLow.mdx",1060226099,1074089951
"ad.mdx","","Creature\Cat\Cat_Hallowsend.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"d.mdx","reature\Basilisk\Basilisk.mdx","Creature\VoidWalkerOutland\VoidWalker_Outland.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,1,1099956224,1094713344,1065353216,0,"","","mdx",1060226099,1074089951
".mdx","","Creature\Ancientofarcane\Ancientofarcane.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","d\DarkHound.mdx",1058828557,1073871847
"mdx","","Creature\azshara\azshara.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","la\Gorilla.mdx",1060226099,1074089951
"dx","reature\Basilisk\Basilisk.mdx","Creature\incubus_low\Incubus_Low.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","or.mdx",1060226099,1074089951
"x","eature\Basilisk\Basilisk.mdx","Creature\FlyingMachineCreature_vehicle\flyingmachinecreature_vehicle.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","lf\Male\NightElfMale.mdx",1060226099,1074089951
"","asilisk\Basilisk.mdx","Creature\Murmur\Murmur.mdx","ature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","silisk\Basilisk.mdx","mdx",1060226099,1074089951
"Creature\Satyr\Satyr.mdx","","Creature\RidingTalbuk\RidingTalbuk.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","",".mdx",1060226099,1074089951
"reature\Satyr\Satyr.mdx","","Creature\RidingTalbuk\RidingTalbukEpic.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","",".mdx",1060226099,1074089951
"eature\Satyr\Satyr.mdx","","Creature\Talbuk\Talbuk.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","",".mdx",1060226099,1074089951
"ature\Satyr\Satyr.mdx","eature\Basilisk\Basilisk.mdx","Creature\Powersparkcreature\Powersparkcreature.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","agonWhelp\DragonWhelp.mdx",1061890399,1074089951
"ture\Satyr\Satyr.mdx","eature\Basilisk\Basilisk.mdx","Creature\AllianceBrassCannon\AllianceBrassCannon.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4,1099956224,1094713344,1065353216,0,"","","noll\gnoll.mdx",1060226099,1074089951
"ure\Satyr\Satyr.mdx","Creature\Basilisk\Basilisk.mdx","Creature\WyvernPet\WyvernPet.mdx","",1065353216,0,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"e\Satyr\Satyr.mdx","","Creature\Kvaldir\SeaVrykulMale.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,0,3,1099956224,1094713344,1065353216,0,"","","or.mdx",1060226099,1074089951
"atyr\Satyr.mdx","","Creature\BabyLich\BabyLich.mdx","",1065353216,0,4294967295,0,0,0,0,"","",".mdx",1060226099,1074089951
"tyr\Satyr.mdx","","Creature\BabyMoonkin\BabyMoonkin_NE.mdx","",1065353216,0,1,1082130432,1082130432,1065353216,0,"","",".mdx",1060226099,1074089951
"yr\Satyr.mdx","","Creature\BabyRagnoros\BabyRagnoros.mdx","",1065353216,0,4294967295,0,0,0,0,"","",".mdx",1060226099,1074089951
"r\Satyr.mdx","","Creature\BabyCore\Corehoundpet.mdx","",1065353216,0,1,0,0,0,0,"","",".mdx",1060226099,1074089951
"\Satyr.mdx","","Creature\NorthrendWorgen\NorthrendWorgen.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","Beast\BogBeast.mdx",1066284351,1074270306
"Satyr.mdx","Creature\Basilisk\Basilisk.mdx","Creature\WindSerpentOutland\WindSerpentOutland.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","taur\Centaur.mdx",1060226099,1074089951
"atyr.mdx","reature\Basilisk\Basilisk.mdx","Creature\GiantSpider\GiantSpider.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,0,1099956224,1094713344,1065353216,0,"","","ature\Basilisk\Basilisk.mdx",0,0
"tyr.mdx","","Creature\MountedDeathKnight\UnMountedDeathKnight3.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","rilla.mdx",1057127347,1073871847
"yr.mdx","","Creature\felhorse\FelHorseEpicBlue.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,3,1099956224,1094713344,1065353216,0,"","","eFemale.mdx",1064420403,1077004993
"r.mdx","","Creature\FrostSabre\SabreCub.mdx","",1065353216,4294967295,7,0,0,1048576000,0,"","","entalEarth\ElementalEarth.mdx",0,0
".mdx","","Creature\northrendbearmount\Northrendbearmountblizzcon2.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","taur.mdx",1060226099,1072181543
"mdx","\Basilisk\Basilisk.mdx","Creature\Drake\NorthrendDrake.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","ckSmith\HUMLBlackSmith.mdx",1060226099,1074089951
"dx","Creature\Basilisk\Basilisk.mdx","Creature\Krakken\Krakken.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","ture\furbolg\Furbolg.mdx",1065705538,1074089951
"x","eature\Basilisk\Basilisk.mdx","Creature\WhaleShark\WhaleShark.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","eature\furbolg\Furbolg.mdx",1060226099,1074089951
"","eature\Basilisk\Basilisk.mdx","Creature\Mastiff\Mastiff.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","entaur\Centaur.mdx",1060226099,1074089951
"Creature\HumanMaleKid\HumanMaleKid.mdx","","Creature\WorgenMage\WorgenMage.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","Beast\BogBeast.mdx",1066284351,1074270306
"eature\HumanMaleKid\HumanMaleKid.mdx","Creature\Basilisk\Basilisk.mdx","Creature\Raven\Raven.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","enLow\HUFMCitizenLow.mdx",1060226099,1074089951
"ature\HumanMaleKid\HumanMaleKid.mdx","","Creature\Murloc\DeepMurloc.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","",1060226099,1068616385
"ture\HumanMaleKid\HumanMaleKid.mdx","","Creature\Kaelthas_Broken\witheredking.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","Gorilla.mdx",1058387316,1073859265
"ure\HumanMaleKid\HumanMaleKid.mdx","","Creature\Manawurm\manawurm.mdx","",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",0,0
"re\HumanMaleKid\HumanMaleKid.mdx","e\Basilisk\Basilisk.mdx","Creature\AncientOfarcane\Ancientofarcane.mdx","ature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"reature\Basilisk\Basilisk.mdx","asilisk\Basilisk.mdx","onWhelp\DragonWhelp.mdx",1060226099,1074089951
"e\HumanMaleKid\HumanMaleKid.mdx","reature\Basilisk\Basilisk.mdx","Creature\Hawkstrider\Hawkstrider.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","re\BogBeast\BogBeast.mdx",1060226099,1074089951
"\HumanMaleKid\HumanMaleKid.mdx","","Creature\bloodelfguard\highelfelfmale_guard.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","Gorilla.mdx",1058387316,1073859265
"HumanMaleKid\HumanMaleKid.mdx","","world\Expansion02\doodads\generic\tuskarr\ts_boat_02.mdx","",1065353216,0,0,0,0,0,0,"","","",0,0
"umanMaleKid\HumanMaleKid.mdx","","Creature\BoarMount\BoarMount.mdx","",1065353216,1,3,1091567616,1086324736,1065353216,0,"","","ature\Centaur\Centaur.mdx",1060226099,1074089951
"anMaleKid\HumanMaleKid.mdx","","Creature\Wingedhorse\Wingedhorse.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,0,3,1099956224,1094713344,0,0,"","","eature\Centaur\Centaur.mdx",1060226099,1074089951
"nMaleKid\HumanMaleKid.mdx","","Creature\CelestialHorse\CelestialHorse.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,0,3,1099956224,1094713344,0,0,"","","eature\Centaur\Centaur.mdx",1060226099,1074089951
"MaleKid\HumanMaleKid.mdx","","Creature\CelestialHorse\CelestialHorse_NonFlying.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,0,3,1099956224,1094713344,0,0,"","","eature\Centaur\Centaur.mdx",1060226099,1074089951
"aleKid\HumanMaleKid.mdx","","Creature\WorgenDemonMage\WorgenDemonMage.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","Beast\BogBeast.mdx",1066284351,1074270306
"leKid\HumanMaleKid.mdx","","CREATURE\Beholder\Beholder.mdx","ature\Basilisk\Basilisk.mdx",1065353216,1,0,0,0,0,0,"","","mdx",1060226099,1074089951
"eKid\HumanMaleKid.mdx","e\Basilisk\Basilisk.mdx","Creature\Moarg\Moarg2.mdx","ature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"reature\Basilisk\Basilisk.mdx","asilisk\Basilisk.mdx","onWhelp\DragonWhelp.mdx",1060226099,1074089951
"Kid\HumanMaleKid.mdx","","Creature\Wrathguard\Wrathguard.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,1,1102053376,1098907648,1065353216,0,"","Basilisk\Basilisk.mdx","mdx",1060226099,1074089951
"d\HumanMaleKid.mdx","","Creature\Impoutland\Impoutland.mdx","",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","izenLow\HUFMCitizenLow.mdx",1056031795,1069782401
"\HumanMaleKid.mdx","","Creature\Moargminion\Moargminion.mdx","",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","izenLow\HUFMCitizenLow.mdx",1056031795,1069782401
"HumanMaleKid.mdx","","Creature\Lobstrokoutland\Lobstrokoutland.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","ture\DragonWhelp\DragonWhelp.mdx",1060226099,1074089951
"umanMaleKid.mdx","","Creature\Duck\Duck.mdx","",1065353216,1,5,1082130432,1077936128,1065353216,0,"","","dx",1049508813,1054169524
"anMaleKid.mdx","","Creature\DragonSpawn\DragonSpawnOverlordNexus.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","eature\Troglodyte\Troglodyte.mdx",1060226099,1074089951
"nMaleKid.mdx","","Creature\Lord Kezzak\lordkezzak_armored.mdx","eature\Basilisk\Basilisk.mdx",1065353216,3,5,1099956224,1094713344,1065353216,0,"Creature\Basilisk\Basilisk.mdx","asilisk\Basilisk.mdx","mdx",1072961683,1085737533
"MaleKid.mdx","eature\Basilisk\Basilisk.mdx","Creature\Anomalus\Anomalus.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,4294967295,1099956224,1094713344,1065353216,0,"","","ow.mdx",1060226099,1074089951
"aleKid.mdx","eature\Basilisk\Basilisk.mdx","Creature\ElementalEarth\ElementalFel.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","re\Centaur\Centaur.mdx",1060226099,1074089951
"eKid.mdx","eature\Basilisk\Basilisk.mdx","Creature\ElementalEarth\ElementalFelBoss.mdx","reature\Basilisk\Basilisk.mdx",1083179008,1,3,1099956224,1094713344,1065353216,0,"","","re\Centaur\Centaur.mdx",1060226099,1074089951
"Kid.mdx","","Creature\Dreadlordboss\DreadLordboss.mdx","reature\Basilisk\Basilisk.mdx",1083179008,3,3,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","dx",1060226099,1074089951
"id.mdx","","CREATURE\Tuskarboat\tuskarboat.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,0,0,0,0,0,0,"","","dx",1060226099,1074089951
"d.mdx","","Creature\corgi2\corgi2.mdx","",1065353216,1,7,1077936128,1073741824,1065353216,0,"","","",1058828557,1073871847
".mdx","","Creature\foxmount\foxmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4,7,1103101952,1099956224,1065353216,0,"","","\Frenzy.mdx",1058828557,1073871847
"mdx","","Creature\LostOne\LostOneCaster.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","dx",1060226099,1074089951
"dx","","Creature\DragonFootSoldier\DragonFootSoldierBoss.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","Scourge\Male\ScourgeMale.mdx",1060226099,1074089951
"x","","Creature\corehound2\corehoundmount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,3,5,1106247680,1101004800,1065353216,0,"","asilisk\Basilisk.mdx","e\Troll\Troll.mdx",1060226099,1074089951
"Creature\HumanFemaleKid\HumanFemaleKid.mdx","","Creature\GorillaMount\Gorillamount.mdx","",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","eature\DarkHound\DarkHound.mdx",1060226099,1074089951
"reature\HumanFemaleKid\HumanFemaleKid.mdx","","Creature\Felhoundmount\FelHoundmount.mdx","",1065353216,3,5,1099956224,1094713344,1065353216,0,"","","ure\DarkHound\DarkHound.mdx",1060226099,1074089951
"eature\HumanFemaleKid\HumanFemaleKid.mdx","\Basilisk\Basilisk.mdx","Creature\DragonChromaticMount\dragonchromaticmount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","ckSmith\HUMLBlackSmith.mdx",1060226099,1074089951
"ature\HumanFemaleKid\HumanFemaleKid.mdx","","Creature\turtlemount\turtlemount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,6,1099956224,1094713344,1065353216,0,"","","reature\ElementalEarth\ElementalEarth.mdx",1060226099,1074089951
"ture\HumanFemaleKid\HumanFemaleKid.mdx","","Creature\skeletalwarhorse2\skeletalwarhorse2.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","eature\Centaur\Centaur.mdx",1060226099,1074089951
"ure\HumanFemaleKid\HumanFemaleKid.mdx","","Creature\PandarenSerpent\PandarenSerpentMount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"re\HumanFemaleKid\HumanFemaleKid.mdx","","Creature\PandarenSerpent\PandarenSerpentMount_Lightning.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"e\HumanFemaleKid\HumanFemaleKid.mdx","","Creature\fireravengodmount\fireravengodmount.mdx","",1065353216,1,5,1082130432,1077936128,1065353216,0,"","","der\CrystalSpider.mdx",1049508813,1054169524
"\HumanFemaleKid\HumanFemaleKid.mdx","\Basilisk\Basilisk.mdx","Creature\faeriedragonmount\faeriedragonmount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","ckSmith\HUMLBlackSmith.mdx",1060226099,1074089951
"HumanFemaleKid\HumanFemaleKid.mdx","","Creature\Quilin\QuilinMount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","help\DragonWhelp.mdx",1060226099,1074089951
"umanFemaleKid\HumanFemaleKid.mdx","","Creature\CelestialSerpent\CelestialSerpentMount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"manFemaleKid\HumanFemaleKid.mdx","","Creature\PandarenSerpentGod\PandarenSerpentGodMount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"anFemaleKid\HumanFemaleKid.mdx","","Creature\ravenlord\ravenlordmount.mdx","",1053609165,1,5,1082130432,1077936128,1065353216,0,"","","der\CrystalSpider.mdx",1049508813,1054169524
"nFemaleKid\HumanFemaleKid.mdx","","Creature\skiff\skiff.mdx","reature\Basilisk\Basilisk.mdx",1069547520,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"FemaleKid\HumanFemaleKid.mdx","","Creature\SuramarMount\SuramarMount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","ntaur.mdx",1060226099,1074089951
"emaleKid\HumanFemaleKid.mdx","reature\Basilisk\Basilisk.mdx","Creature\InfernalMount\InfernalMount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","isk.mdx",0,0
"aleKid\HumanFemaleKid.mdx","reature\Basilisk\Basilisk.mdx","Creature\SpiderMount\SpiderMount.mdx","Creature\Basilisk\Basilisk.mdx",1073741824,1,4294967295,1099956224,1094713344,1065353216,0,"","","mdx",0,0
"leKid\HumanFemaleKid.mdx","","Creature\skardyn\skardyn.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","east\BogBeast.mdx",1060226099,1074089951
"eKid\HumanFemaleKid.mdx","","Creature\skardyn\skardynmelee.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","east\BogBeast.mdx",1060226099,1074089951
"Kid\HumanFemaleKid.mdx","","Creature\skardyn\skardyncaster.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","east\BogBeast.mdx",1060226099,1074089951
"id\HumanFemaleKid.mdx","","Creature\skardyn\skardynwoman.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","east\BogBeast.mdx",1060226099,1074089951
"d\HumanFemaleKid.mdx","reature\Basilisk\Basilisk.mdx","Creature\bloodtickmount\bloodtickmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","ature\Basilisk\Basilisk.mdx",0,0
"\HumanFemaleKid.mdx","","Creature\catmount\catmount.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"HumanFemaleKid.mdx","","Creature\starcatmount\starcatmount.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"umanFemaleKid.mdx","","Creature\progenitorwombatmount\progenitorwombatmount.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"manFemaleKid.mdx","reature\Basilisk\Basilisk.mdx","Creature\Felhound3_shadow_mount\Felhound3_shadow_mount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","isk.mdx",0,0
"anFemaleKid.mdx","reature\Basilisk\Basilisk.mdx","Creature\dreamowl_firemount\dreamowl_firemount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","re\BogBeast\BogBeast.mdx",1060226099,1074089951
"nFemaleKid.mdx","","Creature\ViciousGoldenKing\ViciousGoldenKing.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","ntaur.mdx",1060226099,1074089951
"FemaleKid.mdx","","CREATURE\WarHorse\VictoriusAllianceSteedVanilla.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","","eature\Centaur\Centaur.mdx",1064420403,1077004993
"emaleKid.mdx","","Creature\HordePVPMount\HordePVPMount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1091567616,1086324736,1065353216,0,"","","gBeast\BogBeast.mdx",1060226099,1074089951
"maleKid.mdx","eature\Basilisk\Basilisk.mdx","Creature\toadloamount\toadloamount.mdx","",1065353216,4294967295,7,1082130432,1077936128,1065353216,0,"","","\DarkHound\DarkHound.mdx",1054169524,1049508813
"aleKid.mdx","Creature\Basilisk\Basilisk.mdx","Creature\hordescorpionmount\hordescorpionmount2.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,5,0,0,0,0,"","",".mdx",1060226099,1068616385
"leKid.mdx","","Creature\ancientmount\ancientmount.mdx","eature\Basilisk\Basilisk.mdx",1065353216,2,3,1099956224,1094713344,1065353216,0,"Creature\Basilisk\Basilisk.mdx","asilisk\Basilisk.mdx","ture\Centaur\Centaur.mdx",1060226099,1074089951
"eKid.mdx","","Creature\ratmount2\ratmount2.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"Kid.mdx","","Creature\nethergorgedgreatwyrm\nethergorgedgreatwyrm.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"id.mdx","","Creature\magicalfishmount\magicalfishmount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"d.mdx","","Creature\bloodtrollfemalebeast_mount\bloodtrollbeast_mount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","ntaur.mdx",1060226099,1074089951
".mdx","","Creature\RocketMount3\RocketMount3.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"mdx","reature\Basilisk\Basilisk.mdx","Creature\oxmount\oxmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","re\BogBeast\BogBeast.mdx",1060226099,1074089951
"dx","reature\Basilisk\Basilisk.mdx","Creature\kezancrowdpummeler_gallywix\kezancrowdpummeler_gallywix.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","isk.mdx",0,0
"x","","Creature\RatMount\RatMount.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"","reature\Basilisk\Basilisk.mdx","Creature\crabmount\crabmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","ature\Basilisk\Basilisk.mdx",0,0
"Creature\Slime\Slime.mdx","","Creature\armoredraptor\armoredraptor.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","eature\BogBeast\BogBeast.mdx",1060226099,1074089951
"reature\Slime\Slime.mdx","","Creature\encrypted06\encrypted06.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"eature\Slime\Slime.mdx","","Creature\murlocmount\murlocmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","","",1060226099,1068616385
"ature\Slime\Slime.mdx","reature\Basilisk\Basilisk.mdx","Creature\crane\cranemount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","re\BogBeast\BogBeast.mdx",1060226099,1074089951
"ture\Slime\Slime.mdx","","Creature\zeppelinmount\zeppelinmount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"ure\Slime\Slime.mdx","","Creature\foxwyvernmount\foxwyvernmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4,7,1103101952,1099956224,1065353216,0,"","","\Frenzy.mdx",1058828557,1073871847
"re\Slime\Slime.mdx","","Creature\wolfserpentmount2\wolfserpentmount2.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"e\Slime\Slime.mdx","","Creature\nzothserpentmount\nzothserpentmount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"\Slime\Slime.mdx","reature\Basilisk\Basilisk.mdx","Creature\mawguardhandmount\mawguardhandmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","ature\Basilisk\Basilisk.mdx",0,0
"Slime\Slime.mdx","","Creature\dogmount\dogmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","help\DragonWhelp.mdx",1060226099,1074089951
"lime\Slime.mdx","","Creature\encrypted09\encrypted09.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"ime\Slime.mdx","","Creature\rabbitmount\rabbitmount.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"me\Slime.mdx","","Creature\ratmounthearthstone\ratmounthearthstone.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"e\Slime.mdx","","Creature\tigermount\tigermount.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","Smith.mdx",1054169524,1057897421
"\Slime.mdx","","Creature\beemount\beemount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"Slime.mdx","reature\Basilisk\Basilisk.mdx","Creature\Cockatrice\cockatricemount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","re\BogBeast\BogBeast.mdx",1060226099,1074089951
"lime.mdx","","Creature\ridingelekk\ridingelekk.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1103101952,1099956224,1065353216,0,"","","re\BogBeast\BogBeast.mdx",1060226099,1074089951
"ime.mdx","","Creature\ridingnetherray\ridingnetherray.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
"me.mdx","","Creature\ridingwyvern\ridingwyvern.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","eature\BogBeast\BogBeast.mdx",1060226099,1074089951
"e.mdx","","Creature\sporebat\sporebat.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,0,0,0,0,"","","tector.mdx",1060226099,1074089951
".mdx","reature\Basilisk\Basilisk.mdx","Creature\ridingspidervanilla\ridingspidervanilla.mdx","Creature\Basilisk\Basilisk.mdx",1073741824,1,4294967295,1099956224,1094713344,1065353216,0,"","","mdx",0,0
"mdx","","Creature\Raptor\RidingFeralRaptor.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1103101952,1099956224,1065353216,0,"","","eature\BogBeast\BogBeast.mdx",1060226099,1074089951
"dx","reature\Basilisk\Basilisk.mdx","Creature\KarazhanChessBoss\ChessBossKing.mdx","reature\Basilisk\Basilisk.mdx",1065353216,3,4,1099956224,1094713344,1065353216,0,"","","ineSpider.mdx",1060226099,1074089951
"x","reature\Basilisk\Basilisk.mdx","Creature\KarazhanChessBoss\ChessBossBishop.mdx","reature\Basilisk\Basilisk.mdx",1065353216,3,4,1099956224,1094713344,1065353216,0,"","","ineSpider.mdx",1060226099,1074089951
"","reature\Basilisk\Basilisk.mdx","Creature\KarazhanChessBoss\ChessBossKnight.mdx","reature\Basilisk\Basilisk.mdx",1065353216,3,4,1099956224,1094713344,1065353216,0,"","","ineSpider.mdx",1060226099,1074089951
"Creature\Tiger\Tiger.mdx","reature\Basilisk\Basilisk.mdx","Creature\KarazhanChessBoss\ChessBossRook.mdx","reature\Basilisk\Basilisk.mdx",1065353216,3,4,1099956224,1094713344,1065353216,0,"","","ineSpider.mdx",1060226099,1074089951
"reature\Tiger\Tiger.mdx","reature\Basilisk\Basilisk.mdx","Creature\KarazhanChessBoss\ChessBossQueen.mdx","reature\Basilisk\Basilisk.mdx",1065353216,3,4,1099956224,1094713344,1065353216,0,"","","ineSpider.mdx",1060226099,1074089951
"eature\Tiger\Tiger.mdx","","Creature\QuestObjects\creature_demoncrystal_02.mdx","",1065353216,4294967295,4294967295,0,0,0,0,"","","ctor\AncientProtector.mdx",0,0
"ature\Tiger\Tiger.mdx","eature\Basilisk\Basilisk.mdx","Creature\Fleshbeast\fleshbeast.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1099956224,1094713344,1065353216,0,"","","entaur.mdx",1060226099,1074089951
"ture\Tiger\Tiger.mdx","","Creature\DeathKnightWC2\DeathKnightWC2.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","pperCitizen.mdx",1060226099,1074089951
"ure\Tiger\Tiger.mdx","e\Basilisk\Basilisk.mdx","Creature\Ogremage02\Ogremage02.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","reature\BogBeast\BogBeast.mdx",1061158912,1075255968
"re\Tiger\Tiger.mdx","\Basilisk\Basilisk.mdx","Creature\Dragon\onyxiamount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","ckSmith\HUMLBlackSmith.mdx",1060226099,1074089951
"e\Tiger\Tiger.mdx","ature\Basilisk\Basilisk.mdx","Creature\Kilrogg\Kilrogg.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1096810496,1096810496,1065353216,0,"","","ogBeast.mdx",1061158912,1075255968
"\Tiger\Tiger.mdx","","Creature\furbolg\furbolg_base2.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","e\Basilisk\Basilisk.mdx",1060226099,1074089951
"Tiger\Tiger.mdx","","Creature\furbolg\furbolg_boss01.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","e\Basilisk\Basilisk.mdx",1060226099,1074089951
"iger\Tiger.mdx","","Creature\furbolg\furbolg_boss02.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","e\Basilisk\Basilisk.mdx",1060226099,1074089951
"ger\Tiger.mdx","","Creature\furbolg\furbolg_boss03.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","e\Basilisk\Basilisk.mdx",1060226099,1074089951
"er\Tiger.mdx","","Creature\furbolg\furbolg_caster01.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","e\Basilisk\Basilisk.mdx",1060226099,1074089951
"r\Tiger.mdx","","Creature\furbolg\furbolg_caster02.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","e\Basilisk\Basilisk.mdx",1060226099,1074089951
"\Tiger.mdx","","Creature\furbolg\furbolg_highChieftain.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","e\Basilisk\Basilisk.mdx",1060226099,1074089951
"Tiger.mdx","","Creature\furbolg\furbolg_highChieftainNoHorns.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","e\Basilisk\Basilisk.mdx",1060226099,1074089951
"iger.mdx","","Creature\furbolg\furbolg_warrior01.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","e\Basilisk\Basilisk.mdx",1060226099,1074089951
"ger.mdx","","Creature\furbolg\furbolg_warrior02.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","e\Basilisk\Basilisk.mdx",1060226099,1074089951
"er.mdx","eature\Basilisk\Basilisk.mdx","Creature\Slime\SlimeGreater.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1099956224,1094713344,1065353216,0,"","","entaur.mdx",1060226099,1074089951
"r.mdx","e\Basilisk\Basilisk.mdx","Creature\bear\Ursol.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","taur.mdx",1060226099,1072181543
".mdx","","Creature\Skardyn\Skardyn_male.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","","east\BogBeast.mdx",1060226099,1068616385
"mdx","e\Basilisk\Basilisk.mdx","Creature\Crab\CrabMount.mdx","",1065353216,4294967295,1,1082130432,1077936128,1065353216,0,"","","",1060226099,1064886809
"dx","Basilisk\Basilisk.mdx","Creature\Crocodile\crocmount.mdx","",1065353216,4294967295,5,1099956224,1094713344,1065353216,0,"","","ature\DarkHound\DarkHound.mdx",1060226099,1074089951
"x","Creature\Basilisk\Basilisk.mdx","Creature\Scorpion\scorpionmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,1,0,0,0,0,"","",".mdx",1060226099,1068616385
"","","Creature\ThunderLizard\thunderlizardmount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,5,1103101952,1099956224,1065353216,0,"","","Whelp\DragonWhelp.mdx",1060226099,1074089951
"Creature\bear\Bear.mdx","","Creature\Stag\DruitSwiftTravelForm.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","lp\DragonWhelp.mdx",1060226099,1074089951
"reature\bear\Bear.mdx","","Creature\DeathKnightWC2\DeathKnightWC2Mount.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","eature\Centaur\Centaur.mdx",1060226099,1074089951
"eature\bear\Bear.mdx","","Creature\Stag\StagMount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","lp\DragonWhelp.mdx",1060226099,1074089951
"ature\bear\Bear.mdx","eature\Basilisk\Basilisk.mdx","Creature\Frog\WizardFrog.mdx","",1065353216,4294967295,7,1082130432,1077936128,1065353216,0,"","","\DarkHound\DarkHound.mdx",1054169524,1049508813
"ture\bear\Bear.mdx","","Creature\hedgehogmount\hedgehogmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1091567616,1086324736,1065353216,0,"","","gBeast\BogBeast.mdx",1060226099,1074089951
"ure\bear\Bear.mdx","","Creature\fox2\fox2.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1091567616,1086324736,1065353216,0,"","","gBeast\BogBeast.mdx",1060226099,1074089951
"re\bear\Bear.mdx","","Creature\SkeletalRaptor\SkeletalRaptorMount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","eature\BogBeast\BogBeast.mdx",1060226099,1074089951
"e\bear\Bear.mdx","\Basilisk\Basilisk.mdx","Creature\encrypted13\encrypted13.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","ckSmith\HUMLBlackSmith.mdx",1060226099,1074089951
"\bear\Bear.mdx","\Basilisk\Basilisk.mdx","Creature\amalgamofrage\amalgamofrage.mdx","reature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","ckSmith\HUMLBlackSmith.mdx",1060226099,1074089951
"bear\Bear.mdx","eature\Basilisk\Basilisk.mdx","Creature\mothardenwealdmount\mothardenwealdmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","HUMSMerchant.mdx",1060226099,1074089951
"ear\Bear.mdx","Basilisk\Basilisk.mdx","Creature\salamanderwatermount\salamanderwatermount.mdx","",1065353216,4294967295,5,1099956224,1094713344,1065353216,0,"","","ature\DarkHound\DarkHound.mdx",1060226099,1074089951
"ar\Bear.mdx","eature\Basilisk\Basilisk.mdx","Creature\automatonfliermount\automatonfliermount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","lf\Male\NightElfMale.mdx",1060226099,1074089951
"r\Bear.mdx","eature\Basilisk\Basilisk.mdx","Creature\MotorcycleVehicle\MotorcycleVehicle.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,0,0,0,0,"","","eature\Wolf\Wolf.mdx",1060226099,1068616385
"\Bear.mdx","Creature\Basilisk\Basilisk.mdx","Creature\primaldragonflymount\primaldragonflymount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,0,0,0,0,"","","HUMSMerchant.mdx",1070948418,1074672959
"Bear.mdx","eature\Basilisk\Basilisk.mdx","Creature\motorcyclefelreavermount\motorcyclefelreavermount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,0,0,0,0,"","","eature\Wolf\Wolf.mdx",1060226099,1068616385
"ear.mdx","eature\Basilisk\Basilisk.mdx","Creature\snailrockmount\snailrockmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","itizenMid\HUFMCitizenMid.mdx",1060226099,1074089951
"r.mdx","","Creature\alpacamount\alpacamount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","","eature\Centaur\Centaur.mdx",1064420403,1077004993
".mdx","","Creature\horse2\horse2.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","","eature\Centaur\Centaur.mdx",1064420403,1077004993
"mdx","eature\Basilisk\Basilisk.mdx","Creature\FishMount\FishMount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","itizenMid\HUFMCitizenMid.mdx",1060226099,1074089951
"dx","","Creature\moosemount\moosemount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","","lp\DragonWhelp.mdx",1064420403,1077004993
"x","eature\Basilisk\Basilisk.mdx","Creature\lunarrocketmount\lunarrocketmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","lf\Male\NightElfMale.mdx",1060226099,1074089951
"","eature\Basilisk\Basilisk.mdx","Creature\parrotmount\parrotmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","lf\Male\NightElfMale.mdx",1060226099,1074089951
"Creature\GolemStone\GolemStone.mdx","","Creature\riverotterlargemount01\riverotterlargemount01.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1091567616,1086324736,1065353216,0,"","","gBeast\BogBeast.mdx",1060226099,1074089951
"reature\GolemStone\GolemStone.mdx","","Creature\RidingHorse\RidingHorseSpectral.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","","eature\Centaur\Centaur.mdx",1064420403,1077004993
"eature\GolemStone\GolemStone.mdx","e\Basilisk\Basilisk.mdx","Creature\bearmountblizzard\bearmountblizzard.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","taur.mdx",1060226099,1072181543
"ature\GolemStone\GolemStone.mdx","","Creature\dogprimalmount2\dogprimalmount2.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1091567616,1086324736,1065353216,0,"","","gBeast\BogBeast.mdx",1060226099,1074089951
"ture\GolemStone\GolemStone.mdx","","Creature\chimera3mount\chimera3mount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","mdx",1060226099,1074089951
"ure\GolemStone\GolemStone.mdx","","Creature\drakemountemerald\drakemountemerald.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","ckSmith\HUMLBlackSmith.mdx",1060226099,1074089951
"re\GolemStone\GolemStone.mdx","eature\Basilisk\Basilisk.mdx","Creature\lunarsnakemount\lunarsnakemount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","ckSmith\HUMLBlackSmith.mdx",1060226099,1074089951
"e\GolemStone\GolemStone.mdx","","Creature\redpandamount\redpandamount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1091567616,1086324736,1065353216,0,"","","gBeast\BogBeast.mdx",1060226099,1074089951
"\GolemStone\GolemStone.mdx","","Creature\mechadevilsaurmount\mechadevilsaurmount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","eature\BogBeast\BogBeast.mdx",1060226099,1074089951
"GolemStone\GolemStone.mdx","","Creature\shatigermount\shatigermount.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","ntaur.mdx",1060226099,1074089951
"olemStone\GolemStone.mdx","","Creature\lavahorse\lavahorse.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,6,1099956224,1094713344,1065353216,0,"","","eature\Centaur\Centaur.mdx",1064420403,1077004993
"lemStone\GolemStone.mdx","reature\Basilisk\Basilisk.mdx","Creature\GolemStone\golemtauren.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,3,4294967295,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","aur.mdx",1060226099,1074089951
"emStone\GolemStone.mdx","","Creature\Kodobeast\KodoRider.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"Creature\Basilisk\Basilisk.mdx","Basilisk\Basilisk.mdx",".mdx",1060226099,1074089951
"mStone\GolemStone.mdx","","CREATURE\Babybeholder\Babybeholder.mdx","ature\Basilisk\Basilisk.mdx",1050253722,1,0,0,0,0,0,"","","mdx",1060226099,1074089951
"Stone\GolemStone.mdx","Basilisk\Basilisk.mdx","Creature\babycrocodile\babycrocodile.mdx","",1053609165,4294967295,5,1099956224,1094713344,1065353216,0,"","","ature\DarkHound\DarkHound.mdx",1060226099,1074089951
"tone\GolemStone.mdx","","Creature\babyelekk\babyelekk.mdx","Creature\Basilisk\Basilisk.mdx",1050253722,1,3,1103101952,1099956224,1065353216,0,"","","re\BogBeast\BogBeast.mdx",1060226099,1074089951
"one\GolemStone.mdx","reature\Basilisk\Basilisk.mdx","Creature\Babyhawkstrider\Babyhawkstrider.mdx","Creature\Basilisk\Basilisk.mdx",1045220557,1,5,1099956224,1094713344,1065353216,0,"","","re\BogBeast\BogBeast.mdx",1060226099,1074089951
"ne\GolemStone.mdx","","Creature\skunk\skunk.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","reature\DarkHound\DarkHound.mdx",0,0
"e\GolemStone.mdx","","Creature\Wolpertinger\Wolpertinger.mdx","",1065353216,1,7,1082130432,1077936128,1065353216,0,"","","reature\DarkHound\DarkHound.mdx",0,0
"\GolemStone.mdx","","Creature\zippelin\zippelin.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"","","\DragonWhelp\DragonWhelp.mdx",1060226099,1074089951
"GolemStone.mdx","Creature\Basilisk\Basilisk.mdx","Creature\Moth\Moth.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1065353216,1065353216,1065353216,0,"","","Creature\CrystalSpider\CrystalSpider.mdx",1060226099,1074089951
"olemStone.mdx","Creature\Basilisk\Basilisk.mdx","Creature\Mothpet\Mothpet.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1065353216,1065353216,1065353216,0,"","","Creature\CrystalSpider\CrystalSpider.mdx",1060226099,1074089951
"lemStone.mdx","","Creature\elekk\elekkwild.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1103101952,1099956224,1065353216,0,"","","re\BogBeast\BogBeast.mdx",1060226099,1074089951
"emStone.mdx","","World\Expansion01\doodads\bloodmyst\crystals\bloodmystcrystalbig02_corrupted.mdx","reature\Basilisk\Basilisk.mdx",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","ccubus.mdx",1060226099,1074089951
"mStone.mdx","","Creature\diretauren\diretauren.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1099956224,1073741824,0,"Creature\Basilisk\Basilisk.mdx","","mdx",1060226099,1074089951
"Stone.mdx","","Creature\MountainGiant\MountainGiantBoss.mdx","eature\Basilisk\Basilisk.mdx",1065353216,4294967295,1,1099956224,1094713344,1065353216,0,"reature\Basilisk\Basilisk.mdx","asilisk\Basilisk.mdx","Whelp.mdx",1060226099,1074089951
"tone.mdx","e\Basilisk\Basilisk.mdx","Creature\Hydra\HydraMulti.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,1,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","",1060226099,1074089951
"one.mdx","reature\Basilisk\Basilisk.mdx","Creature\BogBeast\BogBeastFlower.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,4294967295,1099956224,1094713344,1065353216,0,"","","reature\Basilisk\Basilisk.mdx",1060226099,1074089951
"ne.mdx","","Creature\DragonSpawn\DragonspawnOnyxiaGeneral.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,5,1099956224,1094713344,1065353216,0,"","","st\BogBeast.mdx",1060226099,1074089951
"e.mdx","e\Basilisk\Basilisk.mdx","Creature\bearmount\BearMountFurbolg.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,7,1099956224,1094713344,1065353216,0,"","","taur.mdx",1060226099,1072181543
".mdx","Creature\Basilisk\Basilisk.mdx","Creature\netherray\netherray.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1065353216,1065353216,1065353216,0,"","","Creature\CrystalSpider\CrystalSpider.mdx",1060226099,1074089951
"mdx","Creature\Basilisk\Basilisk.mdx","Creature\sporebat\sporebat.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1065353216,1065353216,1065353216,0,"","","Creature\CrystalSpider\CrystalSpider.mdx",1060226099,1074089951
"dx","Creature\Basilisk\Basilisk.mdx","Creature\Tripod\Tripod.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,2,4294967295,1065353216,1065353216,1065353216,0,"","","Creature\CrystalSpider\CrystalSpider.mdx",1060226099,1074089951
"x","","Creature\CrystalSatyr\CrystalSatyr.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","r\Centaur.mdx",1060226099,1074089951
"","","Creature\Satyr\Perotharn.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","r\Centaur.mdx",1060226099,1074089951
"Creature\Wyvern\Wyvern.mdx","reature\Basilisk\Basilisk.mdx","Creature\Satyr\FemaleSatyr.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,1,3,1099956224,1094713344,1065353216,0,"","","ure\BogBeast\BogBeast.mdx",1060226099,1074089951
"reature\Wyvern\Wyvern.mdx","","Creature\Ogre\OgreAlchemist.mdx","eature\Basilisk\Basilisk.mdx",1065353216,1,4,1099956224,1094713344,1065353216,0,"","Basilisk\Basilisk.mdx","Creature\BogBeast\BogBeast.mdx",1061158912,1075255968
"eature\Wyvern\Wyvern.mdx","","Creature\RidingTurtle\RidingTurtleChristmas.mdx","Creature\Basilisk\Basilisk.mdx",1065353216,4294967295,6,1099956224,1094713344,1065353216,0,"","","reature\ElementalEarth\ElementalEarth.mdx",1060226099,1074089951
"ature\Wyvern\Wyvern.mdx","","Creature\Turtle\TurtleChristmas.mdx","",1065353216,4294967295,4294967295,1099956224,1094713344,1065353216,0,"","","ure\DragonWhelp\DragonWhelp.mdx",0,0

Can't render this file because it has a wrong number of fields in line 2.

View file

@ -64,7 +64,7 @@
"DNR)","STATE_READYRIFLE","HOT_WAVE(DNR)",8192,"NESHOT_NONE","",0
"ONESHOT_KISS","STATE_WORK_NOSHEATHE_MINING","TATE_DANCE",8192,"NESHOT_NONE","",3782
"NESHOT_KISS","STATE_WORK_NOSHEATHE_CHOPWOOD","TATE_DANCE",8192,"NESHOT_NONE","",3202
"_CRY","zzOLDONESHOT_LIFTOFF","UDE(DNR)",0,"","",0
"_CRY","STATE_APPLAUD","",24576,"NESHOT_NONE","",0
"CRY","ONESHOT_LIFTOFF","UDE(DNR)",0,"","",0
"","ONESHOT_YES(DNR)","ESHOT_RUDE(DNR)",0,"","",0
"ONESHOT_BEG","ONESHOT_NO(DNR)","SHOT_RUDE(DNR)",0,"","",0
@ -77,3 +77,49 @@
"E_STAND","ONESHOT_SUBMERGE","ONESHOT_ROAR(DNR)",0,"","",0
"_STAND","STATE_READY2H","DNR)",24576,"NESHOT_NONE","",0
"STAND","STATE_READYBOW","R)",8192,"NESHOT_NONE","",0
"TAND","ONESHOT_MOUNTSPECIAL","MATION(DNR)",0,"","",0
"AND","STATE_TALK",")",24576,"NESHOT_NONE","",0
"ND","STATE_FISHING","",24577,"NESHOT_NONE","",0
"D","ONESHOT_FISHING","T",20484,"","",3354
"","ONESHOT_LOOT","T_WAVE(DNR)",17412,"","",0
"STATE_READYUNARMED","STATE_WHIRLWIND","SHOT_EAT",0,"NESHOT_NONE","",0
"TATE_READYUNARMED","STATE_DROWNED","AT",16384,"NESHOT_NONE","",0
"ATE_READYUNARMED","STATE_HOLD_BOW","SHOT_QUESTION",0,"NESHOT_NONE","",0
"TE_READYUNARMED","STATE_HOLD_RIFLE","HOT_QUESTION",16384,"NESHOT_NONE","",0
"E_READYUNARMED","STATE_HOLD_THROWN","OT_QUESTION",16384,"","",0
"_READYUNARMED","ONESHOT_DROWN","EAT",16384,"","",0
"READYUNARMED","ONESHOT_STOMP","T",16384,"","",0
"EADYUNARMED","ONESHOT_ATTACKOFF","T_EXCLAMATION(DNR)",17408,"","",0
"ADYUNARMED","ONESHOT_ATTACKOFFPIERCE","_EXCLAMATION(DNR)",17408,"","",0
"DYUNARMED","STATE_ROAR","R(DNR)",0,"NESHOT_NONE","",0
"YUNARMED","STATE_LAUGH","CHEER(DNR)",0,"NESHOT_NONE","",0
"UNARMED","ONESHOT_CREATURE_SPECIAL","_EAT",1024,"","",0
"ED","STATE_CANNIBALIZE","ESHOT_ROAR(DNR)",16384,"NESHOT_NONE","",0
"","STATE_DANCESPECIAL","AR(DNR)",0,"NESHOT_NONE","",0
"STATE_WORK","ONESHOT_DANCESPECIAL","AR(DNR)",0,"","",0
"TATE_WORK","ONESHOT_CUSTOMSPELL01","(DNR)",0,"","",0
"ATE_WORK","ONESHOT_CUSTOMSPELL02","DNR)",0,"","",0
"TE_WORK","ONESHOT_CUSTOMSPELL03","NR)",0,"","",0
"E_WORK","ONESHOT_CUSTOMSPELL04","R)",0,"","",0
"_WORK","ONESHOT_CUSTOMSPELL05",")",0,"","",0
"WORK","ONESHOT_CUSTOMSPELL06","",0,"","",0
"ORK","ONESHOT_CUSTOMSPELL07","ONESHOT_KNEEL",0,"","",0
"RK","ONESHOT_CUSTOMSPELL08","NESHOT_KNEEL",0,"","",0
"K","ONESHOT_CUSTOMSPELL09","ESHOT_KNEEL",0,"","",0
"","ONESHOT_CUSTOMSPELL10","SHOT_KNEEL",0,"","",0
"STATE_POINT(DNR)","STATE_EXCLAIM","ESHOT_CHEER(DNR)",4104,"NESHOT_NONE","",0
"TATE_POINT(DNR)","STATE_DANCE_CUSTOM","",28801,"NESHOT_NONE","",0
"TE_POINT(DNR)","STATE_SIT_CHAIR_MED","R)",0,"NESHOT_NONE","",0
"E_POINT(DNR)","STATE_CUSTOM_SPELL_01","(DNR)",0,"NESHOT_NONE","",0
"_POINT(DNR)","STATE_CUSTOM_SPELL_02","DNR)",0,"NESHOT_NONE","",0
"POINT(DNR)","STATE_EAT","",0,"NESHOT_NONE","",4294967295
"OINT(DNR)","STATE_CUSTOM_SPELL_04","R)",0,"NESHOT_NONE","",0
"INT(DNR)","STATE_CUSTOM_SPELL_03","(DNR)",0,"NESHOT_NONE","",0
"NT(DNR)","STATE_CUSTOM_SPELL_05","NR)",0,"NESHOT_NONE","",0
"T(DNR)","STATE_SPELLEFFECT_HOLD","GH",0,"NESHOT_NONE","",0
"(DNR)","STATE_EAT_NO_SHEATHE",")",20996,"NESHOT_NONE","",0
"DNR)","STATE_MOUNT","CLAMATION(DNR)",56,"ONESHOT_NONE","",0
"NR)","STATE_READY2HL","NR)",0,"NESHOT_NONE","",0
"R)","STATE_SIT_CHAIR_HIGH",")",0,"NESHOT_NONE","",0
")","STATE_COWER","T_KNEEL",0,"NESHOT_NONE","",0
"","STATE_READYJOUST","ONESHOT_ATTACKUNARMED",0,"NESHOT_NONE","",0

Can't render this file because it has a wrong number of fields in line 2.

View file

@ -168,3 +168,5 @@
"G","GOLFCLAP","OLOGIZE","LOP","OP","P",0,"",0,"LOVE",0,"","",0,0,"",0,0,0
"LAUGH","WINK","","OVE","VE","E",0,"",0,"MOO",0,"","",0,0,"",0,0,0
"AUGH","PAT","","OO","O","",0,"COMMEND",0,"OMMEND",0,"","",0,0,"",0,0,0
"UGH","DANCESPECIAL","","UGH","GH","H",0,"",0,"COWER",0,"","",0,0,"",0,0,0
"GH","READYJOUST","PLEAD","IOLIN","OLIN","LIN",0,"IN",0,"N",0,"","",0,0,"",0,0,0

Can't render this file because it has a wrong number of fields in line 2.

File diff suppressed because it is too large Load diff

View file

@ -1,191 +1,203 @@
# fields=37 strings=0,2,3,4,5,6,7,12,13,14,15,16,17,18,19,28
"PLAYER, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Human",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"LAYER, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Orc",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"AYER, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Dwarf",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"YER, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Night Elf",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ER, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Undead",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128878
"R, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Tauren ",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
", Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Creature",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
" Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Gnome",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Troll",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Monster",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"PLAYER, Orc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Defias Brotherhood",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"LAYER, Orc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnoll - Riverpaw",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"AYER, Orc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnoll - Redridge",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"YER, Orc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnoll - Shadowhide",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ER, Orc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Murloc",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"R, Orc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Undead, Scourge",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
", Orc",1,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,500,0,"","","","","","","w","Booty Bay",0,0,0,0,0,0,0,4128894,"This booming coastal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.",0,0,0,0,0,0,0,4128894
" Orc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Spider",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"Orc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Boar",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"rc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Worgen",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"c",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Kobold",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Troll, Bloodscalp",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"PLAYER, Dwarf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Troll, Skullsplitter",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"LAYER, Dwarf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Prey",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"AYER, Dwarf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Wolf",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"YER, Dwarf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Defias Brotherhood Traitor",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ER, Dwarf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Friendly",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"R, Dwarf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Trogg",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
", Dwarf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Troll, Frostmane",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
" Dwarf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Orc, Blackrock",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"Dwarf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Villian",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"warf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Victim",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"arf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Bear",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"rf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Ogre",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"f",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Kurzen's Mercenaries",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Escortee",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"PLAYER, Night Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Venture Company",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"LAYER, Night Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Raptor",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"AYER, Night Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Basilisk",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"YER, Night Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Dragonflight, Green",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ER, Night Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Lost Ones",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"R, Night Elf",29,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","YER, Human","","","",""," Blacksmithing - Armorsmithing",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
", Night Elf",20,""," Redridge","YER, Human","","","",0,0,3100,4294925296,"ilers","","AYER, Orc","R, Human","AYER, Orc","","llsplitter","Ironforge",0,0,0,0,0,0,0,4128894,"This Alliance capital is the pride of the Dun Morogh dwarves. Home to King Magni.",0,0,0,0,0,0,0,4128894
" Night Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Dark Iron Dwarves",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"Night Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Human, Night Watch",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"ight Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Dragonflight, Red",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ght Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnoll - Mosshide",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ht Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Orc, Dragonmaw",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"t Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnome - Leper",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
" Elf",18,"n"," Redridge","R, Undead","","","",0,0,3100,4294925296,"ilers","","AYER, Orc","R, Human","AYER, Orc","","llsplitter","Gnomeregan Exiles",0,0,0,0,0,0,0,4128894,"The former denizens of Gnomeregan, now living in exile in Ironforge and in league with the Alliance.",0,0,0,0,0,0,0,4128894
"Elf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Leopard",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"lf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Scarlet Crusade",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"f",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnoll - Rothide",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Gorilla",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"PLAYER, Undead",4,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","LAYER, Orc","","","","","Thorium Brotherhood",0,0,0,0,0,0,0,4128894,"The dwarves of the Thorium Brotherhood epitomize excellence in craftsmanship and are bent on unlocking the secrets of Blackrock Mountain.",0,0,0,0,0,0,0,4128894
"LAYER, Undead",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Naga",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"AYER, Undead",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Dalaran",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"YER, Undead",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Forlorn Spirit",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"ER, Undead",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Darkhowl",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"R, Undead",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Grell",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
", Undead",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Furbolg",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
" Undead",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Horde Generic",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"Undead",12," Redridge","YER, Tauren ","","","","",0,0,3500,4294925296,"","","Human","","","","","Horde",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ndead",17,"Riverpaw","YER, Tauren ","LAYER, Orc","","","",0,0,500,4294925296,"ilers","","AYER, Orc","R, Human","AYER, Orc","","Undead","Undercity",0,0,0,0,0,0,0,4128894,"Led by Sylvanas Windrunner, the Forsaken have joined a tenuous alliance with the Horde and established this capital in the vast depths under the Ruins of Lordaeron.",0,0,0,0,0,0,0,4128894
"dead",21,"dead"," Redridge"," Human","","","",0,0,3100,4294925296,"ilers","","AYER, Orc","R, Human","AYER, Orc","","llsplitter","Darnassus",0,0,0,0,0,0,0,4128894,"The Alliance capital is populated by Night Elves and is located in the island of Teldrassil. Ruled by the Priestess of the Moon, Tyrande Whisperwind.",0,0,0,0,0,0,0,4128894
"ead",6,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,4294957296,0,"","","LAYER, Human","","","","","Syndicate",0,0,0,0,0,0,0,8323198,"A primarily human criminal organization that operates mostly out of the Alterac Mountains and Hillsbrad Foothills.",0,0,0,0,0,0,0,4128894
"ad",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Hillsbrad Militia",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"d",19,"AYER, Tauren "," Redridge","PLAYER, Human","","","",0,0,3100,4294925296,"ilers","","AYER, Orc","R, Human","AYER, Orc","","llsplitter","Stormwind",0,0,0,0,0,0,0,4128894,"One of the last bastions of human power, this Alliance capital is ruled by the child king, Anduin Wrynn.",0,0,0,0,0,0,0,4128894
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Demon",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"PLAYER, Tauren ",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Elemental",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"LAYER, Tauren ",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Spirit",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"AYER, Tauren ",14,"- Riverpaw","YER, Tauren ","LAYER, Human","LAYER, Orc","","",0,0,3100,4294925296,"ilers","fias Brotherhood Traitor","AYER, Orc","R, Human","AYER, Orc","AYER, Orc","Undead","Orgrimmar",0,0,0,0,0,0,0,4128894,"Founded by Thrall, this Horde capital city is home to many of the proud orc clans of Durotar.",0,0,0,0,0,0,0,4128894
"YER, Tauren ",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Treasure",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"ER, Tauren ",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnoll - Mudsnout",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"R, Tauren ",4294967295,"","","","","","",0,0,0,0,"","","","","","","","HIllsbrad, Southshore Mayor",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
", Tauren ",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Dragonflight, Black",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
" Tauren ",16,"ster","YER, Tauren ","LAYER, Orc","R, Dwarf","","",0,0,3100,4294925296,"fias Brotherhood Traitor","ilers","AYER, Orc","R, Human","AYER, Orc","AYER, Orc","Undead","Thunder Bluff",0,0,0,0,0,0,0,4128894,"Cairne Bloodhoof leads his people, the Proud Tauren, from this mighty Horde capital.",0,0,0,0,0,0,0,4128894
"Tauren ",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Troll, Witherbark",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"auren ",23,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,2999,0,"","","YER, Human","","","",""," Leatherworking - Elemental",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"uren ",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Quilboar, Razormane",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ren ",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Quilboar, Bristleback",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"en ",22,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,2999,0,"","","YER, Human","","","",""," Leatherworking - Dragonscale",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"n ",0,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,4294960796,0,"","","LAYER, Human","","","","","Bloodsail Buccaneers",0,0,0,0,0,0,0,8323198,"These bloodthirsty corsairs are the bane of many a merchant in the high seas. Sworn enemies of Booty Bay.",0,0,0,0,0,0,0,4128894
" ",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Blackfathom",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Makrura",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"Creature",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Centaur, Kolkar",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"reature",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Centaur, Galak",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"eature",2,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,2000,0,"","","LAYER, Human","","","","","Gelkis Clan Centaur",0,0,0,0,0,0,0,4128894,"These centaur have made their home in the southern region of Desolace. Mortal enemies of the Magram Centaur.",0,0,0,0,0,0,0,4128894
"ature",3,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,2000,0,"","","LAYER, Human","","","","","Magram Clan Centaur",0,0,0,0,0,0,0,4128894,"These centaur have made their home in the eastern region of Desolace. Mortal enemies of the Gelkis Centaur.",0,0,0,0,0,0,0,4128894
"ture",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Maraudine",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"nome",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Theramore",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ome",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Quilboar, Razorfen",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"me",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Quilboar, Razormane 2",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"e",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Quilboar, Deathshead",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"onster",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Enemy",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"rhood",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Ambient",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"aw",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Nethergarde Caravan",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"w",10,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,500,0,"",""," Human","","","","","Steamwheedle Cartel",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"noll - Shadowhide",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Alliance Generic",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"rloc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Nethergarde",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Wailing Caverns",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128876
"ing coastal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Silithid",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Silvermoon Remnant",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"un by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.",51,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","LAYER, Orc","","","","","Zandalar Tribe",0,0,0,0,0,0,0,4128894,"These trolls have come to Yojamba Isle in an effort to recruit help against the resurrected Blood God and his Atal'ai Priests in Zul'Gurub.",0,0,0,0,0,0,0,4128894
"z of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.",30,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","YER, Human","","","",""," Blacksmithing - Weaponsmithing",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Scorpid",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"aiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Bat",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"iders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Titan",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"mies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Taskmaster Fizzule",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"l Buccaneers and part of the Steamwheedle Cartel.",5,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","","","","","","Ravenholdt",0,0,0,0,0,0,0,4128894,"This guild of thieves and assassins welcomes only those of extraordinary prowess into its fold. Sworn rivals of the Syndicate.",0,0,0,0,0,0,0,4128894
"t of the Steamwheedle Cartel.",7,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,500,0,"","","","","","","w","Gadgetzan",0,0,0,0,0,0,0,4128894,"Capital of the Steamwheedle Cartel and home to goblinhood's finest engineers, alchemists and merchants.",0,0,0,0,0,0,0,4128894
"e Cartel.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnomeregan Bug",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ider",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Harpy",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"rgen",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Burning Blade",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"loodscalp",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Shadowsilk Poacher",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"oodscalp",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Searing Spider",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"llsplitter",11,"YER, Tauren "," Redridge","","","","",0,0,3300,4294925296,"","","Human","","","","","Alliance",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"lsplitter",9,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,500,0,"","","","","","","w","Ratchet",0,0,0,0,0,0,0,4128894,"Part of the Steamwheedle Cartel, this goblin city provides a neutral haven for those that wish to trade goods and services in the Barrens.",0,0,0,0,0,0,0,4128894
"splitter",8,""," Redridge","YER, Human","","","",0,0,150,4294925296,"fias Brotherhood Traitor","","LAYER, Orc"," Orc","","","","Wildhammer Clan",0,0,0,0,0,0,0,4128894,"Though not a part of the Alliance, the dwarves of Aerie Peak have opened their doors to it and hold the Horde as enemies.",0,0,0,0,0,0,0,4128894
"t - Wolf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Goblin, Dark Iron Bar Patron",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"herhood Traitor",53,"YER, Tauren "," Redridge","","","","",0,0,0,4294925296,"","","LAYER, Orc","LAYER, Human","",""," Mosshide","The League of Arathor",0,0,0,0,0,0,0,4128894,"The League of Arathor seeks to reclaim lost land of Arathi Basin for their benefactors in Stormwind.",0,0,0,0,0,0,0,4128894
"erhood Traitor",52," Redridge","YER, Tauren ","","","","",0,0,0,4294925296,"","","LAYER, Orc","LAYER, Human","","","Mosshide","The Defilers",0,0,0,0,0,0,0,4128894,"The Defilers seek to claim Arathi Basin's valuable resources for the Horde.",0,0,0,0,0,0,0,4128894
"rhood Traitor",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Giant",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ndly",13,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,200,0,"","","","","","","","Argent Dawn",0,0,0,0,0,0,0,4128894,"An organization focused on protecting Azeroth from the threat of the Scourge. Strongholds of the Argent Dawn can be found in the Eastern and Western Plaguelands.",0,0,0,0,0,0,0,4128894
"dly",15," Dwarf","YER, Tauren ","LAYER, Orc","onster","","",0,0,3100,4294925296,"fias Brotherhood Traitor","ilers","AYER, Orc","R, Human","AYER, Orc","AYER, Orc","Undead","Darkspear Trolls",0,0,0,0,0,0,0,4128894,"This tribe of exiled trolls has joined forces with Thrall and the Horde. They now call Durotar their home, which they share with their orc allies.",0,0,0,0,0,0,0,4128894
"ly",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Dragonflight, Bronze",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"y",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Dragonflight, Blue",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ostmane",24,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,2999,0,"","","YER, Human","","","",""," Leatherworking - Tribal",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"stmane",26,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,2999,0,"","","YER, Human","","","",""," Engineering - Goblin",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"tmane",25,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,2999,0,"","","YER, Human","","","",""," Engineering - Gnome",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ck",33,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","YER, Human","","","",""," Blacksmithing - Hammersmithing",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"k",31,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","YER, Human","","","",""," Blacksmithing - Axesmithing",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"",32,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","YER, Human","","","",""," Blacksmithing - Swordsmithing",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"Villian",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Troll, Vilebranch",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"illian",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Southsea Freebooters",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"llian",34,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","YER, Human","","","","","Caer Darrow",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"lian",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Furbolg, Uncorrupted",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ian",35,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,4294963796,0,"","","LAYER, Human","","","","","Timbermaw Hold",0,0,0,0,0,0,0,4128894,"As the last uncorrupted furbolg tribe, the Timbermaw seek to preserve their spiritual ways and end the suffering of their brethren.",0,0,0,0,0,0,0,4128894
"an",28,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,500,0,"","","","","","","w","Everlook",0,0,0,0,0,0,0,4128894,"This trading post is run by the goblins of the Steamwheedle Cartel and it sits in the crossroads of Winterspring's main trade routes.",0,0,0,0,0,0,0,4128894
"ast - Bear",27," Redridge","YER, Tauren ","","","","",0,0,4294925296,0,"","","R, Human","","","","","Wintersaber Trainers",0,0,0,0,0,0,0,4128894,"This small group of reclusive night elves raises and trains wintersabers in the Winterspring area.",0,0,0,0,0,0,0,4128894
"en's Mercenaries",36,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","eague with the Alliance.",0,0,0,2000,"","","","","","","","Cenarion Circle",0,0,0,0,0,0,0,4128894,"The druids of Cenarion Circle are guardians of nature and make their home in tranquil Moonglade.",0,0,0,0,0,0,0,4128894
"ortee",37,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,500,0,"","","","","","","","Shatterspear Trolls",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"rtee",38," Redridge","YER, Tauren ","","","","",0,0,0,4294925296,"","","","","","","","Ravasaur Trainers",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"y",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Majordomo Executus",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ilisk",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Carrion Bird",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"lisk",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Cat",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"isk",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Crab",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"sk",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Crocilisk",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"k",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Hyena",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Owl",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"Dragonflight, Green",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Scorpid",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ragonflight, Green",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Tallstrider",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"agonflight, Green",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Turtle",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"gonflight, Green",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Wind Serpent",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"onflight, Green",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Training Dummy",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"Green",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Dragonflight, Black - Bait",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"cksmithing - Armorsmithing",39,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","R, Orc","","","","","Battleground Neutral",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ithing",41," Redridge","YER, Tauren ","","","","",0,0,0,4294925296,"","","LAYER, Orc","LAYER, Human","","","Mosshide","Frostwolf Clan",0,0,0,0,0,0,0,4128894,"The Frostwolf Clan seeks to drive out the dwarves of the Stormpike Expedition from Alterac Valley.",0,0,0,0,0,0,0,4128894
"thing",40,"YER, Tauren "," Redridge","","","","",0,0,0,4294925296,"","","LAYER, Orc","LAYER, Human","",""," Mosshide","Stormpike Guard",0,0,0,0,0,0,0,4128894,"The Stormpike Dwarves have set up residence in Alterac Valley, where they're locked in battle with the Frostwolf Orcs.",0,0,0,0,0,0,0,4128894
"s Alliance capital is the pride of the Dun Morogh dwarves. Home to King Magni.",42,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","","","","","","Hydraxian Waterlords",0,0,0,0,0,0,0,4128894,"These elementals have made their home on the islands east of Azshara. Sworn enemies of the armies of Ragnaros.",0,0,0,0,0,0,0,4128894
" Alliance capital is the pride of the Dun Morogh dwarves. Home to King Magni.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Sulfuron Firelords",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"s the pride of the Dun Morogh dwarves. Home to King Magni.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gizlock's Dummy",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
" the pride of the Dun Morogh dwarves. Home to King Magni.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gizlock's Charm",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"the pride of the Dun Morogh dwarves. Home to King Magni.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gizlock",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"un Morogh dwarves. Home to King Magni.",43,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","LAYER, Orc","","","","","Moro'gai",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"n Morogh dwarves. Home to King Magni.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Spirit Guide - Alliance",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"Home to King Magni.",44,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","LAYER, Orc","","","","","Shen'dralar",0,0,0,0,0,0,0,4128894,"A remnant of the once powerful elves living in Dire Maul, yet still wise and knowledgeable about great secrets. ",0,0,0,0,0,0,0,4128894
"Dark Iron Dwarves",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Ogre (Captain Kromcrush)",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"man, Night Watch",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Spirit Guide - Horde",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"gonflight, Red",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Jaedenar",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
" - Mosshide",46," Redridge","YER, Tauren ","","","","",0,0,0,4294925296,"","","LAYER, Orc","R, Human","","","Mosshide","Warsong Outriders",0,0,0,0,0,0,0,4128894,"Fierce orcs of the Warsong Clan, locked in battle against the Silverwing Sentinels in Warsong Gulch.",0,0,0,0,0,0,0,4128894
"- Mosshide",45,"YER, Tauren "," Redridge","","","","",0,0,0,4294925296,"","","LAYER, Orc","R, Human","",""," Mosshide","Silverwing Sentinels",0,0,0,0,0,0,0,4128894,"Staunch defenders of Ashenvale, locked in battle against the Warsong Outriders in Warsong Gulch.",0,0,0,0,0,0,0,4128894
" Mosshide",47,"YER, Tauren "," Redridge","","","","",0,0,0,4294925296,"","","rc","","","","","Alliance Forces",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"Mosshide",48," Redridge","YER, Tauren ","","","","",0,0,0,4294925296,"","","rc","","","","","Horde Forces",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"osshide",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Revantusk Trolls",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"gonmaw",50,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,0,0,"","","LAYER, Orc","","","","","Darkmoon Faire",0,0,0,0,0,0,0,4128894,"A traveling fair that showcases the weird and the extraordinary. Often spotted in Elwynn Forest and Mulgore.",0,0,0,0,0,0,0,4128894
"onmaw",54,"astal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.","","","","","",0,0,4294925296,0,"","","","","","","","Brood of Nozdormu",0,0,0,0,0,0,0,4128894,"The descendants of the Bronze Dragonflight are the guardians of time and care little for the mortal races.",0,0,0,0,0,0,0,4128894
"maw",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Might of Kalimdor",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Armies of C'Thun",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"Gnome - Leper",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Silithid Attackers",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"nome - Leper",4294967295,"","","","","","",0,0,0,0,"","","","","","","","The Ironforge Brigade",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128876
"ome - Leper",4294967295,"","","","","","",0,0,0,0,"","","","","","","","RC Enemies",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128844
"me - Leper",4294967295,"","","","","","",0,0,0,0,"","","","","","","","RC Objects",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128844
"e - Leper",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Red",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128844
" - Leper",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Blue",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128844
"r",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Scourge Invaders",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128844
"nomeregan Exiles",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Test Faction (not a real faction)",0,0,0,0,0,0,0,4128894,"This faction only exists to test the editing of faction names and descriptions...",0,0,0,0,0,0,0,4128894
"e former denizens of Gnomeregan, now living in exile in Ironforge and in league with the Alliance.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","ToWoW - Flag",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128844
" former denizens of Gnomeregan, now living in exile in Ironforge and in league with the Alliance.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","ToWoW - Flag Trigger Alliance (DND)",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128844
"rmer denizens of Gnomeregan, now living in exile in Ironforge and in league with the Alliance.",4294967295,"","","","","","",0,0,0,0,"","","","","","","","ToWoW - Flag Trigger Horde (DND)",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128844
# fields=37 strings=0,2,3,4,5,6,7,12,13,14,15,16,17,18,19,22,23,24,25,26,28,31,32,33,34,35
"PLAYER, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Human",0,0,"SPIELER, Mensch","鈭箇掩(<28>拙振)","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 虴迮郅郋赲迮郕","JUGADOR, Humano","JOGADOR, Humano",4128894,"",0,0,"","","","","",4128876
"LAYER, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Orc",0,0,"SPIELER, Orc","<EFBFBD>賭犖(<28>拙振)","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><>","JUGADOR, Orco","JOGADOR, Orco",4128894,"",0,0,"","","","","",4128876
"AYER, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Dwarf",0,0,"SPIELER, Zwerg","<EFBFBD>桐犖(<28>拙振)","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20>赲郋<E8B5B2><E9838B>","JUGADOR, Enano","JOGADOR, An瓊o",4128894,"",0,0,"","","","","",4128876
"YER, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Night Elf",0,0,"SPIELER, Nachtelf","<EFBFBD><EFBFBD>蝎曄<EFBFBD>(<28>拙振)","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><EFBFBD>郇郋邿 衪郅<E8A1AA><E98385>","JUGADOR, Elfo de la Noche","JOGADOR, Elfo Noturno",4128894,"",0,0,"","","","","",4128876
"ER, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Undead",0,0,"SPIELER, Untoter","鈭∠<EFBFBD>(<28>拙振)","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20>迮迠邽<E8BFA0><E982BD>","JUGADOR, No-muerto","JOGADOR, N瓊o-morto",4128894,"",0,0,"","","","","",4128878
"R, Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Tauren ",0,0,"SPIELER, Tauren","<EFBFBD>𥕦仍鈭<EFBFBD>(<28>拙振)","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","JUGADOR, Tauren","JOGADOR, Tauren",4128894,"",0,0,"","","","","",4128876
", Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Creature",0,0,"Kreatur","<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>赲郋","Criatura","Criatura",8323198,"",0,0,"","","","","",4128876
" Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Gnome",0,0,"SPIELER, Gnom","靘誩<EFBFBD>(<28>拙振)","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20>郇郋邾","JUGADOR, Gnomo","JOGADOR, Gnomo",4128894,"",0,0,"","","","","",4128876
"Human",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Troll",0,0,"SPIELER, Troll","撌券<EFBFBD>(<28>拙振)","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠<>郋郅郅<E98385>","JUGADOR, Trol","JOGADOR, Troll",4128894,"",0,0,"","","","","",4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Monster",0,0,"Monster","<EFBFBD><EFBFBD>","<EFBFBD>郋郇<EFBFBD><EFBFBD><EFBFBD>","Monstruo","Monstro",8323198,"",0,0,"","","","","",4128876
"SPIELER, Mensch",4294967295,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,4294960796,4294925296,"","","","","","","","Defias Brotherhood",0,0,"Bruderschaft der Defias","餈芾蟮鈭𡁜<EFBFBD>撘煺<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>赲郋 苤郈<E88BA4>訄赲迮迡郅邽赲郋<E8B5B2><E9838B>","Hermandad Defias","Irmandade D矇fias",4128894,"The Defias Brotherhood is a criminal organization seeking to tear down the Stormwind ruling class and establish a new society through revolution. The Defias are not beyond working with dangerous beings to achieve their goals.",0,0,"Die Bruderschaft der Defias ist eine verbrecherische Organisation, die den Adel von Sturmwind st羹rzen und durch eine Revolution eine neue Ordnung errichten will. Um ihre Ziele zu erreichen, schreckt sie nicht davor zur羹ck, mit gef瓣hrlichen Wesen zu paktieren.","餈芾蟮鈭𡁜<EFBFBD>撘煺<EFBFBD><EFBFBD><EFBFBD>銝芰塳蝵芰<EFBFBD><EFBFBD><EFBFBD><EFBFBD>典銁<EFBFBD><EFBFBD><EFBFBD>拙𦶢<EFBFBD>函蕃<EFBFBD><EFBFBD><EFBFBD>𡒊<EFBFBD><EFBFBD><EFBFBD>嗥漣嚗<EFBFBD>僎撱箇<EFBFBD><EFBFBD>銝芣鰵<EFBFBD><EFBFBD>冗隡𡁶妝摨譌<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>隡帋蛹鈭<EFBFBD><EFBFBD><EFBFBD>啗䌊撌梁<EFBFBD><EFBFBD><EFBFBD>嚗䔶<EFBFBD><EFBFBD><EFBFBD><EFBFBD>梢埯<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>雿栶<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>赲郋 苤郈<E88BA4>訄赲迮迡郅邽赲郋<E8B5B2><E9838B><20><><><EFBFBD><E8BFAE><EFBFBD>郈郇訄<E98387><>迣訄郇邽郱訄<E983B1><EFBFBD>, <20><><EFBFBD>迮邾<E8BFAE><E982BE><EFBFBD><E8A884><EFBFBD> <20>赲迮<E8B5B2>迣郇<E8BFA3><E98387><EFBFBD><>訄赲<E8A884><E8B5B2>邽邿 郕郅訄<E98385><E8A884><><EFBFBD>邾迣<E982BE>訄迡訄 邽 郈郋<E98388><E9838B><EFBFBD>郋邽<E9838B><E982BD> 郇郋赲郋迮 郋訇<E9838B><EFBFBD><E8BFAE>赲郋 <20><EFBFBD>迮郱 <20>迮赲郋郅<E9838B><E98385><EFBFBD>. <20>郇邽 郇迮 迣郇<E8BFA3><E98387><EFBFBD><E8A884><EFBFBD><EFBFBD> <20><EFBFBD><E9838B><EFBFBD>迡郇邽<E98387><EFBFBD><E8BFAE>赲郋邾 <20> 郋郈訄<E98388><EFBFBD>邾邽 <20>邽郅訄邾邽 <20>訄迡邽 迡郋<E8BFA1><E9838B>邽迠迮郇邽<E98387> <20>赲郋迮邿 <20>迮郅邽.","La Hermandad Defias es una organizaci籀n criminal que busca derribar a la clase gobernante de Ventormenta y establecer una nueva sociedad a trav矇s de la revoluci籀n. Los Defias no dudan en trabajar con seres peligrosos para lograr sus objetivos.","A Irmandade D矇fias 矇 uma organiza癟瓊o criminosa que busca derrubar a classe dominante de Ventobravo e estabelecer uma nova sociedade por meio de uma revolu癟瓊o. Os D矇fias n瓊o hesitam em se aliar com seres perigosos para alcan癟ar seus objetivos.",4128876
"PIELER, Mensch",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Riverpaw Gnolls",0,0,"Flusspfoten Gnolle","瘝喟⏛鞊箇𣄽鈭<EFBFBD>","<EFBFBD>郇郋郅郅<EFBFBD> 邽郱 <20><>訄邽 <20><EFBFBD>郇郋邿 <20>訄郈<E8A884>","Gnolls Zarparr穩o","Gnolls Pata Molhada",4128894,"",0,0,"","","","","",4128876
"IELER, Mensch",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnoll - Redridge",0,0,"Gnoll - Rotkamm","韏方<EFBFBD>撅梯捱<EFBFBD>潔犖","<EFBFBD>郇郋郅郅 <20><><EFBFBD>郇郋迣郋<E8BFA3><E9838B><EFBFBD>","Gnoll: Crestagrana","Gnoll - Cristarrubra",4128894,"",0,0,"","","","","",4128876
"ELER, Mensch",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnoll - Shadowhide",0,0,"Gnoll - Schattenfell","<EFBFBD>㛖铜鞊箇𣄽鈭<EFBFBD>","<EFBFBD>郇郋郅郅 邽郱 <20><>訄邽 苠迮邾郇郋<E98387><EFBFBD><E98395>郋赲","Gnoll: Pielsombra","Gnoll - Umbrapele",4128894,"",0,0,"","","","","",4128876
"LER, Mensch",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","","","","","","Murloc",0,0,"Murloc","敼潔犖","<EFBFBD><EFBFBD><EFBFBD>郅郋郕","M繳rloc","Murloc",8323198,"",0,0,"","","","","",4128876
"ER, Mensch",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Undead",0,0,"Untoter","鈭∠<EFBFBD>(憭拍<E686AD><E68B8D>𥕦𣪧)","<EFBFBD>迮迠邽<EFBFBD><EFBFBD>","No-muerto","Morto-Vivo",8323198,"Undead",0,0,"Untote","鈭∠<EFBFBD>","<EFBFBD>迮迠邽<EFBFBD><EFBFBD>","No-Muertos","Mortos-Vivos",4128876
"R, Mensch",1,", Gnomo","<EFBFBD>","","","","",0,0,500,3500,"","","","","","","OR, Orco","Booty Bay",0,0,"Beutebucht","<EFBFBD><EFBFBD>瘚瑟嗾","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>郕訄<EFBFBD> <20><><EFBFBD><EFBFBD>","Bah穩a del Bot穩n","Angra do Butim",4128894,"This booming coastal city is run by Baron Revilgaz of the Blackwater Raiders. Mortal enemies of the Bloodsail Buccaneers and part of the Steamwheedle Cartel.",0,0,"Diese florierende K羹stenstadt wird von Baron Revilgaz von den Schwarzmeerpiraten regiert. Sie ist Teil des Dampfd羹senkartells und Todfeind der Blutsegelbukaniere.","<EFBFBD>銝芰眏暺烐偌瘚瑞<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>憭扯揣銝駁<EFBFBD>蝏游<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>絲皜臬<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𣪧<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>嚗䔶蜓閬<EFBFBD><EFBFBD><EFBFBD>峕糓銵<EFBFBD><EFBFBD><EFBFBD>𨰜<EFBFBD><EFBFBD>","<EFBFBD> <20><>郋邾 郈<><EFBFBD>赲迮<E8B5B2><EFBFBD><E8A884>迮邾 郈<>邽邾郋<E982BE><E9838B>郕郋邾 迣郋<E8BFA3>郋迡迮 郈<>訄赲邽<E8B5B2> <20><EFBFBD>郋郇 <20>迮赲邽郅迣訄郱, <20>訄郱訇郋邿郇邽郕 虴迮<E899B4>郇郋赲郋迡<E9838B><E8BFA1>. <20><EFBFBD>郋迡 赲<>郋迡邽<E8BFA1><20><EFBFBD><E8A884>迮郅<E8BFAE> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽 邽 赲迮迡迮<E8BFA1> 赲郋邿郇<E982BF> <20> <20><>郋赲訄赲<E8A884><20><EFBFBD><E8A884><EFBFBD>郋邾.","Esta pr籀spera ciudad costera est獺 gobernada por el Bar籀n Revilgaz de los Asaltantes Aguasnegras. Enemigos mortales de los Bucaneros Velasangre y parte del C獺rtel Bonvapor.","Esta pr籀spera cidade costeira 矇 governada pelo Bar瓊o Revilgaz dos Piratas da Aguanegra. Inimigos mortais dos Bucaneiros da Vela Sangrenta e parte do Cartel Bondebico.",4128894
", Mensch",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Spider",0,0,"Wildtier - Spinne","<EFBFBD>𤾸<EFBFBD> - <20><EFBFBD>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20><EFBFBD>","Bestia: Ara簽a","Fera - Aranha",4128894,"",0,0,"","","","","",4128876
" Mensch",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Boar",0,0,"Wildtier - Eber","<EFBFBD>𤾸<EFBFBD> - <20>𡒊㻛","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20>訄訇訄郇","Bestia: Jabal穩","Fera - Javali",4128894,"",0,0,"","","","","",4128876
"Mensch",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Worgen",0,0,"Worgen","<EFBFBD>潔犖","<EFBFBD><EFBFBD>迣迮郇","Huargen","Worgen",8323198,"The Worgen are mysterious beings summoned from another dimension. Their intentions and purpose is unknown.",0,0,"Die Worgen sind geheimnisvolle Wesen aus einer fremden Dimension. Ihre Absichten und ihr Ziel bleiben im Verborgenen.","<EFBFBD>潔犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝芰輕摨血𡢢<EFBFBD><EFBFBD>峕䔉<EFBFBD><EFBFBD><EFBFBD>蝘睃<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>隞祉<EFBFBD><EFBFBD>誩㦛<EFBFBD>𣬚𤌍<EFBFBD><EFBFBD>秐隞𠹺<EFBFBD><EFBFBD>嗆𧊋<EFBFBD><EFBFBD><EFBFBD>","The Worgen are mysterious beings summoned from another dimension. Their intentions and purpose is unknown.","Los Worgen son seres misteriosos convocados desde otra dimensi籀n. Sus intenciones y prop籀sito son desconocidos.","Os Worgen s瓊o seres misteriosos summonados de outra dimens瓊o. Suas inten癟繭es e prop籀sito s瓊o desconhecidos.",4128876
"ensch",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","","","","","","Kobold",0,0,"Kobold","<EFBFBD>堒仍鈭<EFBFBD>","<EFBFBD>郋訇郋郅<EFBFBD>","K籀bold","Kobold",8323198,"",0,0,"","","","","",4128876
"nsch",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Troll, Bloodscalp",0,0,"Troll - Blutskalpe","<EFBFBD>憿嗅楊擳<EFBFBD>","<EFBFBD>郋郅郅<EFBFBD>: <20><>郋赲訄赲<E8A884>邿 苤郕訄郅<E8A884>","Trol, Sangrapellejo","Troll, Sanguescalpo",4128894,"",0,0,"","","","","",4128876
"sch",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Troll, Skullsplitter",0,0,"Troll - Sch瓣delspalter","<EFBFBD><EFBFBD><EFBFBD>撌券<EFBFBD>","<EFBFBD>郋郅郅<EFBFBD>: <20><>郋訇邽<E8A887>迮郅邽 虴迮<E899B4>迮郈郋赲","Trol, Machacacr獺neos","Troll, Rachacr璽nio",4128894,"",0,0,"","","","","",4128876
"ch",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Prey",0,0,"Beute","<EFBFBD>𡒊<EFBFBD>","<EFBFBD>郋訇<EFBFBD><EFBFBD>","Presa","Presa",8323198,"",0,0,"","","","","",4128876
"h",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Wolf",0,0,"Wildtier - Wolf","<EFBFBD>𤾸<EFBFBD> - <20><>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20>郋郅郕","Bestia: Lobo","Fera - Lobo",4128894,"",0,0,"","","","","",4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Defias Brotherhood Traitor",0,0,"Verr瓣ter der Defias","餈芾蟮鈭𡁜<EFBFBD>撘煺<EFBFBD><EFBFBD>𥕦<EFBFBD>","<EFBFBD><EFBFBD>迮迡訄<EFBFBD>迮郅<EFBFBD> <20><><EFBFBD><E8A884><EFBFBD>赲訄 苤郈<E88BA4>訄赲迮迡郅邽赲郋<E8B5B2><E9838B>","Traidor de la Hermandad Defias","Traidor da Irmandade D矇fias",4128894,"",0,0,"","","","","",4128876
"鈭箇掩(<28>拙振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Friendly",0,0,"Freundlich","<EFBFBD>𧢲䲮","<EFBFBD><EFBFBD><EFBFBD>迠迮<EFBFBD><EFBFBD>赲迮郇郇<EFBFBD>","Amistoso","Amig獺vel",8323198,"",0,0,"","","","","",4128876
"犖蝐<EFBFBD>(<28>拙振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Trogg",0,0,"Trogg","蝛游<EFBFBD><EFBFBD>","<EFBFBD>郋迣迣","Trogg","Trogg",8323198,"",0,0,"","","","","",4128876
"箇掩(<28>拙振)",4294967295,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,4294925296,4294960796,"","","","","","","","Frostmane Tribe",0,0,"Frostm瓣hnenstamm","<EFBFBD>𣈯<EFBFBD><EFBFBD>刻氜","<EFBFBD>郅迮邾<EFBFBD> <20><EFBFBD>郱郅郋迣<E9838B>邽赲郋赲","Tribu Peloescarcha","Tribo Jubafria",4128894,"The Frostmane is a tribe of Ice Trolls making a meager living within Dun Morogh at odds with the Dwarven and Gnomish inhabitants of the region.",0,0,"Die Frostm瓣hnen sind ein Stamm von Eistrollen, die in Dun Morogh ein karges Leben f羹hren und im st瓣ndigen Konflikt mit den Zwergen und Gnomen der Region stehen.","<EFBFBD>𣈯<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>雿誩銁銝寡緒蝵㛖<EFBFBD><EFBFBD><EFBFBD>撌券<EFBFBD><EFBFBD><EFBFBD>嚗諹<EFBFBD>鈭𥕦楊擳𥪜銁銝舘砲<EFBFBD>啣躹<EFBFBD><EFBFBD>酙鈭箏<EFBFBD>靘誩<EFBFBD><EFBFBD><EFBFBD>銋钅𡢿<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>匧撩<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郅迮邾<EFBFBD> <20><EFBFBD>郱郅郋迣<E9838B>邽赲郋赲 <20><> <20><>郋 郕郅訄郇 <20>迮迡<E8BFAE><EFBFBD><E98387><>郋郅郅迮邿, <20> <20><><EFBFBD>迡郋邾 赲<>迠邽赲訄<E8B5B2><E8A884>邽邿 赲 <20><><20><EFBFBD>郋迣迣迮 邽 郇訄<E98387>郋迡<E9838B><E8BFA1>邽邿<E982BD><E982BF> 赲 郈郋<E98388><E9838B><EFBFBD>郇郇郋邾 郕郋郇<E9838B>郅邽郕<E982BD><20> <20>赲郋<E8B5B2><E9838B>訄邾邽 邽 <20>郇郋邾訄邾邽, 郇訄<E98387>迮郅<E8BFAE><E98385><EFBFBD>邽邾邽 <20><><EFBFBD> <20>迮迣邽郋郇.","Los Peloescarcha son una tribu de Trols de Hielo que sobreviven de manera humilde dentro de Dun Morogh, en conflicto con los enanos y gnomos habitantes de la regi籀n.","Os Jubafria s瓊o uma tribo de Trolls das Neves que levam uma vida modesta em Dun Morogh, em conflito com os an繭es e gnomos da regi瓊o.",4128876
"<EFBFBD>(<28>拙振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Orc, Blackrock",0,0,"Orc - Schwarzfels","暺𤑳𨺗瘞𤩺<EFBFBD><EFBFBD>賭犖","<EFBFBD><EFBFBD>郕: 虴迮<E899B4>郇訄<E98387> <20><EFBFBD>","Orco, Roca Negra","Orc, Rocha Negra",8323198,"",0,0,"","","","","",4128876
"掩(<28>拙振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Villian",0,0,"B繹sewicht","<EFBFBD><EFBFBD>","<EFBFBD>郅郋迡迮邿","Villano","Vil瓊o",8323198,"",0,0,"","","","","",4128876
"<EFBFBD>(<28>拙振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Victim",0,0,"Opfer","<EFBFBD>箇𠧧<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>赲訄","V穩ctima","V穩tima",8323198,"",0,0,"","","","","",4128876
"(<28>拙振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Bear",0,0,"Wildtier - B瓣r","<EFBFBD>𤾸<EFBFBD> - <20><>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20>迮迡赲迮迡<E8BFAE>","Bestia: Oso","Fera - Urso",4128894,"",0,0,"","","","","",4128876
"<EFBFBD>拙振)",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Ogre",0,0,"Oger","憌煺犖擳<EFBFBD>","<EFBFBD><EFBFBD>","Ogro","Ogro",8323198,"",0,0,"","","","","",4128876
"焵摰<EFBFBD>)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Kurzen's Mercenaries",0,0,"Kurzans S繹ldner","摨枏<EFBFBD>璉桃<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄迮邾郇邽郕邽 <20><><EFBFBD><EFBFBD>迮郇訄","Mercenarios de Kurzen","Mercen獺rios de Kurzen",8323198,"",0,0,"","","","","",4128876
"拙振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Escortee",0,0,"Begleitperson","<EFBFBD><EFBFBD>","苤郋郈<EFBFBD>郋赲郋迠迡訄迮邾<EFBFBD>","Acompa簽ante","Escoltado",8323198,"",0,0,"","","","","",4128876
"<EFBFBD>)",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Venture Company",0,0,"Venture Company","憌𡡞埯<EFBFBD><EFBFBD><EFBFBD>砍虬","苠郋<EFBFBD>迣郋赲訄<EFBFBD> <20>郋邾郈訄郇邽<E98387>","Ventura y C穩a.","Empreendimentos S.A.",4128894,"The Venture Company is a Goblin-run cutthroat organization that seeks to attain profit at any cost. The Venture Company will employ anyone they find useful and treat it's workers fairly in order to gain the greatest profit possible.",0,0,"Die Venture Company ist eine skrupellose, von Goblins gef羹hrte Organisation, die um jeden Preis Profit erzielen will. Sie besch瓣ftigt jeden, den sie f羹r n羹tzlich h瓣lt, und behandelt ihre Arbeiter fair <20><> alles im Namen des gr繹<72>tm繹glichen Gewinns.","憌𡡞埯<EFBFBD><EFBFBD><EFBFBD>砍虬<EFBFBD>舐眏<EFBFBD>啁移蝏讛𨯫<EFBFBD><EFBFBD><EFBFBD>敹滨<EFBFBD><EFBFBD><EFBFBD>銝齿<EFBFBD><EFBFBD><EFBFBD><EFBFBD>誨隞瑁蕭瘙<EFBFBD>⏚瘨艾<EFBFBD><EFBFBD><EFBFBD>砍虬<EFBFBD><EFBFBD>膛隞颱<EFBFBD>隞碶賑霈支蛹<EFBFBD>厩鍂<EFBFBD><EFBFBD>犖嚗<EFBFBD>僎撟喟<EFBFBD><EFBFBD><EFBFBD>笆敺<EFBFBD><EFBFBD>隞祉<EFBFBD><EFBFBD><EFBFBD><EFBFBD>匧極鈭綽<EFBFBD>隞亥繮敺埈<EFBFBD>憭抒<EFBFBD><EFBFBD>拇隋<EFBFBD><EFBFBD>","苠郋<EFBFBD>迣郋赲訄<EFBFBD> <20>郋邾郈訄郇邽<E98387> <20><> <20><><20><EFBFBD>訄赲郅<E8B5B2>迮邾訄<E982BE> <20>郋訇郅邽郇訄邾邽 訇迮<E8A887>郈郋<E98388>訄迡郇訄<E98387><>迣訄郇邽郱訄<E983B1><EFBFBD>, <20><><EFBFBD>迮邾<E8BFAE><E982BE><EFBFBD><E8A884><EFBFBD> 郈郋郅<E9838B><E98385><EFBFBD><E982BD><>邽訇<E982BD><EFBFBD><>訇郋邿 <20>迮郇郋邿. 苠郋<E88BA0>迣郋赲訄<E8B5B2> 苠郋<E88BA0>迣郋赲訄<E8B5B2> 郇訄郇邽邾訄迮<E8A884><><EFBFBD>, 郕郋迣郋 <20><EFBFBD><E9838B><EFBFBD><EFBFBD> 郈郋郅迮郱郇<E983B1>邾, 邽 郋訇<E9838B><EFBFBD>訄迮<E8A884><E8BFAE><EFBFBD> <20><20>赲郋邽邾邽 <20>訄訇郋<E8A887>邽邾邽 <20><EFBFBD>訄赲迮迡郅邽赲郋, <20><>郋訇<E9838B> 郈郋郅<E9838B><E98385><EFBFBD><E982BD> 郇訄邽訇郋郅<E9838B><E98385><EFBFBD><EFBFBD> 赲郋郱邾郋迠郇<E8BFA0><E98387><>迣郋迡<E9838B>.","Ventura y C穩a. es una organizaci籀n dirigida por Goblins, despiadada y que busca obtener ganancias a cualquier costo. La Compa簽穩a Ventura emplear獺 a cualquiera que considere 繳til y tratar獺 a sus trabajadores de manera justa para obtener la mayor ganancia posible.","A Empreendimentos S.A. 矇 uma organiza癟瓊o implac獺vel dirigida por Goblins que busca obter lucro a qualquer custo. A Empreendimentos S.A. contrata qualquer um que considerem 繳til e trata seus trabalhadores de maneira justa para alcan癟ar o maior lucro poss穩vel.",4128876
"振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Raptor",0,0,"Wildtier - Raptor","<EFBFBD>𤾸<EFBFBD> - 餈<><E9A488><EFBFBD>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: 觓<><EFBFBD>","Bestia: Raptor","Fera - Raptor",4128894,"",0,0,"","","","","",4128876
"<EFBFBD>)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Basilisk",0,0,"Basilisk","<EFBFBD><EFBFBD><EFBFBD>亥𢤦","<EFBFBD><EFBFBD>邽郅邽<EFBFBD>","Basilisco","Basilisco",4128894,"",0,0,"","","","","",4128876
")",4294967295,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,4294960796,4294925296,"","","","","","","","Trash",0,0,"Abfall","<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","Basura","Lixo",4128894,"Ass",0,0,"Ger羹mpel","瘥急<EFBFBD>隞瑕<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","Basura","Bunda",4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Lost Ones",0,0,"Verirrte","憭梯氜<EFBFBD><EFBFBD>","<EFBFBD>訄訇郅<EFBFBD><EFBFBD>邽迮","Los Perdidos","Os Perdidos",8323198,"",0,0,"","","","","",4128876
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 虴迮郅郋赲迮郕",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","YER, Human","","","",""," Blacksmithing - Armorsmithing",0,0,"Schmiedekunst - R羹stungsschmiedekunst","<EFBFBD><EFBFBD><EFBFBD>- <20>斤睻<E696A4><EFBFBD><E9A781>","<EFBFBD><EFBFBD>郱郇迮<EFBFBD>郇郋迮 迡迮郅郋: <20>郋赲郕訄 <20><EFBFBD>郈迮<E98388>郋赲","Herrer穩a - Forjador de Armaduras","Ferraria - Ferreiro de Armaduras",4128894,"",0,0,"","","","","",4128876
"㼎𤋉㘵𩿞<EFBFBD>, 虴迮郅郋赲迮郕",20,"振)",", Undead","YER, Human","","","",0,0,3100,4294925296,"菩銑<EFBFBD> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽 邽 赲迮迡迮<E8BFA1> 赲郋邿郇<E982BF> <20> <20><>郋赲訄赲<E8A884><20><EFBFBD><E8A884><EFBFBD>郋邾.","","IELER, Mensch","LAYER, Human","IELER, Mensch","","拙振)","Ironforge",0,0,"Eisenschmiede","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄郅<EFBFBD>迣郋<EFBFBD>","Forjaz","Altaforja",4128894,"This Alliance capital is the pride of the Dun Morogh dwarves. Home to King Magni.",0,0,"Diese Hauptstadt der Allianz ist der ganze Stolz der Zwerge von Dun Morogh. Sie ist die Heimat von K繹nig Magni.","餈坔漣<EFBFBD>𠉛<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>臭號<EFBFBD><EFBFBD><EFBFBD>桐犖隞祉<EFBFBD><EFBFBD><EFBFBD>嚗䔶<EFBFBD><EFBFBD>舫漲<EFBFBD>澆側<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>迡郇訄 邽郱 <20><>郋郅邽<E98385> <20><EFBFBD><E98385><EFBFBD>訄, 郇訄<E98387>迮郅迮郇郇訄<E98387> <20>赲郋<E8B5B2><E9838B>訄邾邽 <20><><20><EFBFBD>郋迣訄. <20><EFBFBD><E9838B>邽郇訄 郕郋<E98395>郋郅<E9838B> <20>訄迣郇邽.","Esta capital de la Alianza es el orgullo de los enanos de Dun Morogh. Hogar del Rey Magni.","Esta capital da Alian癟a 矇 o orgulho dos an繭es de Dun Morogh. Lar do Rei Magni.",4128894
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 虴迮郅郋赲迮郕",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Dark Iron Dwarves",0,0,"Dunkeleisenzwerge","暺煾<EFBFBD><EFBFBD>桐犖","<EFBFBD>赲郋<EFBFBD><EFBFBD><EFBFBD> <20>郅訄郇訄 虴迮<E899B4>郇郋迣郋 <20>迮郅迮郱訄","Enanos Hierro Negro","An繭es Ferro Negro",4128894,"",0,0,"","","","","",4128876
"𤋉㘵𩿞<EFBFBD>, 虴迮郅郋赲迮郕",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Human, Night Watch",0,0,"Mensch - Nachtwache","<EFBFBD>株𠧧璉格<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","虴迮郅郋赲迮郕: <20><EFBFBD>郇郋邿 <20>郋郱郋<E983B1>","Humano, Guardia Nocturna","Humano, Vig穩lia Noturna",8323198,"",0,0,"","","","","",4128876
"<EFBFBD><EFBFBD><EFBFBD>, 虴迮郅郋赲迮郕",4294967295,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,4294960796,4294925296,"","","","","","","","Rubbish",0,0,"Ger羹mpel","摨毺<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","Basura","Sujeira",4128894,"Ass",0,0,"Ger羹mpel","瘥急<EFBFBD>隞瑕<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","Basura","Bunda",4128876
"㘵𩿞<EFBFBD>, 虴迮郅郋赲迮郕",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnoll - Mosshide",0,0,"Gnoll - Moosfell","<EFBFBD>梶铜鞊箇𣄽鈭<EFBFBD>","<EFBFBD>郇郋郅郅: <20><EFBFBD><EFBFBD><EFBFBD><E98395>","Gnoll: Pellejomusgo","Gnoll - Pelemusgo",4128894,"",0,0,"","","","","",4128876
"<EFBFBD><EFBFBD>, 虴迮郅郋赲迮郕",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Orc, Dragonmaw",0,0,"Orc - Drachenmalklan","樴坔<EFBFBD>瘞𤩺<EFBFBD><EFBFBD>賭犖","<EFBFBD><EFBFBD>郕 苤郕赲迮<E8B5B2><EFBFBD>: <20>郅訄郇 <20><>訄郕郋郇<E9838B>迮邿 <20><EFBFBD><E8A884>","Orco, Faucedraco","Orc, Presa do Drag瓊o",8323198,"",0,0,"","","","","",4128876
"𩿞<EFBFBD>, 虴迮郅郋赲迮郕",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnome - Leper",0,0,"Gnom - Lepra","暻餌鱻靘誩<EFBFBD>","<EFBFBD>郇郋邾: <20><EFBFBD>訄迠迮郇郇<E98387>","Gnomo: Paria","Gnomo - Leproso",4128894,"",0,0,"","","","","",4128876
"<EFBFBD>, 虴迮郅郋赲迮郕",18,"R, N瓊o-morto",", Undead","郋赲迮郕","","","",0,0,3100,4294925296,"菩銑<EFBFBD> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽 邽 赲迮迡迮<E8BFA1> 赲郋邿郇<E982BF> <20> <20><>郋赲訄赲<E8A884><20><EFBFBD><E8A884><EFBFBD>郋邾.","","IELER, Mensch","LAYER, Human","IELER, Mensch","","拙振)","Gnomeregan Exiles",0,0,"Exilanten von Gnomeregan","霂箄緒<EFBFBD>墧覔瘚<EFBFBD>滿<EFBFBD><EFBFBD>","<EFBFBD>郱迣郇訄郇郇邽郕邽 <20>郇郋邾<E9838B>迮迣訄郇訄","Exiliados de Gnomeregan","Exilados de Gnomeregan",4128894,"The former denizens of Gnomeregan, now living in exile within the Gnomeregan Reclamation Facility in Dun Morogh, trying to reclaim their home.",0,0,"Die einstigen Bewohner von Gnomeregan leben nun im Exil in der R羹ckgewinnungsstation in Dun Morogh und setzen alles daran, ihre Heimat zur羹ckzuerobern.","霂箄緒<EFBFBD>墧覔隞亙<EFBFBD><EFBFBD><EFBFBD><EFBFBD>瘞𡢅<EFBFBD><EFBFBD><EFBFBD><EFBFBD>滿<EFBFBD>其號<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝哨<EFBFBD>霂訫㦛憭箏<EFBFBD>隞碶賑<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>邽迮 迠邽<E8BFA0>迮郅邽 <20>郇郋邾<E9838B>迮迣訄郇訄, 郇<>郇迮 迠邽赲<E982BD><E8B5B2>邽迮 赲 邽郱迣郇訄郇邽邽 赲 虷迮郇<E8BFAE><E98387><20>迮郕<E8BFAE><EFBFBD><E98385>邽赲訄<E8B5B2>邽邽 <20>郇郋邾<E9838B>迮迣訄郇訄 赲 <20><><20><EFBFBD>郋迣迮, 郈<><E98388><EFBFBD><E8A884><EFBFBD><EFBFBD> 赲迮<E8B5B2><EFBFBD><E98387><EFBFBD> <20>迮訇迮 <20>赲郋邿 迡郋邾.","Los antiguos habitantes de Gnomeregan, ahora viviendo en el exilio dentro de la instalaci籀n de recuperaci籀n de Gnomeregan en Dun Morogh, tratando de reclamar su hogar.","Os antigos habitantes de Gnomeregan, agora vivendo em ex穩lio nas Instala癟繭es de Recupera癟瓊o de Gnomeregan em Dun Morogh, tentam recuperar seu lar.",4128894
"<EFBFBD>, 虴迮郅郋赲迮郕",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Leopard",0,0,"Leopard","<EFBFBD>𤾸<EFBFBD> - 鞊<>","<EFBFBD>迮郋郈訄<EFBFBD>","Leopardo","Leopardo",8323198,"",0,0,"","","","","",4128876
", 虴迮郅郋赲迮郕",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","LAYER, Human","","","","","Scarlet Crusade",0,0,"Scharlachrote Kreuzfahrer","<EFBFBD><EFBFBD><EFBFBD>摮堒<EFBFBD>","<EFBFBD><EFBFBD><20><>迡迮郇","Cruzada Escarlata","Cruzada Escarlate",8323198,"The Scarlet Crusade is a religious organization dedicated to the eradication of the undead. They seldom trust outsiders, believing them to carry the Plague of Undeath.",0,0,"Der Scharlachrote Kreuzzug ist eine religi繹se Organisation, die sich der Ausl繹schung der Untoten verschrieben hat. Sie misstraut Au<41>enstehenden, da sie diese f羹r Tr瓣ger der Seuche des Untodes h瓣lt.","<EFBFBD><EFBFBD><EFBFBD>摮堒<EFBFBD><EFBFBD><EFBFBD>銝芸<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭擧覔<EFBFBD>支滿<EFBFBD><EFBFBD><EFBFBD><EFBFBD>隞砍<EFBFBD>撠睲縑隞餃<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>霈支蛹隞碶賑<EFBFBD>箏蒂<EFBFBD><EFBFBD>鈭∠<EFBFBD><EFBFBD>毺𢥫<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><20><>迡迮郇 <20><> <20><><20>迮郅邽迣邽郋郱郇訄<E98387><>迣訄郇邽郱訄<E983B1><EFBFBD>, 郈郋<E98388><EFBFBD><E8B5B2>邽赲<E982BD><EFBFBD> <20>迮訇<E8BFAE><><E982BD><EFBFBD>迮訇郅迮郇邽<E98387> <20>迮迠邽<E8BFA0>邽. <20>郇邽 <20>迮迡郕郋 迡郋赲迮<E8B5B2><E8BFAE><EFBFBD><EFBFBD> <20><>迠訄郕訄邾, <20><><EFBFBD><EFBFBD>, <20><><20>迮 邾郋迣<E9838B><E8BFA3><><E8A887><EFBFBD> 郇郋<E98387><EFBFBD>迮郅<E8BFAE>邾邽 虴<><EFBFBD> <20>迮迠邽<E8BFA0>邽.","La Cruzada Escarlata es una organizaci籀n religiosa dedicada a la erradicaci籀n de los No-Muertos. Rara vez conf穩an en los forasteros, creyendo que llevan consigo la Plaga de la No-Muerte.","A Cruzada Escarlate 矇 uma organiza癟瓊o religiosa dedicada <20> erradica癟瓊o dos mortos-vivos. Eles raramente confiam em forasteiros, acreditando que eles carregam a Praga da Morte-Viva.",4128876
" 虴迮郅郋赲迮郕",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnoll - Rothide",0,0,"Gnoll - Rotfell","<EFBFBD><EFBFBD>铜鞊箇𣄽鈭<EFBFBD>","<EFBFBD>郇郋郅郅: <20>郇邽郅郋<E98385><EFBFBD><E98395><EFBFBD>","Gnoll: Putrepellejo","Gnoll - Putricouro",4128894,"",0,0,"","","","","",4128876
"虴迮郅郋赲迮郕",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Gorilla",0,0,"Wildtier - Gorilla","<EFBFBD>𤾸<EFBFBD> - <20>拍玌","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20><EFBFBD>邽郅郅訄","Bestia: Gorila","Fera - Gorila",4128894,"",0,0,"","","","","",4128876
"役菩鉼憶紹菩<EFBFBD>",4,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","PIELER, Mensch","","","","","Thorium Brotherhood",0,0,"Thorium-Bruderschaft","<EFBFBD>罸𣂎<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>赲郋 苠郋<E88BA0><EFBFBD>","Hermandad del Torio","Irmandade do T籀rio",4128894,"The dwarves of the Thorium Brotherhood epitomize excellence in craftsmanship and are bent on unlocking the secrets of Blackrock Mountain.",0,0,"Die Zwerge der Thoriumbruderschaft verk繹rpern meisterhaftes Handwerk und sind fest entschlossen, die Geheimnisse des Schwarzfels zu l羹ften.","<EFBFBD>罸𣂎<EFBFBD><EFBFBD><EFBFBD>隡𡁶<EFBFBD><EFBFBD>桐犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD>隡行<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>撟嗉稲<EFBFBD>𥕢<EFBFBD><EFBFBD><EFBFBD>暺𤑳𨺗撅曹葉<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>赲郋<EFBFBD><EFBFBD><EFBFBD> 邽郱 訇<><EFBFBD><E8A884><EFBFBD>赲訄 苠郋<E88BA0><EFBFBD> <20><><><EFBFBD>郅訄赲郅迮郇郇<E98387>迮 邾訄<E982BE><E8A884><EFBFBD>訄 邽 郅<><E98385><EFBFBD>邽迮 郱郇訄<E98387>郋郕邽 <20>訄邿郇 虴迮<E899B4>郇郋邿 <20><EFBFBD><E9838B>.","Los enanos de la Hermandad del Torio representan la excelencia en la artesan穩a y est獺n empe簽ados en desvelar los secretos de la Monta簽a Roca Negra.","Os an繭es da Irmandade do T籀rio personificam a excel礙ncia em artesanato e est瓊o empenhados em desvendar os segredos da Montanha Rocha Negra.",4128894
"迮郅郋赲迮郕",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Naga",0,0,"Naga","蝥唾縝","<EFBFBD>訄迣訄","Naga","Naga",4128894,"",0,0,"","","","","",4128876
"菩鉼憶紹菩<EFBFBD>",60,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,3300,4294925296,"","","PIELER, Mensch","LAYER, Human","","","","Dalaran",0,0,"Dalaran","颲暹<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄郅訄<EFBFBD>訄郇","Dalaran","Dalaran",4128894,"The once mighty magical citystate of Dalaran was destroyed by the Burning Legion. Today its surviving inhabitants struggle to rebuild their home and defend their territories from the Horde and the Scourge.",0,0,"Die einst m瓣chtige Magierstadt Dalaran wurde von der Brennenden Legion zerst繹rt. Heute k瓣mpfen ihre 羹berlebenden Bewohner darum, ihre Heimat wieder aufzubauen und ihr Territorium gegen die Horde und die Gei<65>el zu verteidigen.","<EFBFBD><EFBFBD>撘箏之<EFBFBD><EFBFBD><EFBFBD>瘜訫<EFBFBD><EFBFBD><EFBFBD><EFBFBD>鋡怎<EFBFBD><EFBFBD><EFBFBD><EFBFBD>鴹瘥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>隞𠺪<EFBFBD>撟詨<EFBFBD><EFBFBD><EFBFBD><EFBFBD>瘞睲賑<EFBFBD><EFBFBD><EFBFBD>滚遣隞碶賑<EFBFBD><EFBFBD><EFBFBD><EFBFBD>撟嗡<EFBFBD><EFBFBD>刻氜<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝凋<EFBFBD><EFBFBD>怨䌊撌梁<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋迣迡訄-<2D>郋 邾郋迣<E9838B><E8BFA3><EFBFBD><E8BFAE>赲迮郇郇<E98387>邿 邾訄迣邽<E8BFA3><EFBFBD>郕邽邿 迣郋<E8BFA3>郋迡-迣郋<E8BFA3><E9838B>迡訄<E8BFA1><E8A884><EFBFBD>赲郋 <20>訄郅訄<E98385>訄郇 訇<><20>訄郱<E8A884><E983B1><EFBFBD>迮郇 <20><>郅訄<E98385><E8A884>邽邾 <20>迮迣邽郋郇郋邾. 苤迮迣郋迡郇<E8BFA1> 迮迣郋 赲<>迠邽赲<E982BD>邽迮 郋訇邽<E8A887><EFBFBD>迮郅邽 郈<><E98388><EFBFBD><E8A884><EFBFBD><EFBFBD> 赲郋<E8B5B2><E9838B><EFBFBD>訄郇郋赲邽<E8B5B2><E982BD> <20>赲郋邿 迡郋邾 邽 郱訄<E983B1><EFBFBD><EFBFBD><E982BD> <20>赲郋邽 郱迮邾郅邽 郋<> <20><><EFBFBD><20>郅迮<E98385>邽.","La poderosa ciudad m獺gica de Dalaran fue destruida por la Legi籀n Ardiente. Hoy en d穩a, sus habitantes sobrevivientes luchan por reconstruir su hogar y defender sus territorios de la Horda y la Plaga.","A outrora poderosa cidade-estado m獺gica de Dalaran foi destru穩da pela Legi瓊o Ardente. Hoje, seus habitantes sobreviventes lutam para reconstruir seu lar e defender seus territ籀rios da Horda e do Flagelo.",4128876
"郅郋赲迮郕",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Forlorn Spirit",0,0,"Verlassener Geist","<EFBFBD><EFBFBD>","<EFBFBD>迮郈<EFBFBD>邽郕訄<EFBFBD>郇郇<EFBFBD><20><><EFBFBD>","Esp穩ritu Melanc籀lico","Esp穩rito Desamparado",8323198,"",0,0,"","","","","",4128876
"鉼憶紹菩<EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Darkhowl",0,0,"Dunkelheuler","<EFBFBD>堒䧟","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><20>郋邿","Aullido Oscuro","Uivonegro",8323198,"",0,0,"","","","","",4128876
"郋赲迮郕",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Grell",0,0,"Grell","<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迮郅郅<EFBFBD>","Grell","Capeta",8323198,"",0,0,"","","","","",4128876
"憶紹菩<EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Furbolg",0,0,"Furbolg","<EFBFBD>𦠜<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>訇郋郅迣","F繳rbolg","Pelurso",8323198,"",0,0,"","","","","",4128876
"赲迮郕",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Horde Affiliates",0,0,"Horde-Angeh繹rige","<EFBFBD>刻氜<EFBFBD><EFBFBD>","苳邽郅邽訄郅<EFBFBD> <20><><EFBFBD>","Afiliados de la Horda","Afiliados da Horda",4128894,"",0,0,"Einzelne Wesen, Gruppen und Siedlungen, die mit der Horde verb羹ndet sind.","銝𡡞<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝芯犖<EFBFBD><EFBFBD>𣪧<EFBFBD><EFBFBD>摰𡁜<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迡迮郅<EFBFBD><EFBFBD>迮 郅邽<E98385>訄, 迣<><E8BFA3>郈郈<E98388> 邽 郈郋<E98388>迮郅迮郇邽<E98387>, <20><EFBFBD>郱訄郇郇<E98387><20> <20><>迡郋邿.","Individuos, grupos y asentamientos afiliados a la Horda.","Indiv穩duos, grupos e assentamentos afiliados <20> Horda.",4128876
"紹菩<EFBFBD>",12,", Undead","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","","","","",0,0,3500,4294925296,"","","IELER, Mensch","LAYER, Human","","","","Horde",0,0,"Horde","<EFBFBD>刻氜","<EFBFBD><EFBFBD>迡訄","Horda","Horda",4128894,"",0,0,"","","","","",4128876
"迮郕",17,"o Noturno","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","PIELER, Mensch","","","",0,0,500,4294925296,"菩銑<EFBFBD> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽 邽 赲迮迡迮<E8BFA1> 赲郋邿郇<E982BF> <20> <20><>郋赲訄赲<E8A884><20><EFBFBD><E8A884><EFBFBD>郋邾.","","IELER, Mensch","LAYER, Human","IELER, Mensch","","紹菩<EFBFBD>","Undercity",0,0,"Unterstadt","撟賣<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋迡迣郋<EFBFBD>郋迡","Enterracielo","Cidade Baixa",4128894,"Led by Sylvanas Windrunner, the Forsaken have joined a tenuous alliance with the Horde and established this capital in the vast depths under the Ruins of Lordaeron.",0,0,"Unter der F羹hrung von Sylvanas Windl瓣uferin haben sich die Verlassenen in ein br羹chiges B羹ndnis mit der Horde begeben und diese Hauptstadt in den Tiefen unter den Ruinen von Lordaeron errichtet.","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>純琿<EFBFBD>銵諹<EFBFBD><EFBFBD><EFBFBD>撖潔<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>刻氜銋钅𡢿撱箇<EFBFBD>韏瑚<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>蝟鳴<EFBFBD>撟嗅銁瘣𥕢號隡血<EFBFBD>憓毺<EFBFBD><EFBFBD><EFBFBD>瘛勗<EFBFBD>撱箇<EFBFBD>韏瑚<EFBFBD>餈坔漣<EFBFBD>𤾸<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋郱迣郅訄赲郅<EFBFBD>迮邾<EFBFBD>迮 苤邽郅<E982BD>赲訄郇郋邿 <20><EFBFBD><E8BFAE>郋郕<E9838B><E98395>郅郋邿, <20><><EFBFBD>迮郕<E8BFAE>邽迮<E982BD><E8BFAE><><E8B5B2><EFBFBD>郈邽郅邽 赲 郇迮郈<E8BFAE><EFBFBD><EFBFBD><20><EFBFBD><20> <20><>迡郋邿 邽 郋<>郇郋赲訄郅邽 <20><><EFBFBD> <20><>郋郅邽<E98385><E982BD> 赲 訇迮<E8A887><EFBFBD>訄邿郇邽<E98387> 迣郅<E8BFA3>訇邽郇訄<E98387> 郈郋迡 <20><>邽郇訄邾邽 <20><EFBFBD>迡迮<E8BFA1>郋郇訄.","Dirigidos por Sylvanas Brisaveloz, los Renegados han formado una fr獺gil alianza con la Horda y han establecido esta capital en las vastas profundidades bajo las Ruinas de Lordaeron.","Liderados por Sylvanas Correventos, os Renegados formaram uma fr獺gil alian癟a com a Horda e estabeleceram sua capital nas vastas profundezas sob as Ru穩nas de Lordaeron.",4128894
"<EFBFBD>",21,"<EFBFBD>",", Undead"," Human","muerto","","",0,0,3100,4294925296,"菩銑<EFBFBD> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽 邽 赲迮迡迮<E8BFA1> 赲郋邿郇<E982BF> <20> <20><>郋赲訄赲<E8A884><20><EFBFBD><E8A884><EFBFBD>郋邾.","JUGADOR, No-muerto","IELER, Mensch","LAYER, Human","IELER, Mensch","IELER, Mensch","拙振)","Darnassus",0,0,"Darnassus","颲曄熙<EFBFBD>𤩺鱻","<EFBFBD><EFBFBD>郇訄<EFBFBD>","Darnassus","Darnassus",4128894,"The Alliance capital is populated by Night Elves and is located in the island of Teldrassil. Ruled by the Priestess of the Moon, Tyrande Whisperwind.",0,0,"Diese Hauptstadt der Allianz auf der Insel Teldrassil ist von Nachtelfen bewohnt und wird von der Mondpriesterin Tyrande Wisperwind regiert.","<EFBFBD>鞱氜<EFBFBD>冽陸颲曉<EFBFBD>撠𥪜<EFBFBD>銝羓<EFBFBD><EFBFBD>𠉛<EFBFBD><EFBFBD>𤾸<EFBFBD>嚗峕<EFBFBD>憭𦦵移<EFBFBD><EFBFBD>擐㚚<EFBFBD>嚗𣬚眏<EFBFBD><EFBFBD><EFBFBD>憟喟平<EFBFBD>豢陸<EFBFBD>啣噸繚霂剝<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>迡郇訄 邽郱 <20><>郋郅邽<E98385> <20><EFBFBD><E98385><EFBFBD>訄, <20><EFBFBD>郈郋郅郋迠迮郇郇訄<E98387> 郇訄 郋<><E9838B><EFBFBD>郋赲迮 苠迮郅<E8BFAE><EFBFBD><EFBFBD><E8A884>邽郅 邽 郇訄<E98387>迮郅迮郇郇訄<E98387> <20><EFBFBD><EFBFBD>邾邽 衪郅<E8A1AA><E98385>訄邾邽. <20>迡迮<E8BFA1><E8BFAE><>訄赲邽<E8B5B2> <20><><EFBFBD><20><><EFBFBD> 郈郋 邽邾迮郇邽 苠邽<E88BA0>訄郇迡訄 虼迮郅迮<E98385><E8BFAE> <20><EFBFBD><E8BFAE>訄.","La capital de la Alianza est獺 poblada por Elfos Nocturnos y se encuentra en la isla de Teldrassil. Gobernada por la Sacerdotisa de la Luna, Tyrande Susurravientos.","A capital da Alian癟a 矇 habitada pelos Elfos Noturnos e est獺 localizada na ilha de Teldrassil. Governada pela Sacerdotisa da Lua, Tyrande Murmur矇olo.",4128894
"",6,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294957296,0,"","","LAYER, Human","","","","","Syndicate",0,0,"Syndikat","颲𥡝羲<EFBFBD><EFBFBD>","苤邽郇迡邽郕訄<EFBFBD>","La Hermandad","Camarilha",8323198,"A primarily human criminal organization that operates mostly out of the Alterac Mountains and Hillsbrad Foothills.",0,0,"Eine haupts瓣chlich aus Menschen bestehende Verbrecherorganisation, die vor allem in den Alteracbergen und den Vorgebirgen des H羹gellands operiert.","<EFBFBD>銝芯蜓閬<EFBFBD>眏鈭箇掩蝏<EFBFBD><EFBFBD><EFBFBD><EFBFBD>塳蝵芰<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>䭾旿<EFBFBD><EFBFBD>憟亦鸌<EFBFBD><EFBFBD>撅梯<EFBFBD>銝𤾸<EFBFBD>撠娍鱻撣<EFBFBD>𡟹敺瑚<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>啣躹<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>郈郇郋迮 <20>郋郋訇<E9838B><EFBFBD><E8BFAE>赲郋, 郋<>迣訄郇邽郱郋赲訄郇郇郋迮 郅<><EFBFBD>邾邽. <20>迮邿<E8BFAE><E982BF><EFBFBD><EFBFBD> 郈郋<E98388><E9838B>邽 郇訄 赲<>迮邿 <20><EFBFBD><E8BFAE><EFBFBD><EFBFBD>邽邽 <20><EFBFBD><E98385><EFBFBD>訄郕<E8A884>郕邽<E98395> <20><EFBFBD><20><>迮迡迣郋<E8BFA3>邽邿 苭邽郅<E982BD><EFBFBD>訄迡訄.","Una organizaci籀n criminal principalmente humana que opera mayormente desde las Monta簽as de Alterac y las Laderas de Trabalomas.","Uma organiza癟瓊o criminosa primariamente humana que opera principalmente nas Montanhas Alterac e no Contraforte de Eira dos Montes.",4128894
"<EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Hillsbrad Militia",0,0,"H羹gelland Miliz","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>勗噸瘞穃<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>迠邽郇訄 苭邽郅<E982BD><EFBFBD>訄迡訄","Milicia de Trabalomas","Mil穩cia de Eira dos Montes",8323198,"",0,0,"","","","","",4128876
"",19,"",", Undead","PLAYER, Human","","","",0,0,3100,4294925296,"菩銑<EFBFBD> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽 邽 赲迮迡迮<E8BFA1> 赲郋邿郇<E982BF> <20> <20><>郋赲訄赲<E8A884><20><EFBFBD><E8A884><EFBFBD>郋邾.","","IELER, Mensch","LAYER, Human","IELER, Mensch","","拙振)","Stormwind",0,0,"Sturmwind","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>邾迣<EFBFBD>訄迡","Ventormenta","Ventobravo",4128894,"One of the last bastions of human power, this Alliance capital is ruled by the child king, Anduin Wrynn.",0,0,"Diese Hauptstadt der Allianz ist eine der letzten Bastionen menschlicher Macht und wird vom Kindk繹nig Anduin Wrynn regiert.","餈坔漣鈭箇掩<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𤾸嵗<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>勗僑撟潛<EFBFBD><EFBFBD><EFBFBD>摰匧漲<EFBFBD>覉瑚<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋郅邽<EFBFBD><20><EFBFBD><E98385><EFBFBD>訄, 郋迡邽郇 邽郱 郈郋<E98388>郅迮迡郇邽<E98387> 郋郈郅郋<E98385>郋赲 邾郋迣<E9838B><E8BFA3><EFBFBD><E8BFAE>赲訄 <20>迮郅郋赲迮<E8B5B2><EFBFBD>郕郋邿 <20><EFBFBD><E8A884>. <20><>訄赲邽<E8B5B2><><EFBFBD>邾迣<E982BE>訄迡郋邾 邾郋郅郋迡郋邿, 郇郋 邾<><EFBFBD><E8BFA1>邿 郕郋<E98395>郋郅<E9838B> <20>郇迡<E98387>邽郇 <20>邽郇郇.","Uno de los 繳ltimos bastiones del poder humano, esta capital de la Alianza est獺 gobernada por el rey ni簽o, Anduin Wrynn.","Um dos 繳ltimos basti繭es do poder humano, esta capital da Alian癟a 矇 governada pelo rei jovem, Anduin Wrynn.",4128894
"JUGADOR, Humano",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Demon",0,0,"D瓣mon","<EFBFBD><EFBFBD>","<EFBFBD>迮邾郋郇","Demonio","Dem繫nio",8323198,"Demon",0,0,"D瓣mon","<EFBFBD><EFBFBD>","<EFBFBD>迮邾郋郇","Demonio","Dem繫nio",4128876
"UGADOR, Humano",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Elemental",0,0,"Elementar","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","衪郅迮邾迮郇<EFBFBD>訄郅<EFBFBD>","Elemental","Elemental",8323198,"",0,0,"","","","","",4128876
"GADOR, Humano",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Spirit",0,0,"Geist","<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>","Esp穩ritu","Esp穩rito",8323198,"",0,0,"","","","","",4128876
"ADOR, Humano",14,"lfo Noturno","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","LAYER, Human","PIELER, Mensch","","",0,0,3100,4294925296,"菩銑<EFBFBD> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽 邽 赲迮迡迮<E8BFA1> 赲郋邿郇<E982BF> <20> <20><>郋赲訄赲<E8A884><20><EFBFBD><E8A884><EFBFBD>郋邾.","JUGADOR, No-muerto","IELER, Mensch","LAYER, Human","IELER, Mensch","IELER, Mensch","紹菩<EFBFBD>","Orgrimmar",0,0,"Orgrimmar","憟交聢<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>邽邾邾訄<EFBFBD>","Orgrimmar","Orgrimmar",4128894,"Founded by Thrall, this Horde capital city is home to many of the proud orc clans of Durotar.",0,0,"Diese von Thrall gegr羹ndete Hauptstadt der Horde ist die Heimat vieler stolzer Orcclans von Durotar.","餈坔漣<EFBFBD>梯𨫢撠𥪜遣蝡讠<EFBFBD><EFBFBD>刻氜<EFBFBD>𤾸<EFBFBD><EFBFBD>航捂憭𡁜<EFBFBD>鈭箸<EFBFBD><EFBFBD><EFBFBD>摰嗅𤋮<EFBFBD><EFBFBD>","<EFBFBD><20><>郋郅邽<E98385><20><><EFBFBD>, 郋<>郇郋赲訄郇郇訄<E98387><>訄郅郅郋邾, <20><EFBFBD>迠邽<E8BFA0> 迡郋邾郋邾 迡郅<E8BFA1> 邾郇郋迠迮<E8BFA0><E8BFAE>赲訄 郋<><EFBFBD><E9838B><EFBFBD> 郕郅訄郇郋赲 <20><><EFBFBD><EFBFBD><EFBFBD>訄.","Fundada por Thrall, esta ciudad capital de la Horda es hogar de muchos de los orgullosos clanes orcos de Durotar.","Fundada por Thrall, esta cidade capital da Horda 矇 lar de muitos dos orgulhosos cl瓊s orcs de Durotar.",4128894
"DOR, Humano",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Treasure",0,0,"Schatz","摰萘<EFBFBD>","苤郋郕<EFBFBD>郋赲邽<EFBFBD>","Tesoro","Tesouro",8323198,"",0,0,"","","","","",4128876
"OR, Humano",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnoll - Mudsnout",0,0,"Gnoll - Schlammflosse","瘜亙狍鞊箇𣄽鈭<EFBFBD>","<EFBFBD>郇郋郅郅: <20><><EFBFBD>郱郇郋<E98387><E9838B><EFBFBD>","Gnoll: Morrobarro","Gnoll - Fu癟alama",4128894,"",0,0,"","","","","",4128876
"R, Humano",4294967295,"","","","","","",0,0,0,0,"","","","","","","","HIllsbrad, Southshore Mayor",0,0,"H羹gelland - B羹rgermeister von S羹derstade","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>勗噸嚗<EFBFBD><EFBFBD>瘚琿<EFBFBD>","苭邽郅<EFBFBD><EFBFBD>訄迡, <20><><EFBFBD> 衩迠郇郋訇迮<E8A887>迮迠<E8BFAE><E8BFA0>","Trabalomas, Alcalde de Costasur","Eira dos Montes, Prefeito de Costa Sul",8323198,"",0,0,"","","","","",4128876
", Humano",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Brood of Deathwing",0,0,"Brut von Todesschwinge","暺煾<EFBFBD>","<EFBFBD>郅迮邾<EFBFBD> 苤邾迮<E982BE><E8BFAE>郋郕<E9838B><E98395>郅訄","Linaje de Alamuerte","Prole de Deathwing",4128894,"The children of what was once Neltharion, the Earth Warder. The Black Dragonflight only seeks to consume and corrupt the world while serving their insane dark master.",0,0,"Die Nachkommen des einstigen Erdenw瓣chters Neltharion. Der Schwarze Drachenschwarm strebt danach, die Welt zu verderben und zu verschlingen <20><> im Dienste seines wahnsinnigen dunklen Meisters.","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>憟亦<EFBFBD>摮𣂼嚤<EFBFBD><EFBFBD><EFBFBD>隞𠺪<EFBFBD>暺煾<EFBFBD><EFBFBD>𥕦𣪧銝<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𣂼<EFBFBD>銝𣇉<EFBFBD>嚗䔶<EFBFBD>憟劐<EFBFBD>隞祉鱻<EFBFBD><EFBFBD><EFBFBD>暺烐<EFBFBD>銝颱犖<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋邾郕邽 <20>郋迣郋, 郕迮邾 郇迮郕郋迣迡訄 訇<><20>迮郅<E8BFAE><EFBFBD>邽郋郇, 苭<>訄郇邽<E98387>迮郅<E8BFAE> <20>迮邾郅邽. 虴迮<E899B4>郇訄<E98387><>訄郕郋郇<E9838B><E98387> <20><><EFBFBD> <20><><EFBFBD>迮邾邽<E982BE><E982BD><EFBFBD> 郅邽<E98385><E982BD><20>郋邾<E9838B>, <20><>郋訇<E9838B> 郈郋迣郅郋<E98385><EFBFBD><E982BD><20>訄郱赲<E983B1><EFBFBD><EFBFBD><E982BD> 邾邽<E982BE>, <20><EFBFBD>迠訄 <20>赲郋迮邾<E8BFAE> 訇迮郱<E8BFAE>邾郇郋邾<E9838B> <20><>邾郇郋邾<E9838B> 郈郋赲迮郅邽<E98385>迮郅<E8BFAE>.","Los hijos de lo que una vez fue Neltharion, el Guardi獺n de la Tierra. El Vuelo de Dragones Negros solo busca consumir y corromper el mundo mientras sirven a su loco maestro oscuro.","Os filhos do que foi Neltharion, o Guardi瓊o da Terra. A Revoada dos Drag繭es Negros busca apenas consumir e corromper o mundo enquanto serve ao seu insano mestre sombrio.",4128876
" Humano",16,"R, Elfo de la Noche","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","PIELER, Mensch","犖蝐<EFBFBD>(<28>拙振)","","",0,0,3100,4294925296,"JUGADOR, No-muerto","菩銑<EFBFBD> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽 邽 赲迮迡迮<E8BFA1> 赲郋邿郇<E982BF> <20> <20><>郋赲訄赲<E8A884><20><EFBFBD><E8A884><EFBFBD>郋邾.","IELER, Mensch","LAYER, Human","IELER, Mensch","IELER, Mensch","紹菩<EFBFBD>","Thunder Bluff",0,0,"Donnerfels","<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋邾郋赲郋邿 苺<><EFBFBD>","Cima del Trueno","Penhasco do Trov瓊o",4128894,"Cairne Bloodhoof leads his people, the Proud Tauren, from this mighty Horde capital.",0,0,"Cairne Bluthuf f羹hrt sein stolzes Volk, die Tauren, von dieser m瓣chtigen Hauptstadt der Horde aus.","<EFBFBD><EFBFBD>繚銵<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>撖潔<EFBFBD><EFBFBD><EFBFBD><EFBFBD>憭港犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD>憯桐蜇<EFBFBD><EFBFBD>憭抒<EFBFBD><EFBFBD>刻氜<EFBFBD>𤾸<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD> <20><>郋邿 <20><>郋郅邽<E98385><20><><EFBFBD><>訄赲邽<E8B5B2> 邾郋迣<E9838B><E8BFA3>邽邿 苠訄<E88BA0><E8A884>迮郇 <20>迮邿郇 <20><>郋赲訄赲郋迮 <20>郋郈<E9838B><E98388>郋.","Cairne Pezu簽a de Sangre lidera a su pueblo, los Orgullosos Tauren, desde esta poderosa capital de la Horda.","Cairne Casco Sangrento lidera seu povo, os orgulhosos Tauren, a partir desta poderosa capital da Horda.",4128894
"Humano",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Troll, Witherbark",0,0,"Troll - Bleichborke","<EFBFBD>舀銁撌券<EFBFBD>","<EFBFBD>郋郅郅<EFBFBD>: 苤<><E88BA4>郋郕郋迠邽迮","Trol, Secacorteza","Troll, Cascasseca",8323198,"",0,0,"","","","","",4128876
"umano",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,2999,0,"","","YER, Human","","","",""," Leatherworking - Elemental",0,0,"Lederverarbeitung - Elementar","<EFBFBD>嗥铜 - <20><><EFBFBD>","<EFBFBD>郋迠迮赲郇邽<EFBFBD><EFBFBD><EFBFBD>赲郋: 苤邽郅訄 苤<><EFBFBD>邽邿","Peleter穩a - Elemental","Couraria - Elemental",4128894,"",0,0,"","","","","",4128876
"mano",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Quilboar, Razormane",0,0,"Quillboar - Stachelk瓣mme","<EFBFBD><EFBFBD><EFBFBD>𡒊㻛鈭<EFBFBD>","苤赲邽郇郋訇<EFBFBD>訄郱: <20>迣郅郋迣<E9838B>邽赲<E982BD>","Jabaesp穩n, Crines de Acero","Javatusco, Crinavalha",4128894,"",0,0,"","","","","",4128876
"ano",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Quilboar, Bristleback",0,0,"Quillboar - Borstenr羹cken","<EFBFBD><EFBFBD><EFBFBD>𡒊㻛鈭<EFBFBD>","苤赲邽郇郋訇<EFBFBD>訄郱: <20><>訇郋迣<E9838B>邽赲<E982BD>","Jabaesp穩n, Erizap繳as","Javatusco, Costagulha",8323198,"",0,0,"","","","","",4128876
"no",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,2999,0,"","","YER, Human","","","",""," Leatherworking - Dragonscale",0,0,"Lederverarbeitung - Drachenschuppen","<EFBFBD>嗥铜 - 樴䠷<E6A8B4>","<EFBFBD>郋迠迮赲郇邽<EFBFBD><EFBFBD><EFBFBD>赲郋: 虴迮<E899B4><E8BFAE><EFBFBD> <20><>訄郕郋郇訄","Peleter穩a - Escama de Drag籀n","Couraria - Escama de Drag瓊o",4128894,"",0,0,"","","","","",4128876
"o",0,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294960796,0,"","","LAYER, Human","","","","","Bloodsail Buccaneers",0,0,"Blutsegelbukaniere","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>郋赲訄赲郋迣郋 <20><EFBFBD><E8A884><EFBFBD>","Bucaneros Velasangre","Bucaneiros da Vela Sangrenta",8323198,"These bloodthirsty corsairs are the bane of many a merchant in the high seas. Sworn enemies of Booty Bay.",0,0,"Diese blutr羹nstigen Korsaren sind der Fluch vieler H瓣ndler auf hoher See. Sie sind erkl瓣rte Feinde von Beutebucht.","<EFBFBD>蝢文<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>霈詨<EFBFBD><EFBFBD>祆絲<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>蟡詻<EFBFBD><EFBFBD><EFBFBD>摰脲絲皝曄<EFBFBD>甇餅<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋赲郋迠訄迡郇<EFBFBD>迮 郈邽<E98388><EFBFBD><E8A884>, 邽郱赲迮<E8B5B2><E8BFAE><EFBFBD>迮 赲<>迮邾 郕訄郈邽<E98388>訄郇訄邾 <20><EFBFBD>迣郋赲<E9838B><E8B5B2> 郕郋<E98395>訄訇郅迮邿. <20>訄郕郅<E98395><E98385><EFBFBD>迮 赲<>訄迣邽 迠邽<E8BFA0>迮郅迮邿 <20><EFBFBD><EFBFBD><E8A884>郕郋邿 <20><><EFBFBD><EFBFBD><EFBFBD>.","Estos corsarios sedientos de sangre son la perdici籀n de muchos mercaderes en los mares del sur. Enemigos jurados de Bah穩a del Bot穩n.","Esses cors獺rios sedentos de sangue s瓊o o flagelo de muitos mercadores nos mares altos. Inimigos sworn de Angra do Butim.",4128894
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Blackfathom",0,0,"Blackfathom","暺烐<EFBFBD>瘛望<EFBFBD>","<EFBFBD>迮郈<EFBFBD>郋迣郅<EFBFBD>迡郇訄<EFBFBD> <20><><EFBFBD>邽郇訄","Brazanegra","Profundezas Negras",8323198,"",0,0,"","","","","",4128876
"JOGADOR, Humano",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Makrura",0,0,"Makrura","樴躰蓡鈭<EFBFBD>","<EFBFBD>訄郕<EFBFBD><EFBFBD><EFBFBD>","Makrura","Makrura",8323198,"",0,0,"","","","","",4128876
"OGADOR, Humano",4294967295,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,4294960796,4294925296,"","","","","","","","Kolkar Clan Centaur",0,0,"Zentauren des Kolkar-Klans","蝘穃㨃撠𥪜<EFBFBD>鈭粹帕","<EFBFBD>迮郇<EFBFBD>訄赲<EFBFBD>: <20>郋郅郕訄<E98395>","Clan Centauro Kolkar","Cl瓊 dos Centauros Kolkar",4128894,"",0,0,"","","","","",4128876
"GADOR, Humano",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294960796,0,"","","","","","","","Galak Clan Centaur",0,0,"Zentauren des Galak-Klans","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭粹帕","<EFBFBD>迮郇<EFBFBD>訄赲<EFBFBD>: <20>訄郅訄郕","Clan Centauro Galak","Cl瓊 dos Centauros Galak",4128894,"",0,0,"","","","","",4128876
"ADOR, Humano",2,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,2000,0,"","","LAYER, Human","","","","","Gelkis Clan Centaur",0,0,"Zentauren des Gelkis Klans","<EFBFBD><EFBFBD><EFBFBD>㗇鱻<EFBFBD>𠹺犖撽<EFBFBD>","<EFBFBD>迮郇<EFBFBD>訄赲<EFBFBD><EFBFBD> 邽郱 <20>郅迮邾迮郇邽 <20>迮郅郕邽<E98395>","Centauros del Clan Gelkis","Cl瓊 dos Centauros Gelkis",4128894,"These centaur have made their home in the southern region of Desolace. Mortal enemies of the Magram Centaur.",0,0,"Diese Zentauren haben sich im s羹dlichen Teil von Desolace niedergelassen. Sie sind Todfeinde der Magram Zentauren.","<EFBFBD>蝢文<EFBFBD>雿誩銁<EFBFBD><EFBFBD><EFBFBD>銋见𧑐<EFBFBD>埈䲮<EFBFBD><EFBFBD><EFBFBD>鈭粹帕嚗𣬚<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭粹帕<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋 郈郅迮邾<E8BFAE> 郕迮郇<E8BFAE>訄赲<E8A884>郋赲 郋訇郋<E8A887>郇郋赲訄郅郋<E98385><E9838B><20>迠郇郋邿 <20><EFBFBD><E8A884><20><><EFBFBD><EFBFBD><EFBFBD>迮邿. <20>訄郕郅<E98395><E98385><EFBFBD>迮 赲<>訄迣邽 郈郅迮邾迮郇邽 <20>訄迣<E8A884>訄邾.","Estos centauros han hecho su hogar en la regi籀n sur de Desolace. Enemigos mortales de los Centauros Magram.","Esses centauros fizeram sua casa na regi瓊o sul de Desola癟瓊o. Inimigos mortais dos Centauros Magram.",4128894
"DOR, Humano",3,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,2000,0,"","","LAYER, Human","","","","","Magram Clan Centaur",0,0,"Zentauren des Magram Klans","<EFBFBD>𥟇聢<EFBFBD><EFBFBD><EFBFBD>𠹺犖撽<EFBFBD>","<EFBFBD>迮郇<EFBFBD>訄赲<EFBFBD><EFBFBD> 邽郱 <20>郅迮邾迮郇邽 <20>訄迣<E8A884>訄邾","Centauros del Clan Magram","Cl瓊 dos Centauros Magram",4128894,"These centaur have made their home in the eastern region of Desolace. Mortal enemies of the Gelkis Centaur.",0,0,"Diese Zentauren haben sich im 繹stlichen Teil von Desolace niedergelassen. Sie sind Todfeinde der Gelkis Zentauren.","<EFBFBD>蝢文<EFBFBD>雿誩銁<EFBFBD><EFBFBD><EFBFBD>銋见𧑐銝𣈯<EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭粹帕嚗<EFBFBD><EFBFBD>撠𥪜<EFBFBD><EFBFBD><EFBFBD>鈭粹帕<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋 郈郅迮邾<E8BFAE> 郕迮郇<E8BFAE>訄赲<E8A884>郋赲 郋訇郋<E8A887>郇郋赲訄郅郋<E98385><E9838B> 赲 赲郋<E8B5B2><E9838B><EFBFBD>郇郋邿 <20><EFBFBD><E8A884><20><><EFBFBD><EFBFBD><EFBFBD>迮邿. <20>訄郕郅<E98395><E98385><EFBFBD>迮 赲<>訄迣邽 郈郅迮邾迮郇邽 <20>迮郅郕邽<E98395>.","Estos centauros han hecho su hogar en la regi籀n este de Desolace. Enemigos mortales de los Centauros Gelkis.","Esses centauros fizeram sua casa na regi瓊o oriental de Desola癟瓊o. Inimigos mortais dos Centauros Gelkis.",4128894
"OR, Humano",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Maraudine Clan Centaur",0,0,"Zentauren des Maraudinen-Klans","<EFBFBD>𥟇<EFBFBD>餈芸<EFBFBD>鈭粹帕","<EFBFBD>迮郇<EFBFBD>訄赲<EFBFBD>: <20><EFBFBD>郋迡邽郇","Clan Centauro Maraudine","Cl瓊 dos Centauros Maraudine",8323198,"",0,0,"","","","","",4128876
"YER, Orc",56,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,3300,4294958796,"","","PIELER, Mensch","LAYER, Human","","","","Theramore",0,0,"Theramore","憛墧<EFBFBD><EFBFBD><EFBFBD>","苠迮<EFBFBD>訄邾郋<EFBFBD>","Theramore","Theramore",4128894,"Theramore Isle was settled by Jaina Proudmoore and the refugees who fled from Lordaeron and its neighboring kingdoms. Following the Battle at Mount Hyjal, Theramore has maintained cordial ties with the Horde and sought peace. ",0,0,"Die Insel Theramore wurde von Jaina Prachtmeer und Fl羹chtlingen gegr羹ndet, die aus Lordaeron und den umliegenden K繹nigreichen flohen. Nach der Schlacht am Hyjal pflegt Theramore freundschaftliche Beziehungen zur Horde und strebt nach Frieden.","憛墧<EFBFBD><EFBFBD><EFBFBD><EFBFBD>舐眏<EFBFBD><EFBFBD>憡襃瑟芦蝵堒噸<EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭偦<EFBFBD><EFBFBD>氖瘣𥕢號隡血<EFBFBD><EFBFBD>嗅𪂹颲寧<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>撱箇<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銁瘚瑕<EFBFBD>撠𥪜控銋𧢲<EFBFBD><EFBFBD>𠬍<EFBFBD>憛墧<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>刻氜靽脲<EFBFBD><EFBFBD>见末<EFBFBD>喟頂撟嗅粉瘙<EFBFBD><EFBFBD>撟喋<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>郋赲 苠迮<E88BA0>訄邾郋<E982BE><>郅 郋<>郇郋赲訄郇 <20>迠訄邿郇郋邿 <20><><EFBFBD>迡邾<E8BFA1><E982BE> 邽 訇迮迠迮郇<E8BFAE>訄邾邽, <20>郈訄<E98388><E8A884>邽邾邽<E982BE><E982BD> 邽郱 <20><EFBFBD>迡迮<E8BFA1>郋郇訄 邽 <20><EFBFBD>迮迡郇邽<E98387> 郕郋<E98395>郋郅迮赲<E8BFAE><E8B5B2>赲. <20><EFBFBD>郅迮 訇邽<E8A887><EFBFBD> 郇訄 迣郋<E8BFA3>迮 苭邽迡迠訄郅 苠迮<E88BA0>訄邾郋<E982BE> 郈郋迡迡迮<E8BFA1>迠邽赲訄迮<E8A884><><E8BFA1>迠迮<E8BFA0><E8BFAE>赲迮郇郇<E98387>迮 郋<>郇郋<E98387>迮郇邽<E98387> <20> <20><>迡郋邿 邽 <20><><EFBFBD>迮邾邽<E982BE><E982BD><EFBFBD> 郕 邾邽<E982BE><E982BD>.","La Isla de Theramore fue fundada por Jaina Valiente y los refugiados que huyeron de Lordaeron y sus reinos vecinos. Tras la Batalla en la Monta簽a Hyjal, Theramore ha mantenido lazos cordiales con la Horda y ha buscado la paz.","A Ilha de Theramore foi estabelecida por Jaina Proudmoore e os refugiados que fugiram de Lordaeron e dos reinos vizinhos. Ap籀s a Batalha no Monte Hyjal, Theramore manteve la癟os cordiais com a Horda e buscou a paz.",4128876
"ER, Orc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Quilboar, Razorfen",0,0,"Quillboar - Klingenm瓣hnen","<EFBFBD><EFBFBD><EFBFBD>瘝潭魚<EFBFBD>𡒊㻛鈭<EFBFBD>","苤赲邽郇郋訇<EFBFBD>訄郱: <20>迣郅郋<E98385><EFBFBD><E98395><EFBFBD>","Jabaesp穩n, Rajacieno","Javatusco, Cortacharco",8323198,"",0,0,"","","","","",4128876
"R, Orc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Quilboar, Razormane 2",0,0,"Quillboar - Stachelk瓣mme 2","<EFBFBD><EFBFBD><EFBFBD>𡒊㻛鈭<EFBFBD>","苤赲邽郇郋訇<EFBFBD>訄郱: <20>迣郅郋迣<E9838B>邽赲<E982BD>","Jabaesp穩n, Crines de Acero 2","Javatusco, Crinavalha 2",4128894,"",0,0,"","","","","",4128876
", Orc",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Quilboar, Deathshead",0,0,"Quillboar - Todeskopf","鈭⊿<EFBFBD><EFBFBD>𡒊㻛鈭<EFBFBD>","苤赲邽郇郋訇<EFBFBD>訄郱: <20><EFBFBD><E8BFAE>赲訄<E8B5B2> <20>郋郅郋赲訄","Cabeza de Muerte","Javatusco, Pontafatal",8323198,"",0,0,"","","","","",4128876
"c",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Enemy",0,0,"Feind","<EFBFBD>䔶犖","<EFBFBD><EFBFBD><EFBFBD>邽赲郇邽郕","Enemigo","Inimigo",8323198,"",0,0,"","","","","",4128876
"𤋉㘵𩿞<EFBFBD>, <20><>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Ambient",0,0,"Umgebung","撠誩𢆡<EFBFBD><EFBFBD>","苳訄<EFBFBD>郇訄","Ambiente","Ambiente",8323198,"",0,0,"","","","","",4128876
"DOR, Orco",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Nethergarde Caravan",0,0,"Karawane von Nethergarde","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>訄赲訄郇 苤<><E88BA4>訄迠迮邿 <20><><EFBFBD><EFBFBD><EFBFBD><E9838B>","Caravana de Etergarde","Caravana de Etergarde",8323198,"",0,0,"","","","","",4128876
"OR, Orco",10,", Gnomo","<EFBFBD>","","","","",0,0,500,3500,"",""," Human","","","","","Steamwheedle Cartel",0,0,"Dampfdruckkartell","<EFBFBD><EFBFBD>𣪧","<EFBFBD><EFBFBD><EFBFBD>迮郅<EFBFBD> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽","C獺rtel Bonvapor","Cartel Bondebico",4128894,"",0,0,"","","","","",4128876
"co",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Alliance Affiliates",0,0,"Allianz-Angeh繹rige","<EFBFBD>𠉛<EFBFBD>","苳邽郅邽訄郅<EFBFBD> <20><EFBFBD><E98385><EFBFBD>","Afiliados de la Alianza","Afiliados <20> Alian癟a",8323198,"",0,0,"Einzelne Wesen, Gruppen und Siedlungen, die mit der Allianz verb羹ndet sind.","銝舘<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝芯犖<EFBFBD><EFBFBD>𣪧<EFBFBD><EFBFBD>摰𡁜<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迡迮郅<EFBFBD><EFBFBD>迮 郅邽<E98385>訄, 迣<><E8BFA3>郈郈<E98388> 邽 郈郋<E98388>迮郅迮郇邽<E98387>, <20><EFBFBD>郱訄郇郇<E98387><20> <20><EFBFBD><E98385><EFBFBD>郋邾.","Individuos, grupos y asentamientos afiliados a la Alianza.","Indiv穩duos, grupos e assentamentos afiliados <20> Alian癟a.",4128876
"ELER, Zwerg",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Nethergarde",0,0,"Nethergarde","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迮郈郋<EFBFBD><EFBFBD><EFBFBD><><E88BA4>訄迠迮邿 <20><><EFBFBD><EFBFBD><EFBFBD><E9838B>","Etergarde","Etergarde",8323198,"",0,0,"","","","","",4128876
"焵摰<EFBFBD>)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Wailing Caverns",0,0,"H繹hlen des Wehklagens","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><>迮郇訄郇邽邿","Cuevas de los Lamentos","Caverna Ululante",8323198,"",0,0,"","","","","",4128876
"秴紹憾<EFBFBD><EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Silithid",0,0,"Silithiden","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","苤邽郅邽<EFBFBD>邽迡<EFBFBD>","Sil穩tidos","Silit穩deo",4128894,"",0,0,"","","","","",4128876
"nano",57,"DOR, Humano",", Undead","muerto","","","",0,0,2500,4294925296,"教解<EFBFBD>菩鉼<EFBFBD> 虴迮<E899B4>迮郈郋赲","","IELER, Mensch","LAYER, Human","IELER, Mensch","","拙振)","Silvermoon Remnant",0,0,"<EFBFBD>berreste von Silbermond","<EFBFBD><EFBFBD>撟詨<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><20><>郇郋<E98387>赲迮<E8B5B2>","Lunargenta Despogiz","Remanescentes de Luaprata",4128894,"The remaining high elves are reeling from the loss of their homeland and the Sunwell. They have rallied behind the Alliance as their people struggle to survive.",0,0,"Die verbliebenen Hochelfen ringen mit dem Verlust ihrer Heimat und des Sonnenbrunnens. In ihrer Not haben sie sich der Allianz angeschlossen.","餈嗘<EFBFBD>畾见<EFBFBD><EFBFBD><EFBFBD><EFBFBD>蝑厩移<EFBFBD><EFBFBD>隞滚銁憭勗縧摰嗅𤋮銝𤾸云<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>璆帋葉<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>隞𠺪<EFBFBD>隞碶賑<EFBFBD><EFBFBD><EFBFBD>鈭舘<EFBFBD><EFBFBD>罸瑣銝页<EFBFBD><EFBFBD>芯蛹瘙<EFBFBD><EFBFBD><EFBFBD>讐黎<EFBFBD><EFBFBD><EFBFBD>蝏准<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>訄赲<EFBFBD>邽迮<EFBFBD><EFBFBD><><E8B5B2><EFBFBD>邽迮 <20><EFBFBD><E98385><EFBFBD> 郈迮<E98388>迮迠邽赲訄<E8B5B2><E8A884> 郈郋<E98388><EFBFBD><E8BFAE> <20>赲郋迮邿 <20>郋迡邽郇<E982BD> 邽 苤郋郅郇迮<E98387>郇郋迣郋 <20>郋郅郋迡<E9838B>訄. <20>郇邽 郋訇<E9838B>迮迡邽郇邽郅邽<E98385><E982BD> 赲郋郕<E9838B><E98395><20><EFBFBD><E98385><EFBFBD>訄, 赲 <20>郋 赲<>迮邾<E8BFAE> 郕訄郕 邽<> 郇訄<E98387>郋迡 訇郋<E8A887><EFBFBD><E8BFAE><EFBFBD> 郱訄 赲<>迠邽赲訄郇邽迮.","Los altos elfos restantes se recuperan de la p矇rdida de su hogar y el Solsticio. Se han alineado con la Alianza mientras su pueblo lucha por sobrevivir.","Os altos elfos remanescentes est瓊o se recuperando da perda de sua terra natal e do Po癟o do Sol. Eles se uniram <20> Alian癟a enquanto seu povo luta para sobreviver.",4128876
"ano",51,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","PIELER, Mensch","","","","","Zandalar Tribe",0,0,"Stamm der Zandalar","韏噼噢<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郅迮邾<EFBFBD> <20>訄郇迡訄郅訄<E98385>","Tribu Zandalar","Tribo Zandalar",4128894,"These trolls have come to Yojamba Isle in an effort to recruit help against the resurrected Blood God and his Atal'ai Priests in Zul'Gurub.",0,0,"Diese Trolle sind zur Insel Yojamba gereist, um Unterst羹tzung gegen den wiedererweckten Bluttitan und seine Atal'ai-Priester in Zul'Gurub zu gewinnen.","餈嗘<EFBFBD>撌券<EFBFBD>餈𨀣腹<EFBFBD>喳陘鈭𡁜<EFBFBD>撌游<EFBFBD><EFBFBD>蘨銝箏粉瘙<EFBFBD><EFBFBD>见笆<EFBFBD><EFBFBD>撠娍聢<EFBFBD><EFBFBD>銝剖<EFBFBD><EFBFBD><EFBFBD><EFBFBD>蟡𧼮<EFBFBD><EFBFBD><EFBFBD><EFBFBD>園燵憛磰𡟹蟡剖虬隞研<EFBFBD><EFBFBD>","<EFBFBD><20><>郋郅郅邽 郈<>邽訇<E982BD>郅邽 郇訄 郋<><E9838B><EFBFBD>郋赲 <20>郋迡迠訄邾訇訄 赲 郈郋邽<E9838B>郕訄<E98395> 郈郋邾郋<E982BE>邽 迡郅<E8BFA1> 訇郋<E8A887><E9838B><EFBFBD> <20> 赲郋<E8B5B2><EFBFBD><EFBFBD><E8BFAE>邽邾 <20><>郋赲訄赲<E8A884><20>郋迣郋邾 邽 迮迣郋 <20><><EFBFBD>訄邾邽-<2D><>訄郅'訄<>邾邽 赲 <20><>郅'<27><><EFBFBD><EFBFBD>訇迮.","Estos trolls han llegado a la Isla Yojamba en un esfuerzo por reclutar ayuda contra el resucitado Dios de Sangre y sus sacerdotes Atal'ai en Zul'Gurub.","Esses trolls chegaram <20> Ilha Yojamba em uma tentativa de recrutar ajuda contra o Deus Sangrento ressuscitado e seus Sacerdotes Atal'ai em Zul'Gurub.",4128894
"PLAYER, Night Elf",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","YER, Human","","","",""," Blacksmithing - Weaponsmithing",0,0,"Schmiedekunst - Waffenschmiedekunst","<EFBFBD><EFBFBD><EFBFBD>- 甇血膥<E8A180><EFBFBD><E9A781>","<EFBFBD><EFBFBD>郱郇迮<EFBFBD>郇郋迮 迡迮郅郋: <20>郋赲郕訄 <20><><EFBFBD>迠邽<E8BFA0>","Herrer穩a - Forjador de Armas","Ferraria - Ferreiro de Armas",4128894,"",0,0,"","","","","",4128876
"IELER, Nachtelf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Scorpid",0,0,"Skorpid","<EFBFBD>𤾸<EFBFBD>","苤郕郋<EFBFBD>郈邽迡","Esc籀rpido","Escorp穩deo",4128894,"",0,0,"","","","","",4128876
"ELER, Nachtelf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Bat",0,0,"Wildtier - Fledermaus","<EFBFBD>𤾸<EFBFBD> - <20><EFBFBD>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20><EFBFBD><E8BFAE><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>","Bestia: Murci矇lago","Fera - Morcego",4128894,"",0,0,"","","","","",4128876
"LER, Nachtelf",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Titan",0,0,"Titan","瘜啣繿","苠邽<EFBFBD>訄郇","Tit獺n","Tit瓊",4128894,"",0,0,"","","","","",4128876
"<EFBFBD>蝎曄<EFBFBD>(<28>拙振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Taskmaster Fizzule",0,0,"Taskmaster Fizzule","撌亙仍韐寡<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄迡<EFBFBD>邾郋<EFBFBD><EFBFBD><EFBFBD>邽郕 苳邽郱郱<E983B1>","Capataz Fizzule","Capataz Arruela",4128894,"",0,0,"","","","","",4128876
"𤋉㘵𩿞<EFBFBD>, <20><EFBFBD>郇郋邿 衪郅<E8A1AA><E98385>",5,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","","","","","","Ravenholdt",0,0,"Rabenholdt","<EFBFBD><EFBFBD><EFBFBD>滚噸","虴迮<EFBFBD><EFBFBD><20><EFBFBD>郋郇","Ravenholdt","Corvoforte",4128894,"This guild of thieves and assassins welcomes only those of extraordinary prowess into its fold. Sworn rivals of the Syndicate.",0,0,"Diese Diebes- und Assassinen-Gilde nimmt nur au<61>ergew繹hnlich f瓣hige Mitglieder in ihre Reihen auf. Erbitterte Rivalen des Syndikats.","餈嗘葵<EFBFBD><EFBFBD>韐潔<EFBFBD><EFBFBD>箏恥蝏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>隡𡁜蘨甈<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>箄𠧧摰𧼮<EFBFBD><EFBFBD><EFBFBD>犖餈𥕦<EFBFBD>隞碶賑<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>隞砌<EFBFBD><EFBFBD><EFBFBD>餈芸<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD> <20><><EFBFBD> 迣邽郅<E982BD>迡邽<E8BFA1> 赲郋<E8B5B2>郋赲 邽 <20>訇邽邿<E982BD><>邽郇邽邾訄<E982BE><E8A884> <20>郋郅<E9838B>郕郋 郇訄<E98387><E8A884><EFBFBD><E9838B><EFBFBD> 邾訄<E982BE><E8A884><EFBFBD>郋赲 <20>赲郋迮迣郋 迡迮郅訄. <20>訄郕郅<E98395><E98385><EFBFBD>迮 赲<>訄迣邽 苤邽郇迡邽郕訄<E98395>訄.","Este gremio de ladrones y asesinos solo acoge a aquellos de extraordinarias habilidades. Rivales jurados del Sindicato.","Esta guilda de ladr繭es e assassinos aceita apenas aqueles de habilidades extraordin獺rias em suas fileiras. Inimigos jurados da Camarilha.",4128894
"<EFBFBD> 衪郅<E8A1AA><E98385>",7,", Gnomo","<EFBFBD>","","","","",0,0,500,3500,"","","","","","","OR, Orco","Gadgetzan",0,0,"Gadgetzan","<EFBFBD>惩抅璉<EFBFBD>","<EFBFBD><EFBFBD>邽訇訄邾訇訄<EFBFBD><EFBFBD>","Gadgetzan","Geringontzan",4128894,"Capital of the Steamwheedle Cartel and home to goblinhood's finest engineers, alchemists and merchants.",0,0,"Die Hauptstadt des Dampfd羹senkartells und Heimat der besten Ingenieure, Alchemisten und H瓣ndler der Goblins.","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>𣪧<EFBFBD><EFBFBD><EFBFBD>摨頣<EFBFBD>霂詨<EFBFBD>隡条<EFBFBD><EFBFBD>啁移<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭箇<EFBFBD>摰嗡飽<EFBFBD><EFBFBD>","<EFBFBD>郋郅邽<EFBFBD>訄 郕訄<E98395><E8A884>迮郅<E8BFAE> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽, 郇訄<E98387>迮郅迮郇郇訄<E98387><><E98385><EFBFBD>邽邾邽 邽郇迠迮郇迮<E98387>訄邾邽, 訄郅<E8A884>邽邾邽郕訄邾邽 邽 <20><EFBFBD>迣郋赲<E9838B>訄邾邽 郇訄<E98387>郋迡訄 迣郋訇郅邽郇郋赲.","Capital del C獺rtel Bonvapor y hogar de los mejores ingenieros, alquimistas y comerciantes de los goblins.","Capital do Cartel Bondebico e lar dos melhores engenheiros, alquimistas e mercadores goblins.",4128894
"Elfo de la Noche",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gnomeregan Bug",0,0,"K瓣fer von Gnomeregan","霂箄緒<EFBFBD>墧覔<EFBFBD><EFBFBD>","<EFBFBD>郇郋邾<EFBFBD>迮迣訄郇<EFBFBD>郕邽邿 <20><>","Bicho de Gnomeregan","Inseto de Gnomeregan",4128894,"",0,0,"","","","","",4128876
"ADOR, Elfo Noturno",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Harpy",0,0,"Harpyie","暽啗澈鈭<EFBFBD>","<EFBFBD><EFBFBD>郈邽<EFBFBD>","Arp穩a","Harpia",4128894,"",0,0,"","","","","",4128876
"LAYER, Undead",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Burning Blade",0,0,"Brennende Klinge","<EFBFBD><EFBFBD>瘞𤩺<EFBFBD>","<EFBFBD><EFBFBD>郅訄<EFBFBD><EFBFBD>邽邿 <20>郅邽郇郋郕","Filo Ardiente","L璽mina Ardente",4128894,"",0,0,"","","","","",4128876
"R, Untoter",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Shadowsilk Poacher",0,0,"Schattenseiden-Wilderer","<EFBFBD>堒蔣<EFBFBD>𥕢<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>訄郕郋郇<EFBFBD><EFBFBD> 苠迮郇迮<E98387>迮郅郕訄","Furtivo Sedaumbr穩a","Lar獺pio de Sedanera",4128894,"",0,0,"","","","","",4128876
", Untoter",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Searing Spider",0,0,"Sengende Spinne","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄赲郋赲<EFBFBD><20><EFBFBD>","Ara簽a Abrasadora","Aranha Ardente",4128894,"",0,0,"","","","","",4128876
"拙振)",11,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,3300,4294925296,"","","Human","","","","","Alliance",0,0,"Allianz","<EFBFBD>𠉛<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","Alianza","Alian癟a",4128894,"",0,0,"","","","","",4128876
"<EFBFBD>)",9,", Gnomo","<EFBFBD>","","","","",0,0,500,3500,"","","","","","","OR, Orco","Ratchet",0,0,"Ratchet","璉㗛蝙<EFBFBD><EFBFBD>","<EFBFBD>訄訇迮<EFBFBD><EFBFBD>訄郇","Trinquete","Vila Catraca",4128894,"Part of the Steamwheedle Cartel, this goblin city provides a neutral haven for those that wish to trade goods and services in the Barrens.",0,0,"Als Teil des Dampfd羹senkartells bietet diese Goblinstadt in Brachland eine neutrale Zuflucht f羹r den freien Handel.","<EFBFBD><EFBFBD>𣪧<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>餈坔漣<EFBFBD>啁移<EFBFBD>𤾸<EFBFBD>蝏躰捂憭𡁜<EFBFBD><EFBFBD>𥕦銁韐怎<EFBFBD>銋见𧑐<EFBFBD>𡁶<EFBFBD><EFBFBD><EFBFBD>鈭箸<EFBFBD>靘𥕢<EFBFBD><EFBFBD>銝芸<EFBFBD><EFBFBD><EFBFBD>銝剔<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD> 迣郋訇郅邽郇<E982BD>郕邽邿 迣郋<E8BFA3>郋迡 赲<>郋迡邽<E8BFA1> 赲 郕訄<E98395><E8A884>迮郅<E8BFAE> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽 邽 <20>迠迮 邾郇郋迣郋 郅迮<E98385><>迮迡郋<E8BFA1><E9838B>訄赲郅<E8B5B2><EFBFBD> <20>訇迮迠邽<E8BFA0><20><EFBFBD>迣郋赲<E9838B>訄邾 苤<>迮郈迮邿.","Parte del C獺rtel Bonvapor, est獺 ciudad goblin ofrece un refugio neutral para aquellos que deseen comerciar bienes y servicios en Los Bald穩os.","Parte do Cartel Bondebico, esta cidade goblin oferece um ref繳gio neutro para aqueles que desejam negociar bens e servi癟os nas Estepes.",4128894
"振)",8,"振)",", Undead","YER, Human","","","",0,0,150,4294925296,"JUGADOR, No-muerto","","PIELER, Mensch","LAYER, Human","","","","Wildhammer Clan",0,0,"Wildhammer-Klan","<EFBFBD>桅𤧅<EFBFBD><EFBFBD>","<EFBFBD>郅訄郇 <20><>郋邾郋赲郋迣郋 <20>郋郅郋<E98385>","Clan Martillo Salvaje","Cl瓊 Martelo Feroz",4128894,"Though not a part of the Alliance, the dwarves of Aerie Peak have opened their doors to it and hold the Horde as enemies.",0,0,"Obwohl sie nicht zur Allianz geh繹ren, haben die Zwerge von Nistgipfel ihre Tore ge繹ffnet und sehen die Horde als Feind.","撠賜恣撟園<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>隞賢<EFBFBD>嚗䔶<EFBFBD>暽啣楷撅梁<EFBFBD><EFBFBD>桐犖餈䀹糓撠<EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝箔<EFBFBD>隞祉<EFBFBD><EFBFBD><EFBFBD><EFBFBD>僎銝𡡞<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭斗<EFBFBD><EFBFBD>喟頂<EFBFBD><EFBFBD>","苭郋<EFBFBD><EFBFBD> 迡赲郋<E8B5B2><E9838B><EFBFBD> <20>訄郋訇郅訄<E98385>郇郋迣郋 <20>邽郕訄 邽 郇迮 <20>赲郅<E8B5B2><E98385><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD><E8A884><EFBFBD><EFBFBD> <20><EFBFBD><E98385><EFBFBD>訄, 郋郇邽 郋<><EFBFBD><E98395>郅邽 迮邾<E8BFAE> <20>赲郋邽 迡赲迮<E8B5B2>邽 邽 郋<>郇郋<E98387><E9838B><EFBFBD><EFBFBD><EFBFBD><20><>迡迮 郕訄郕 郕 赲<>訄迣訄邾.","Aunque no son parte de la Alianza, los enanos de Pico Nidal han abierto sus puertas a ella y consideran a la Horda como enemigos.","Embora n瓊o fa癟a parte da Alian癟a, os an繭es de Ninho da <20>guia abriram suas portas para ela e consideram a Horda como inimiga.",4128894
"迮迠邽<EFBFBD><EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Goblin, Dark Iron Bar Patron",0,0,"Goblin - Dunkeleisenzwerg-Kneipengast","暺煾<EFBFBD><EFBFBD>鍦嫃<EFBFBD>啁移<EFBFBD><EFBFBD>","<EFBFBD>郋訇郅邽郇: <20>訄赲<E8A884>迮迣迡訄<E8BFA1>訄邿 <20><EFBFBD>訄 虴迮<E899B4>郇郋迣郋 <20>迮郅迮郱訄","Goblin, Due簽o de Bar Hierro Negro","Goblin, Cliente do Bar Ferro Negro",4128894,"",0,0,"","","","","",4128876
"No-muerto",53,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,0,4294925296,"","","PIELER, Mensch","LAYER, Human","","","ster","The League of Arathor",0,0,"Die Liga von Arathor","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>邽迣訄 <20><><EFBFBD><EFBFBD>","Liga de Arathor","A Liga de Arathor",4128894,"The League of Arathor seeks to reclaim lost land of Arathi Basin for their benefactors in Stormwind.",0,0,"Der Bund von Arathor will das verlorene Land des Arathibeckens im Namen seiner G繹nner in Sturmwind zur羹ckerobern.","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>𥟇迤霂訫㦛銝箸𠂔憌𤾸<EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭箔賑憭箏<EFBFBD><EFBFBD><EFBFBD>撣𣬚<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>邽迣訄 <20><><EFBFBD><EFBFBD><20><><EFBFBD>迮邾邽<E982BE><E982BD><EFBFBD> 赲迮<E8B5B2><EFBFBD><E98387><EFBFBD> <20><><EFBFBD><EFBFBD>迮郇郇<E98387>迮 郱迮邾郅邽 <20><EFBFBD><E8A884>迮邿郇訄 <20><><EFBFBD><20>赲郋邽邾 訇郅訄迣郋迡迮<E8BFA1>迮郅<E8BFAE>邾 赲 虼<><EFBFBD>邾迣<E982BE>訄迡迮.","La Liga de Arathor busca reclamar tierras perdidas en la Cuenca de Arathi para sus benefactores en Ventormenta.","A Liga de Arathor busca recuperar as terras perdidas da Bacia de Arathi para seus benfeitores em Ventobravo.",4128894
"o-muerto",52,", Undead","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","","","","",0,0,0,4294925296,"","","PIELER, Mensch","LAYER, Human","","","ter","The Defilers",0,0,"Die Entweihten","瘙⊥<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郕赲迮<EFBFBD>郇邽<EFBFBD>迮郅邽","Los Rapi簽adores","Os Profanadores",4128894,"The Defilers seek to claim Arathi Basin's valuable resources for the Horde.",0,0,"Die Entweihten wollen die wertvollen Ressourcen des Arathibeckens f羹r die Horde sichern.","瘙⊥<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>曆蛹<EFBFBD>刻氜憭箏<EFBFBD><EFBFBD><EFBFBD>撣𣬚<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郕赲迮<EFBFBD>郇邽<EFBFBD>迮郅邽 <20><><EFBFBD>迮邾<E8BFAE><E982BE><EFBFBD><EFBFBD> 郱訄赲郅訄迡迮<E8BFA1><E8BFAE> <20>迮郇郇<E98387>邾邽 <20><EFBFBD><E8BFAE><EFBFBD><EFBFBD>訄邾邽 <20><EFBFBD><E8A884>迮邿郇訄 <20><><EFBFBD>邽 迡郅<E8BFA1> <20><><EFBFBD>.","Los Profanadores buscan reclamar los valiosos recursos de la Cuenca de Arathi para la Horda.","Os Profanadores buscam reivindicar os valiosos recursos da Bacia de Arathi para a Horda.",4128894
"-muerto",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Giant",0,0,"Riese","撌其犖","<EFBFBD>迮郅邽郕訄郇","Gigante","Gigante",4128894,"",0,0,"","","","","",4128876
"瓊o-morto",13,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,200,0,"","","","","","","","Argent Dawn",0,0,"Argentumd瓣mmerung","<EFBFBD>嗉𠧧暺擧<EFBFBD>","苤迮<EFBFBD>迮訇<EFBFBD><EFBFBD><EFBFBD><20><EFBFBD><E8A884>赲迮<E8B5B2>","El Alba Argenta","Aurora Arg礙ntea",4128894,"An organization focused on protecting Azeroth from the threat of the Scourge. Strongholds of the Argent Dawn can be found in the Eastern and Western Plaguelands.",0,0,"Eine Organisation, die sich dem Schutz Azeroths vor der Gei<65>el verschrieben hat. St羹tzpunkte der Argentumd瓣mmerung finden sich in den 繹stlichen und westlichen Pestl瓣ndern.","<EFBFBD>銝芾稲<EFBFBD>𥕢<EFBFBD>隞𦒘滿<EFBFBD>萄予<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝𧢲墙<EFBFBD>𤏸𪄳瘜賣<EFBFBD><EFBFBD><EFBFBD><EFBFBD>𣬚<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𣂎<EFBFBD><EFBFBD><EFBFBD>𡒊<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝𡏭正<EFBFBD>毺𢥫銋见𧑐<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迣訄郇邽郱訄<EFBFBD><EFBFBD>, <20>郋郱迡訄郇郇訄<E98387> 迡郅<E8BFA1> 郱訄<E983B1><EFBFBD><E982BD> <20>郱迮<E983B1><EFBFBD>訄 郋<> <20>郅迮<E98385>邽. <20><>迮郈郋<E98388><E9838B>邽 苤迮<E88BA4>迮訇<E8BFAE><E8A887>郇郋迣郋 <20><EFBFBD><E8A884>赲迮<E8B5B2>訄 邾郋迠郇郋 郇訄邿<E8A884>邽 赲 <20>訄郈訄迡郇<E8BFA1><E98387><20><EFBFBD><E9838B><EFBFBD><EFBFBD><E98387><>邾郇<E982BE><E98387> <20>迮邾郅<E982BE><E98385>.","Una organizaci籀n centrada en proteger Azeroth de la amenaza de la Plaga. Los bastiones del Alba Argenta se encuentran en las Tierras de la Plaga del Este y Oeste.","Uma organiza癟瓊o focada em proteger Azeroth da amea癟a do Flagelo. Fortalezas da Aurora Arg礙ntea podem ser encontradas nas Terras Pestilentas Orientais e Ocidentais.",4128894
"υ-morto",15,"LAYER, Night Elf","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","PIELER, Mensch","c","","",0,0,3100,4294925296,"JUGADOR, No-muerto","菩銑<EFBFBD> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽 邽 赲迮迡迮<E8BFA1> 赲郋邿郇<E982BF> <20> <20><>郋赲訄赲<E8A884><20><EFBFBD><E8A884><EFBFBD>郋邾.","IELER, Mensch","LAYER, Human","IELER, Mensch","IELER, Mensch","紹菩<EFBFBD>","Darkspear Trolls",0,0,"Dunkelspeertrolle","<EFBFBD><EFBFBD>撌券<EFBFBD>","<EFBFBD>郅迮邾<EFBFBD> 虴迮<E899B4>郇郋迣郋 <20>郋郈<E9838B><E98388>","Trols Lanza Negra","Trolls Lan癟anegra",4128894,"This tribe of exiled trolls has joined forces with Thrall and the Horde. They now call Durotar their home, which they share with their orc allies.",0,0,"Dieser Stamm versto<74>ener Trolle hat sich mit Thrall und der Horde verb羹ndet. Heute nennen sie Durotar ihre Heimat, die sie mit ihren orkischen Verb羹ndeten teilen.","<EFBFBD>蝢方◤<EFBFBD><EFBFBD><EFBFBD>撌券<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>紡銝讠<EFBFBD><EFBFBD>刻氜<EFBFBD><EFBFBD><EFBFBD>隞祉緵<EFBFBD><EFBFBD><EFBFBD>𣈯<EFBFBD>憛𥪜<EFBFBD>敶㮖<EFBFBD><EFBFBD>芸楛<EFBFBD><EFBFBD>鰵摰塚<EFBFBD>撟嗡<EFBFBD><EFBFBD>賭犖<EFBFBD><EFBFBD>隞砌<EFBFBD>韏瑞<EFBFBD>瘣餃銁<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋郅郅邽-邽郱迣郇訄郇郇邽郕邽, 郈<>邽邾郕郇<E98395><EFBFBD>邽迮 郕 苠<>訄郅郅<E98385> 邽 赲<><E8B5B2>訄赲<E8A884>邽迮 郇訄 <20><><EFBFBD>郋郇<E9838B> <20><><EFBFBD>. 苤迮邿<E8BFAE><EFBFBD> 郋郇邽 <20><><EFBFBD><EFBFBD><E8A884> <20>赲郋邽邾 迡郋邾郋邾 <20><><EFBFBD><EFBFBD><EFBFBD>.","Esta tribu de trols exiliados se ha aliado con Thrall y la Horda. Ahora llaman Durotar su hogar, el cual comparten con sus aliados orcos.","Esta tribo de trolls exilados uniu-se a Thrall e <20> Horda. Agora chamam Durotar de lar, que compartilham com seus aliados orcs.",4128894
"o-morto",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Dragonflight, Bronze",0,0,"Drachenschwarm - Bronze","<EFBFBD><EFBFBD>樴坔<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋郇郱郋赲<EFBFBD><20><>訄郕郋郇<E9838B>","Vuelo de Dragones, Bronce","Revoada de Drag繭es, Bronze",4128894,"",0,0,"","","","","",4128876
"-morto",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294960796,0,"","","","","","","","Garbage",0,0,"M羹ll","<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","Basura","Lixo",4128894,"Shit",0,0,"Ger羹mpel","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","Mierda","Merda",4128876
"uren ",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,2999,0,"","","YER, Human","","","",""," Leatherworking - Tribal",0,0,"Lederverarbeitung - Stammeslederverarbeitung","<EFBFBD>嗥铜 - <20>刻氜","<EFBFBD>郋迠迮赲郇邽<EFBFBD><EFBFBD><EFBFBD>赲郋: 苠<>訄迡邽<E8BFA1>邽邽 <20><>迮迡郕郋赲","Peleter穩a - Tribal","Couraria - Tribal",4128894,"",0,0,"","","","","",4128876
"ren ",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,2999,0,"","","YER, Human","","","",""," Engineering - Goblin",0,0,"Ingenieurskunst - Gobliningenieur","撌亦<EFBFBD><EFBFBD> - <20>啁移","<EFBFBD>郇迠迮郇迮<EFBFBD>郇郋迮 <20>迮郅郋: 虼郕郋郅訄 <20>郋訇郅邽郇郋赲","Ingenier穩a: Goblin","Engenharia - Gobl穩nica",4128894,"",0,0,"","","","","",4128876
"en ",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,2999,0,"","","YER, Human","","","",""," Engineering - Gnome",0,0,"Ingenieurskunst - Gnomingenieur","撌亦<EFBFBD><EFBFBD> - 靘誩<E99D98>","<EFBFBD>郇迠迮郇迮<EFBFBD>郇郋迮 <20>迮郅郋: 虼郕郋郅訄 <20>郇郋邾郋赲","Ingenier穩a: Gn籀mica","Engenharia - Gn繫mica",4128894,"",0,0,"","","","","",4128876
"n",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","YER, Human","","","",""," Blacksmithing - Hammersmithing",0,0,"Schmiedekunst - Hammerschmiedekunst","<EFBFBD><EFBFBD><EFBFBD>- <20>斤掩<E696A4><EFBFBD><E9A781>","<EFBFBD><EFBFBD>郱郇迮<EFBFBD>郇郋迮 <20>迮郅郋: <20>郋赲郕訄 <20>郋郅郋<E98385>郋赲","Herrer穩a - Forjador de Martillos","Ferraria - Ferreiro de Martelos",4128894,"",0,0,"","","","","",4128876
"",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","YER, Human","","","",""," Blacksmithing - Axesmithing",0,0,"Schmiedekunst - Axtschmiedekunst","<EFBFBD><EFBFBD><EFBFBD>- <20>抒掩<E68A92><EFBFBD><E9A781>","<EFBFBD><EFBFBD>郱郇迮<EFBFBD>郇郋迮 <20>迮郅郋: <20>郋赲郕訄 苠郋郈郋<E98388>郋赲","Herrer穩a - Forjador de Hachas","Ferraria - Ferreiro de Machados",4128894,"",0,0,"","","","","",4128876
"<EFBFBD>𥕦仍鈭<EFBFBD>(<28>拙振)",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","YER, Human","","","",""," Blacksmithing - Swordsmithing",0,0,"Schmiedekunst - Schwertschmiedekunst","<EFBFBD><EFBFBD><EFBFBD>- <20>𤑳掩<F0A491B3><EFBFBD><E9A781>","<EFBFBD><EFBFBD>郱郇迮<EFBFBD>郇郋迮 <20>迮郅郋: <20>郋赲郕訄 <20><EFBFBD>迮邿","Herrer穩a - Forjador de Espadas","Ferraria - Forjaria de Espadas",4128894,"",0,0,"","","","","",4128876
"<EFBFBD>憭港犖(<28>拙振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Troll, Vilebranch",0,0,"Troll - B繹szweig","<EFBFBD><EFBFBD>撌券<EFBFBD>","<EFBFBD>郋郅郅<EFBFBD>: <20><EFBFBD><EFBFBD>郇訄<E98387> <20><EFBFBD><EFBFBD>","Trol, Vilrama","Troll, Ramatorpe",4128894,"",0,0,"","","","","",4128876
"𥕦仍鈭<EFBFBD>(<28>拙振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Southsea Freebooters",0,0,"S羹dmeer-Freibeuter","<EFBFBD>埈絲瘚瑞<EFBFBD>","苳郅邽訇<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 衩迠郇<E8BFA0><E98387> <20><EFBFBD>迮邿","Filibusteros de los Mares del Sur","Os Flibusteiros dos Mares do Sul",4128894,"",0,0,"","","","","",4128876
"憭港犖(<28>拙振)",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","YER, Human","","","","","Caer Darrow",0,0,"Caer Darrow","<EFBFBD><EFBFBD>颲暸<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD><E8A884><EFBFBD>","Castel Darrow","Caer Darrow",4128894,"",0,0,"","","","","",4128876
"仍鈭<EFBFBD>(<28>拙振)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Furbolg, Uncorrupted",0,0,"Furbolg - Unkorrumpiert","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𦠜<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>訇郋郅迣, <20>迮邽<E8BFAE>郈郋<E98388><E9838B>迮郇郇<E98387>","F繳rbolg, Incorrupto","Pelurso, N瓊o Corrompido",4128894,"",0,0,"","","","","",4128876
"港犖(<28>拙振)",35,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294963796,0,"","","LAYER, Human","","","","","Timbermaw Hold",0,0,"Holzschlundfeste","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迮赲郋訇<EFBFBD><EFBFBD><EFBFBD>","Basti籀n Fauces de Madera","Dom穩nio dos Presamatos",4128894,"As the last uncorrupted furbolg tribe, the Timbermaw seek to preserve their spiritual ways and end the suffering of their brethren.",0,0,"Als letzter unverdorbener Stamm der Furbolgs bem羹hen sich die Holzschlund um den Erhalt ihrer spirituellen Lebensweise und das Ende des Leidens ihrer Br羹der.","雿靝蛹<EFBFBD><EFBFBD><EFBFBD>𦒘<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𦠜<EFBFBD><EFBFBD><EFBFBD>𧶏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𥕢<EFBFBD>靽萘<EFBFBD>隞碶賑<EFBFBD><EFBFBD><EFBFBD><EFBFBD>祉鸌<EFBFBD><EFBFBD>移蟡硺耨銵䔶<EFBFBD><EFBFBD><EFBFBD>撟嗉<EFBFBD><EFBFBD><EFBFBD>蝏枏<EFBFBD>隞𣇉<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𥡝㜃<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迮赲郋訇<EFBFBD><EFBFBD><EFBFBD><20><> 迮迡邽郇<E982BD><E98387>赲迮郇郇郋迮 郈郅迮邾<E8BFAE> <20><><EFBFBD>訇郋郅迣郋赲, <20><>邾迮赲<E8BFAE>迮迮 邽郱訇迮迠訄<E8BFA0><E8A884> <20><EFBFBD><E9838B>邽. <20><>迮迡<E8BFAE><E8BFA1>訄赲邽<E8B5B2>迮郅邽 <20><>郋迣郋 郈郅迮邾迮郇邽 <20><>訄郇<E8A884><E98387> <20><>訄迡邽<E8BFA1>邽邽 <20>赲郋迮迣郋 郇訄<E98387>郋迡訄 邽 <20><><EFBFBD>迮邾<E8BFAE><E982BE><EFBFBD><EFBFBD><>迮郕<E8BFAE><EFBFBD><EFBFBD><E982BD><><E982BE>迮郇邽<E98387> <20>赲郋邽<E9838B><><EFBFBD><E8A884>迮赲.","Como la 繳ltima tribu f繳rbolg no corrompida, Los Faucedraco buscan preservar sus costumbres espirituales y acabar con el sufrimiento de sus hermanos.","Como a 繳ltima tribo de furbolgs n瓊o corrompidos, os Presamatos buscam preservar suas tradi癟繭es espirituais e acabar com o sofrimento de seus irm瓊os.",4128894
"<EFBFBD>(<28>拙振)",28,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,500,0,"","","","","","","OR, Orco","Everlook",0,0,"Ewige Warte","瘞豢<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>迣郋赲郱郋<EFBFBD>","Vista Eterna","Visteterna",4128894,"This trading post is run by the goblins of the Steamwheedle Cartel and it sits in the crossroads of Winterspring's main trade routes.",0,0,"Dieser Handelsposten wird von Goblins des Dampfd羹senkartells betrieben und liegt an den wichtigsten Handelswegen von Winterquell.","<EFBFBD><EFBFBD>𣪧蝏讛𨯫銋衤<EFBFBD><EFBFBD><EFBFBD><EFBFBD>摨扯晴<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鞱氜鈭𤾸<EFBFBD>瘜㕑健<EFBFBD><EFBFBD><EFBFBD>∩蜓閬<EFBFBD><EFBFBD><EFBFBD>鈭文<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","苠郋<EFBFBD>迣郋赲<EFBFBD>邿 郈郋<E98388><E9838B> <20><EFBFBD><E8A884>迮郅<E8BFAE> 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽, <20><EFBFBD>郈郋郅郋迠迮郇郇<E98387>邿 郇訄 郈迮<E98388>迮郕<E8BFAE><EFBFBD><E8BFAE>郕迮 郋<>郇郋赲郇<E8B5B2><E98387> <20><EFBFBD>迣郋赲<E9838B><E8B5B2><><E98388>迮邿 <20>邽邾郇邽<E98387> <20><EFBFBD><E98385>迮邿.","Este puesto de comercio es administrado por los goblins del C獺rtel Bonvapor y se encuentra en el cruce de las principales rutas comerciales de Cuna del Invierno.","Este posto de com矇rcio 矇 administrado pelos goblins do Cartel Bondebico e est獺 situado no cruzamento das principais rotas comerciais de Hib矇rnia.",4128894
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",27,", Undead","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","","","","",0,0,4294925296,0,"","","","","","","","Wintersaber Trainers",0,0,"Winters瓣bler-Ausbilder","<EFBFBD><EFBFBD>鞊寡悌蝏<EFBFBD><EFBFBD>","苺郕<EFBFBD><EFBFBD><EFBFBD>迮郅邽 <20>迮迡郋郈訄<E98388>迡郋赲","Instructores de Sableinvernales","Treinadores de Sabres-do-inverno",4128894,"This small group of reclusive night elves raises and trains wintersabers in the Winterspring area.",0,0,"Diese kleine, zur羹ckgezogen lebende Gruppe von Nachtelfen z羹chtet und trainiert Winters瓣bler im Gebiet von Winterquell.","餈蹱糓銝<EFBFBD>鈭𥕢<EFBFBD><EFBFBD>典銁<EFBFBD><EFBFBD>靚瑕𧑐<EFBFBD>粹幸<EFBFBD><EFBFBD>瘜厰<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>憭𦦵移<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄郅郋<EFBFBD><EFBFBD>郅迮郇郇郋迮 邽 郱訄邾郕郇<E98395><E98387>郋迮 <20>郋郋訇<E9838B><EFBFBD><E8BFAE>赲郋 郇郋<E98387><EFBFBD><E98387> <20><EFBFBD><E98385>郋赲, 郱訄郇邽邾訄<E982BE><E8A884><EFBFBD><E982BD><EFBFBD> <20>訄郱赲迮迡迮郇邽迮邾 邽 迡<><EFBFBD><E8BFAE><EFBFBD>郋赲郕郋邿 郅迮迡郋郈訄<E98388>迡郋赲 赲 <20>邽邾郇邽<E98387> <20><EFBFBD><E98385><EFBFBD>.","Este peque簽o grupo de elfos nocturnos recluidos crece y entrena sableinvernales en el 獺rea de Cuna del Invierno.","Este pequeno grupo de elfos noturnos reclusos cria e treina sabres de inverno na regi瓊o de Hib矇rnia.",4128894
"迮郇",36,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","拙振)","","","<EFBFBD><EFBFBD><EFBFBD>, <20>迮迠邽<E8BFA0><E982BD>","迡郅邽赲郋<EFBFBD><EFBFBD>",0,0,0,2000,"","","","","","","","Cenarion Circle",0,0,"Zirkel des Cenarius","憛䂿熙<EFBFBD><EFBFBD>孕霈桐<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><20>迮郇訄<E98387><EFBFBD>","C穩rculo Cenarion","C穩rculo Cenariano",4128894,"The druids of Cenarion Circle are guardians of nature and make their home in tranquil Moonglade.",0,0,"Die Druiden des Zirkels des Cenarius sind H羹ter der Natur und haben ihre Heimat im friedvollen Mondhain.","憛䂿熙<EFBFBD><EFBFBD>孕霈桐<EFBFBD><EFBFBD><EFBFBD>噸斢<EFBFBD><EFBFBD><EFBFBD>航䌊<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>隞碶賑摰𡁜<EFBFBD>鈭𤾸<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>堒𧑐<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>邽迡<EFBFBD> <20><><EFBFBD>迣訄 <20>迮郇訄<E98387><EFBFBD>, <20><><EFBFBD><E9838B>邽迮 郇訄 <20><><EFBFBD>訄迠迮 郈<><EFBFBD>郋迡<E9838B>, 邽郱訇<E983B1>訄郅邽 <20>赲郋邽邾 迡郋邾郋邾 <20><>郇郇<E98387><E98387> <20>郋郅<E9838B><EFBFBD>.","Los druidas del C穩rculo Cenarion son guardianes de la naturaleza y tienen su hogar en el tranquilo Claro de la Luna.","Os druidas do C穩rculo Cenariano s瓊o guardi繭es da natureza e estabeleceram seu lar no tranquilo Clareira da Lua.",4128894
"",37,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,500,0,"","","","","","","","Shatterspear Trolls",0,0,"Schattenspeer-Trolle","<EFBFBD><EFBFBD>撌券<EFBFBD>","<EFBFBD>郋郅郅邽 邽郱 郈郅迮邾迮郇邽 <20><>郋郇郱訄<E983B1><E8A884>迮迣郋 <20>郋郈<E9838B><E98388>","Trols Rompelanzas","Trolls Lan癟a Partida",4128894,"",0,0,"","","","","",4128876
"JOGADOR, Tauren",38,", Undead","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","","","","",0,0,0,4294925296,"","","","","","","","Ravasaur Trainers",0,0,"Ravasaurus-Ausbilder","<EFBFBD><EFBFBD>樴躰悌蝏<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>郋赲<EFBFBD>邽郕邽 <20>訄赲訄郱訄赲<E8A884>郋赲","Instructores de Ravasaurios","Treinadores de Ravassauros",4128894,"",0,0,"","","","","",4128876
"ature",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Majordomo Executus",0,0,"Majordomus Exekutus","蝞∠<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>讠揣<EFBFBD>暹鱻","<EFBFBD>訄迠郋<EFBFBD>迡郋邾 衪郕郱迮郕<E8BFAE><E98395><EFBFBD><EFBFBD>","Mayordomo Executus","Senescal Executus",4128894,"",0,0,"","","","","",4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Carrion Bird",0,0,"Wildtier - Aasvogel","<EFBFBD>𤾸<EFBFBD> - 憌蠘<E6868C><EFBFBD>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20>訄迡訄郅<E8A884><E98385>邽郕","Bestia: P獺jaro Carro簽ero","Fera - Ave Carniceira",4128894,"",0,0,"","","","","",4128876
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>赲郋",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Cat",0,0,"Wildtier - Katze","<EFBFBD>𤾸<EFBFBD> - <20><>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20><EFBFBD>郕訄","Bestia: Gato","Fera - Gato",4128894,"",0,0,"","","","","",4128876
"×<EFBFBD>亀萃<EFBFBD><EFBFBD><EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Crab",0,0,"Wildtier - Krabbe","<EFBFBD>𤾸<EFBFBD> - <20><>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20><>訄訇","Bestia: Cangrejo","Fera - Caranguejo",4128894,"",0,0,"","","","","",4128876
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>赲郋",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Crocilisk",0,0,"Wildtier - Krokilisk","<EFBFBD>𤾸<EFBFBD> - 曈<>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20><>郋郕郋郅邽<E98385>","Bestia: Crocolisco","Fera - Crocolisco",4128894,"",0,0,"","","","","",4128876
"<EFBFBD>亀萃<EFBFBD><EFBFBD><EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Hyena",0,0,"Wildtier - Hy瓣ne","<EFBFBD>𤾸<EFBFBD> - <20>毺𣄽","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20>邽迮郇訄","Bestia: Hiena","Fera - Hiena",4128894,"",0,0,"","","","","",4128876
"<EFBFBD><EFBFBD><EFBFBD>赲郋",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Owl",0,0,"Wildtier - Eule","<EFBFBD>𤾸<EFBFBD> - <20>怠仍暽<E4BB8D>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: 苤郋赲訄","Bestia: B繳ho","Fera - Coruja",4128894,"",0,0,"","","","","",4128876
"亀萃<EFBFBD><EFBFBD><EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Scorpid",0,0,"Wildtier - Skorpid","<EFBFBD>𤾸<EFBFBD> - <20>𤾸<EFBFBD>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: 苤郕郋<E98395>郈邽迡","Bestia: Esc籀rpido","Fera - Escorp穩deo",4128894,"",0,0,"","","","","",4128876
"<EFBFBD><EFBFBD>赲郋",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Tallstrider",0,0,"Wildtier - Weitschreiter","<EFBFBD>𤾸<EFBFBD> - <20><><EFBFBD><EFBFBD>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20>郋郅迣郋郇郋迣","Bestia: Zancaalta","Fera - Moa",4128894,"",0,0,"","","","","",4128876
"<EFBFBD><EFBFBD><EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Turtle",0,0,"Wildtier - Schildkr繹te","<EFBFBD>𤾸<EFBFBD> - 銋屸<E98A8B>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: 虴迮<E899B4>迮郈訄<E98388>","Bestia: Tortuga","Fera - Tartaruga",4128894,"",0,0,"","","","","",4128876
"<EFBFBD><EFBFBD>赲郋",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Wind Serpent",0,0,"Wildtier - Windnatter","<EFBFBD>𤾸<EFBFBD> - 憌舘<E6868C>","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20><><EFBFBD>郅訄<E98385><E8A884><20>邾迮邿","Bestia: Serpiente Alada","Fera - Serpente Alada",4128894,"",0,0,"","","","","",4128876
"<EFBFBD><EFBFBD><EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Training Dummy",0,0,"Trainingsattrappe","霈剔<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>迮郇邽<EFBFBD>郋赲郋<EFBFBD><EFBFBD><20>訄郇迮郕迮郇","Mu簽eco de Entrenamiento","Boneco de Treinamento",4128894,"",0,0,"","","","","",4128876
"iatura",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Dragonflight, Black - Bait",0,0,"Drachenschwarm - Schwarz - K繹der","暺煾<EFBFBD><EFBFBD>𥕦𣪧 - 霂梢扔","虴迮<EFBFBD><EFBFBD><20><>訄郕郋郇<E9838B>: <20>訄迠邽赲郕訄","Vuelo de Dragones, Negro: Cebo","Revoada de Drag繭es, Negra: Isca",4128894,"",0,0,"","","","","",4128876
"",25,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","ER, Mensch","","","","","Battleground Neutral",0,0,"Schlachtfeld Neutral","<EFBFBD>睃㦤銝剔<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋郅迮 <20><EFBFBD>: <20>迮邿<E8BFAE><E982BF>訄郅<E8A884><EFBFBD>","Neutral en Campo de Batalla","Campo de Batalha Neutro",4128894,"",0,0,"","","","","",4128876
"<EFBFBD>(<28>拙振)",41,", Undead","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","","","","",0,0,0,4294925296,"","","PIELER, Mensch","LAYER, Human","","","ter","Frostwolf Clan",0,0,"Frostwolfklan","<EFBFBD>𦦵𣄽瘞𤩺<EFBFBD>","<EFBFBD>郱迮<EFBFBD><EFBFBD><EFBFBD>郕邽邿 <20>郅訄郇 苤迮赲迮<E8B5B2>郇郋迣郋 <20>郋郅郕訄","Clan Lobo G矇lido","Cl瓊 Lobo do Gelo",4128894,"The Frostwolf Clan seeks to drive out the dwarves of the Stormpike Expedition from Alterac Valley.",0,0,"Der Frostwolfklan will die Zwerge der Sturmlanzentruppe aus dem Alteractal vertreiben.","<EFBFBD>𦦵𣄽瘞𤩺<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𡺨<EFBFBD>𥟇䔝<EFBFBD><EFBFBD>韏嗅枂憟亦鸌<EFBFBD><EFBFBD>撅梯健<EFBFBD><EFBFBD>","<EFBFBD>郅訄郇 苤迮赲迮<E8B5B2>郇郋迣郋 <20>郋郅郕訄 <20><><EFBFBD>迮邾邽<E982BE><E982BD><EFBFBD> 邽郱迣郇訄<E98387><E8A884> 迡赲郋<E8B5B2><E9838B>郋赲 邽郱 郕郅訄郇訄 <20><>郋郱郋赲郋邿 <20><EFBFBD><E8BFAE>邽郇<E982BD> 邽郱 <20><EFBFBD><E98385><EFBFBD>訄郕<E8A884>郕郋邿 <20>郋郅邽郇<E982BD>.","El Clan Lobo G矇lido busca expulsar a los enanos de la Expedici籀n Pico Tormenta del Valle Alterac.","O Cl瓊 Lobo do Gelo busca expulsar os an繭es da Expedi癟瓊o Lan癟atroz do Vale de Alterac.",4128894
"(<28>拙振)",40,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,0,4294925296,"","","PIELER, Mensch","LAYER, Human","","","ster","Stormpike Guard",0,0,"Sturmlanzengarde","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>訄迠訄 <20><>郋郱郋赲郋邿 <20><EFBFBD><E8BFAE>邽郇<E982BD>","Guardia Pico Tormenta","Guarda de Lan癟atroz",4128894,"The Stormpike Dwarves have set up residence in Alterac Valley, where they're locked in battle with the Frostwolf Orcs.",0,0,"Die Sturmlanzenzwerge haben sich im Alteractal niedergelassen und befinden sich dort im erbitterten Kampf mit den Frostwolforcs.","<EFBFBD>蝢文銁憟亦鸌<EFBFBD><EFBFBD>撅梯健撱箇<EFBFBD><EFBFBD>偶銋<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>酙鈭綽<EFBFBD><EFBFBD><EFBFBD><EFBFBD>𦦵𣄽瘞𤩺<EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭箸<EFBFBD><EFBFBD><EFBFBD><EFBFBD>䀝葉<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>迡 迡赲郋<E8B5B2><E9838B>郋赲 邽郱 <20>郅訄郇訄 <20><>郋郱郋赲郋邿 <20><EFBFBD><E8BFAE>邽郇<E982BD>, 赲<><EFBFBD>迠迡迮郇郇<E98387>邿 郋訇郋<E8A887>郇郋赲訄<E8B5B2><E8A884><EFBFBD><EFBFBD><20><EFBFBD><E98385><EFBFBD>訄郕<E8A884>郕郋邿 <20>郋郅邽郇迮 邽郱-郱訄 <20><>郕郋赲 <20>郅訄郇訄 苤迮赲迮<E8B5B2>郇郋迣郋 <20>郋郅郕訄.","Los enanos Pico Tormenta han establecido residencia en el Valle Alterac, donde est獺n librando batalla con los orcos Lobo G矇lido.","Os an繭es Lan癟atroz estabeleceram resid礙ncia no Vale de Alterac, onde est瓊o em batalha contra os Orcs Lobo do Gelo.",4128894
", <20>郇郋邾",42,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","","","","","","Hydraxian Waterlords",0,0,"Hydraxianer-Wasserf羹rsten","瘚瑁噢撣䔶<EFBFBD>瘞游<EFBFBD><EFBFBD>","<EFBFBD>邽迡<EFBFBD>訄郕<EFBFBD>邽訄郇<EFBFBD>郕邽迮 <20>郋赲迮郅邽<E98385>迮郅邽 <20>郋迡","Srs. del Agua de Hydraxis","Senhores das <20>guas Hidraxianos",4128894,"These elementals have made their home on the islands east of Azshara. Sworn enemies of the armies of Ragnaros.",0,0,"Diese Elementare haben ihre Heimat auf den Inseln 繹stlich von Azshara gefunden. Sie sind erkl瓣rte Feinde der Armeen von Ragnaros.","餈嗘<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摰𡁜<EFBFBD>鈭舘𪄳<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摨批<EFBFBD>撗𥕢<EFBFBD>嚗峕糓<EFBFBD>㗇聢蝥喟<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>甇餅<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><20>郅迮邾迮郇<E8BFAE>訄郅邽 赲郋迡<E9838B> 郋訇郋<E8A887>郇郋赲訄郅邽<E98385><E982BD> 郇訄 郋<><E9838B><EFBFBD>郋赲訄<E8B5B2> 郕 赲郋<E8B5B2><E9838B>郋郕<E9838B><> <20><EFBFBD><EFBFBD><E8A884>. <20>訄郕郅<E98395><E98385><EFBFBD>迮 赲<>訄迣邽 <20>訄迣郇訄<E98387><EFBFBD>訄.","Estos elementales han hecho su hogar en las islas al este de Azshara. Enemigos jurados de los ej矇rcitos de Ragnaros.","Esses elementais estabeleceram seu lar nas ilhas a leste de Azshara. Inimigos jurados dos ex矇rcitos de Ragnaros.",4128894
" <20>郇郋邾",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Sulfuron Firelords",0,0,"Sulfuron-Feuerf羹rsten","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>郋郇<EFBFBD>郕邽迮 <20>郋赲迮郅邽<E98385>迮郅邽 <20>迣郇<E8BFA3>","Se簽ores del Fuego de Sulfuron","Senhores do Fogo de Sulfuron",4128894,"",0,0,"","","","","",4128876
"Gnomo",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gizlock's Dummy",0,0,"Gizlocks Attrappe","<EFBFBD><EFBFBD>瘣𥕦<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄郇迮郕迮郇-<2D><EFBFBD>迮郇<E8BFAE> <20>邽郱郅郋郕訄","Mu簽eco de Gizlock","Boneco de Bugitranca",4128894,"",0,0,"","","","","",4128876
"nomo",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gizlock's Charm",0,0,"Gizlocks Talisman","<EFBFBD><EFBFBD>瘣𥕦<EFBFBD><EFBFBD><EFBFBD>擪蝚<EFBFBD>","<EFBFBD>訇迮<EFBFBD>迮迣 <20>邽郱郅郋郕訄","Talism獺n de Gizlock","Amuleto de Bugitranca",4128894,"",0,0,"","","","","",4128876
"omo",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Gizlock",0,0,"Gizlock","<EFBFBD><EFBFBD>瘣𥕦<EFBFBD>","<EFBFBD>邽郱郅郋郕","Gizlock","Bugitranca",4128894,"",0,0,"","","","","",4128876
"",43,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","PIELER, Mensch","","","","","Moro'gai",0,0,"Moro'gai","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋'迣訄邿","Moro'gan","Moro'gai",4128894,"This faction of Draenei from across the Dark portal is trying to make a new home in the Swamps of Sorrow while beset by strife and the madness of their kin.",0,0,"Diese Fraktion der Draenei von jenseits des Dunklen Portals versucht, sich in den S羹mpfen des Elends eine neue Heimat aufzubauen, w瓣hrend sie unter Zwietracht und dem Wahnsinn ihrer Verwandten leidet.","餈蹱𣈲<EFBFBD>亥䌊暺烐<EFBFBD>銋钅秄<EFBFBD><EFBFBD><EFBFBD>勗側<EFBFBD>菔𨯫甇<EFBFBD><EFBFBD><EFBFBD>曉銁<EFBFBD>脖慾瘝潭魚銝剖遣蝡𧢲鰵<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>隞砌<EFBFBD><EFBFBD>𢒰銝渡<EFBFBD><EFBFBD><EFBFBD><EFBFBD>蝥瑚<EFBFBD>嚗諹<EFBFBD><EFBFBD><EFBFBD>撖寞<EFBFBD>鈭箇<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><20><>訄郕<E8A884><EFBFBD><>迮郇迮迮赲, 郈<><EFBFBD>迮迡<E8BFAE><EFBFBD> <20><EFBFBD>迮郱 苠<>邾郇<E982BE>邿 郈郋<E98388><E9838B>訄郅, 郈<><E98388>訄迮<E8A884><E8BFAE><EFBFBD> 郋訇<E9838B><EFBFBD><E8BFAE>邽 郇郋赲<E9838B>邿 迡郋邾 赲 <20>郋郅郋<E98385><20><EFBFBD>訄郅邽, 郇迮<E98387>邾郋<E982BE><E9838B><EFBFBD> 郇訄 赲郇<E8B5B2><E98387><EFBFBD>迮郇郇邽迮 <20>訄郱迡郋<E8BFA1><E9838B> 邽 訇迮郱<E8BFAE>邾邽迮 <20>赲郋邽<E9838B> <20><EFBFBD>郋迡邽<E8BFA1>迮邿.","Esta facci籀n de Draenei del otro lado del Portal Oscuro est獺 intentando establecer un nuevo hogar en los Pantanos de la Pena, mientras enfrentan la lucha y locura de sus cong矇neres.","Esta fac癟瓊o de Draenei vindos atrav矇s do Portal Negro est獺 tentando construir um novo lar nos P璽ntano das M獺goas enquanto s瓊o assediados por conflitos e pela loucura de seus parentes.",4128876
"PLAYER, Troll",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Spirit Guide - Alliance",0,0,"Geisterf羹hrer - Allianz","<EFBFBD><EFBFBD><EFBFBD>穃紡 - <20>𠉛<EFBFBD>","<EFBFBD>訄郇邽<EFBFBD>迮郅<EFBFBD> <20><><EFBFBD> <20><EFBFBD><E98385><EFBFBD>","Gu穩a Espiritual: Alianza","Esp穩rito-guia - Alian癟a",4128894,"",0,0,"","","","","",4128876
"ER, Troll",44,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","PIELER, Mensch","","","","","Shen'dralar",0,0,"Shen'dralar","颲𥕦噸<EFBFBD><EFBFBD>","虼迮郇'迡<>訄郅訄<E98385>","Shen'dralar","Shen'dralar",4128894,"A remnant of the once powerful elves living in Dire Maul, yet still wise and knowledgeable about great secrets. ",0,0,"Ein <20>berbleibsel der einst m瓣chtigen Elfen von D羹sterbruch <20><> weise und noch immer im Besitz gro<72>er Geheimnisse.","<EFBFBD>蝢文<EFBFBD>雿誩銁<EFBFBD><EFBFBD><EFBFBD>銋𧢲<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鋆䈑<EFBFBD>隞碶賑隞滨<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>皜𠰴<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摮西<EFBFBD><EFBFBD>僎靽嘥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭𥕢<EFBFBD>憭抒<EFBFBD>蝘睃<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郅迮迡郇邽迮 <20><EFBFBD><E98385><EFBFBD> <20>訄訇<E8A884><E8A887>郋迣郋 <20><EFBFBD>郋迡訄 <20><><EFBFBD><EFBFBD>邽郅邽 訇<>郅郋迮 邾郋迣<E9838B><E8BFA3><EFBFBD><E8BFAE>赲郋, 郇郋 赲<>迮 迮<><20><>訄郇<E8A884><E98387> 郱郇訄郇邽<E98387> 郋 迡<>迮赲郇邽<E98387> <20>訄邿郇訄<E98387>.","Un remanente de los poderosos elfos que vivieron en La Masacre, pero a繳n sabios y conocedores de grandes secretos.","Os remanescentes dos poderosos elfos que viveram em Gl獺dio Cruel, ainda s獺bios e conhecedores de grandes segredos.",4128894
"<EFBFBD>)",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Ogre (Captain Kromcrush)",0,0,"Oger (Hauptmann Krombruch)","憌煺犖擳䈑<EFBFBD><EFBFBD><EFBFBD><EFBFBD>⊥鱻<EFBFBD>罸鵭嚗<EFBFBD>","<EFBFBD><EFBFBD>: <20>訄郈邽<E98388>訄郇 <20>訄赲邽迣<E982BD>郋邾","Ogro (Capit獺n Kromcrush)","Ogro (Capit瓊o Kebrapaw)",4128894,"",0,0,"","","","","",4128876
"<EFBFBD>郋郅郅<EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Spirit Guide - Horde",0,0,"Geisterf羹hrer - Horde","<EFBFBD><EFBFBD><EFBFBD>穃紡 - <20>刻氜","<EFBFBD>訄郇邽<EFBFBD>迮郅<EFBFBD> <20><><EFBFBD> <20><><EFBFBD>","Gu穩a Espiritual: Horda","Esp穩rito-guia - Horda",4128894,"",0,0,"","","","","",4128876
"rol",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Jaedenar",0,0,"Jaedenar","<EFBFBD>惩噸蝥喳<EFBFBD>","<EFBFBD>迠迮迡迮郇訄<EFBFBD>","Jaedenar","Jaedenar",4128894,"",0,0,"","","","","",4128876
"onster",46,", Undead","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","","","","",0,0,0,4294925296,"","","PIELER, Mensch","LAYER, Human","","","ter","Warsong Outriders",0,0,"Vorhut des Kriegshymnenklans","<EFBFBD><EFBFBD>瘞𤩺<EFBFBD>","<EFBFBD><EFBFBD>訄迡郇邽郕邽 <20><EFBFBD>郇邽 <20>郋邿郇<E982BF>","Escoltas Grito de Guerra","Pioneiros do Brado Guerreiro",4128894,"Fierce orcs of the Warsong Clan, locked in battle against the Silverwing Sentinels in Warsong Gulch.",0,0,"Kampferprobte Orcs des Kriegshymnenklans, die sich in der Schlacht um die Kriegshymnenschlucht den Schildwachen der Silberfl羹gel entgegenstellen.","<EFBFBD><EFBFBD>瘞𤩺<EFBFBD><EFBFBD><EFBFBD><EFBFBD>瑟𤫇<EFBFBD><EFBFBD><EFBFBD><EFBFBD>賭犖瘞𤩺<EFBFBD>嚗𣬚𤌍<EFBFBD>齿迤銝擧<EFBFBD>憭𦦵移<EFBFBD><EFBFBD><EFBFBD>嗥蕉<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>部靚瑟<EFBFBD><EFBFBD><EFBFBD>𧑐鈭斗<EFBFBD>銝准<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋郱郇<EFBFBD>迮 郋<>郕邽 邽郱 <20>郅訄郇訄 <20><EFBFBD>郇邽 <20>郋邿郇<E982BF>, <20><>赲訄<E8B5B2>邽赲<E982BD>邽迮c<E8BFAE> <20><>迮訇<E8BFAE>郋郕<E9838B><E98395><EFBFBD>邾邽 虴訄<E899B4>郋赲<E9838B>邾邽 赲 訇郋<E8A887><E9838B> 郱訄 郕郋郇<E9838B><E98387>郋郅<E9838B> 郇訄迡 苺<>迮郅<E8BFAE>迮邾 <20><EFBFBD>郇邽 <20>郋邿郇<E982BF>.","Orcos feroces del Clan Grito de Guerra, enfrent獺ndose a los Centinelas Ala de Plata en el Ca簽籀n Grito de Guerra.","Orcs ferozes do Cl瓊 Brado Guerreiro, em batalha contra os Sentinelas Asa de Prata em Ravina Brado Guerreiro.",4128894
"nster",45,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,0,4294925296,"","","PIELER, Mensch","LAYER, Human","","","ster","Silverwing Sentinels",0,0,"Schildwachen der Silberfl羹gel","<EFBFBD>嗥蕉閬<EFBFBD><EFBFBD>","<EFBFBD>迮訇<EFBFBD>郋郕<EFBFBD><EFBFBD><EFBFBD>迮 虴訄<E899B4>郋赲<E9838B>","Centinelas Ala de Plata","Sentinelas da Asa de Prata",4128894,"Staunch defenders of Ashenvale, locked in battle against the Warsong Outriders in Warsong Gulch.",0,0,"Unersch羹tterliche Verteidiger von Eschental, die sich den Kriegshymnenvorreitern in der Kriegshymnenschlucht entgegenstellen.","<EFBFBD>啗健<EFBFBD>啣躹<EFBFBD>𡁜<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>瘞𤩺<EFBFBD><EFBFBD><EFBFBD><EFBFBD>部靚瑚葉瞈<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋訇郅迮<EFBFBD><EFBFBD><EFBFBD>迮 郱訄<E983B1><EFBFBD>郇邽郕邽 觓<>迮郇迮赲郋迣郋 <20><EFBFBD>訄, <20><>訄迠訄<E8BFA0><E8A884>邽迮<E982BD><E8BFAE> <20><20><>訄迡郇邽郕訄邾邽 <20><EFBFBD>郇邽 <20>郋邿郇<E982BF> 郱訄 赲郅訄迡<E8A884><E8BFA1><EFBFBD><E8BFAE>赲郋 赲 苺<>迮郅<E8BFAE><20><EFBFBD>郇邽 <20>郋邿郇<E982BF>.","Fervientes defensores de Frondavil, eternos rivales de Los Escoltas Grito de Guerra en el Ca簽籀n Grito de Guerra.","Defensores firmes de Vale Gris, em batalha contra os Cavaleiros do Brado Guerreiro em Ravina Brado Guerreiro.",4128894
"ster",47,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,0,4294925296,"","","Mensch","LAYER, Human","","","","Alliance Forces",0,0,"Allianz-Streitkr瓣fte","<EFBFBD>𠉛<EFBFBD><EFBFBD><EFBFBD>","苤邽郅<EFBFBD> <20><EFBFBD><E98385><EFBFBD>","Fuerzas de la Alianza","For癟as da Alian癟a",4128894,"",0,0,"","","","","",4128876
"ter",48,", Undead","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","","","","",0,0,0,4294925296,"","","Mensch","LAYER, Human","","","","Horde Forces",0,0,"Horde-Streitkr瓣fte","<EFBFBD>刻氜<EFBFBD><EFBFBD>","苤邽郅<EFBFBD> <20><><EFBFBD>","Fuerzas de la Horda","For癟as da Horda",4128894,"",0,0,"","","","","",4128876
"er",55,", Undead","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","","","","",0,0,2500,4294925296,"","","PIELER, Mensch","LAYER, Human","","","紹菩<EFBFBD>","Revantusk Trolls",0,0,"Trolls der Bruchhauer","<EFBFBD>園蝙撌券<EFBFBD>","<EFBFBD>郋郅郅邽 苤郅郋邾訄郇郇郋迣郋 <20><EFBFBD>郕訄","Trols Sa簽adiente","Trolls Revatusco",4128894,"The Revantusk Trolls are a tribe of Forest Trolls in the Hinterlands seeking closer ties to the Horde.",0,0,"Die Revantusk-Trolle sind ein Stamm der Waldtrolle in den Hinterlanden, der engere Bande zur Horde sucht.","<EFBFBD>園蝙撌券<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>瘣餃銁颲𤤿鸌<EFBFBD><EFBFBD>璉格<EFBFBD>撌券<EFBFBD><EFBFBD><EFBFBD>嚗䔶<EFBFBD>隞祆葩<EFBFBD>𥕢<EFBFBD><EFBFBD>刻氜撱箇<EFBFBD><EFBFBD>渡揮撖<EFBFBD><EFBFBD><EFBFBD>𠉛頂<EFBFBD><EFBFBD>","<EFBFBD>郋郅郅邽 苤郅郋邾訄郇郇郋迣郋 <20><EFBFBD>郕訄 - <20><>郋 郈郅迮邾<E8BFAE> 郅迮<E98385><EFBFBD><E98387> <20><>郋郅郅迮邿, 郋訇邽<E8A887><EFBFBD><E8A884>迮迮 赲郋 <20><EFBFBD><E98387><EFBFBD>迮郇郇邽<E98387> <20>迮邾郅<E982BE><E98385><20><><EFBFBD>迮邾<E8BFAE><E982BE>迮迮<E8BFAE><E8BFAE> 郕 訇郋郅迮迮 <20><EFBFBD><EFBFBD><20><EFBFBD><EFBFBD><20> <20><>迡郋邿.","Los Trols Sa簽adiente son una tribu de Trols del Bosque en las Tierras del Interior que buscan estrechar lazos con la Horda.","Os Trolls Revatusco s瓊o uma tribo de Trolls da Floresta nas Terras Interiores que buscam la癟os mais estreitos com a Horda.",4128876
"<EFBFBD><EFBFBD><EFBFBD>",50,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","PIELER, Mensch","","","","","Darkmoon Faire",0,0,"Dunkelmond-Jahrmarkt","<EFBFBD><EFBFBD>撽祆<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>邾訄<EFBFBD>郕訄 <20>郋赲郋郅<E9838B>郇邽<E98387>","Feria de la Luna Negra","Feira de Negraluna",4128894,"A traveling fair that showcases the weird and the extraordinary. Often spotted in Elwynn Forest and Mulgore.",0,0,"Ein reisender Jahrmarkt, der das Seltsame und Au<41>ergew繹hnliche pr瓣sentiert. Oft zu finden im Wald von Elwynn und in Mulgore.","<EFBFBD>銝芸<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>蝷箇<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銵屸帕<EFBFBD>誩𣪧<EFBFBD><EFBFBD><EFBFBD>隞祉<EFBFBD>撣訾<EFBFBD>霈輸䔮<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>邾訄<EFBFBD>郕訄, 郇訄 郕郋<E98395><EFBFBD>郋邿 邾郋迠郇郋 郇訄邿<E8A884>邽 邾郇郋迣郋 <20><><EFBFBD>訄郇郇郋迣郋 邽 迡邽郕郋赲邽郇郇郋迣郋. <20><20><EFBFBD><E8A884>郋 邾郋迠郇郋 <20>赲邽迡迮<E8BFA1><E8BFAE> 赲 衪郅赲邽郇<E982BD>郕郋邾 <20><EFBFBD><E8BFAE><20><>郅迣郋<E8BFA3>迮.","Una feria viajera que exhibe lo extra簽o y lo extraordinario. A menudo vista en el Bosque de Elwynn y Mulgore.","Uma feira ambulante que exibe o estranho e o extraordin獺rio. Frequentemente vista na Floresta de Elwynn e Mulgore.",4128894
"<EFBFBD><EFBFBD><EFBFBD>",54,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Brood of Nozdormu",0,0,"Brut von Nozdormu","霂箏<EFBFBD>憭𡁜<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋迡 <20>郋郱迡郋<E8BFA1><EFBFBD>","Linaje de Nozdormu","Prole de Nozdormu",4128894,"The descendants of the Bronze Dragonflight are the guardians of time and care little for the mortal races.",0,0,"Die Nachfahren des bronzenen Drachenschwarms sind die H羹ter der Zeit und k羹mmern sich wenig um die sterblichen V繹lker.","<EFBFBD><EFBFBD>樴坔<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>園𡢿<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>撖孵𥣞<EFBFBD>渲站<EFBFBD><EFBFBD>撠穃銁<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>邽 郈郋<E98388>郋邾郕邽 <20><>郋郇郱郋赲<E9838B><E8B5B2> <20><>訄郕郋郇郋赲 郋<><E9838B>訄郇<E8A884><E98387><EFBFBD> <20>訄邾郋 <20><>迮邾<E8BFAE> 邽 郇迮 <20>郅邽<E98385>郕郋邾 邽郇<E982BD><EFBFBD><EFBFBD><E8BFAE><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 迡迮郅訄邾邽 <20>邾迮<E982BE><E8BFAE><EFBFBD><E98387>.","Los descendientes del Vuelo de Dragones de Bronce son los guardianes del tiempo y poco les importa las razas mortales.","Os descendentes da Revoada de Bronze s瓊o os guardi繭es do tempo e pouco se importam com as ra癟as mortais.",4128894
"<EFBFBD><EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Might of Kalimdor",0,0,"Macht von Kalimdor","<EFBFBD>⏚憪<EFBFBD><EFBFBD><EFBFBD>𥪜<EFBFBD>","<EFBFBD><EFBFBD>邾邽<EFBFBD> <20>訄郅邽邾迡郋<E8BFA1>","Poder de Kalimdor","Poder de Kalimdor",4128894,"",0,0,"","","","","",4128892
"<EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, High Elf",0,0,"SPIELER, Hochelf","擃条<EFBFBD>蝎曄<EFBFBD>(<28>拙振)","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><><EFBFBD><EFBFBD>邽邿 衪郅<E8A1AA><E98385>","JUGADOR, Alto Elfo","JOGADOR, Elfo Alto",4128894,"",0,0,"","","","","",4128876
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Armies of C'Thun",0,0,"Armeen von C'Thun","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>邾邽邽 <20>'苠<>郇訄","Ej矇rcitos de C'thun","Ex矇rcitos de C'thun",4128894,"",0,0,"","","","","",4128876
"Monstruo",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Silithid Attackers",0,0,"Silithiden-Angreifer","<EFBFBD><EFBFBD><EFBFBD>急𤫇<EFBFBD><EFBFBD><EFBFBD>","苤邽郅邽<EFBFBD>邽迡<EFBFBD>-<2D><EFBFBD>赲訄<E8B5B2><E8A884>邽郕邽","Atacantes Sil穩tidos","Atacantes Silit穩deos",4128894,"",0,0,"","","","","",4128876
"onstruo",4294967295,"","","","","","",0,0,0,0,"","","","","","","","The Ironforge Brigade",0,0,"Die Eisenschmiedebrigade","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>迠邽郇訄 苤<>訄郅<E8A884>迣郋<E8BFA3>郇訄","Brigada de Forjaz","A Brigada de Altaforja",4128894,"",0,0,"","","","","",4128876
"nstruo",4294967295,"","","","","","",0,0,0,0,"","","","","","","","RC Enemies",0,0,"RC-Feinde","RC<EFBFBD>䔶犖","<EFBFBD><20><><EFBFBD>邽赲郇邽郕邽","CR Enemigos","RC Enemies",4128894,"",0,0,"","","","","",4128844
"struo",4294967295,"","","","","","",0,0,0,0,"","","","","","","","RC Objects",0,0,"RC-Objekte","RC<EFBFBD><EFBFBD>","<EFBFBD><20><EFBFBD>迮郕<E8BFAE><E98395>","CR Objetos","RC Objects",4128894,"",0,0,"","","","","",4128844
"truo",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Red",0,0,"Rot","<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","Rojo","Vermelho",4128894,"",0,0,"","","","","",4128844
"ruo",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Blue",0,0,"Blau","<EFBFBD><EFBFBD>","苤邽郇邽迮","Azul","Azul",4128894,"",0,0,"","","","","",4128844
"nstro",4294967295,"","","","","","",0,0,0,0,"","","","","","","","PLAYER, Goblin",0,0,"SPIELER, Goblin","<EFBFBD>啁移(<28>拙振)","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20>郋訇郅邽郇","JUGADOR, Goblin","JOGADOR, Goblin",4128894,"",0,0,"","","","","",4128876
"stro",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Scourge Invaders",0,0,"Gei<EFBFBD>el-Invasoren","憭拍<EFBFBD><EFBFBD>乩噩<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>赲訄<EFBFBD><EFBFBD>邽郕邽 <20>郅迮<E98385>","Invasores de la Plaga","Invasores do Flagelo",4128894,"",0,0,"","","","","",4128844
"o",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Test Faction (not a real faction)",0,0,"Testfraktion (keine echte Fraktion)","瘚贝<EFBFBD><EFBFBD>菔𨯫嚗<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","苠迮<EFBFBD><EFBFBD>郋赲訄<EFBFBD><>訄郕<E8A884><EFBFBD> (郇迮郇訄<E98387><E8A884><EFBFBD><E9838B><EFBFBD> <20><>訄郕<E8A884><EFBFBD>)","Test Faction (Not a Real Faction)","Test Faction (Not a Real Faction)",4128894,"This faction only exists to test the editing of faction names and descriptions...",0,0,"Diese Fraktion existiert nur zum Testen von Fraktionsnamen und -beschreibungen...","餈嗘葵<EFBFBD>菔𨯫<EFBFBD>芣糓銝箔<EFBFBD>瘚贝<EFBFBD><EFBFBD>菔𨯫<EFBFBD>滨妍<EFBFBD><EFBFBD>餈啁<EFBFBD>蝻𤥁<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...","<EFBFBD><20><>訄郕<E8A884><EFBFBD> <20><><EFBFBD><EFBFBD><E8BFAE><EFBFBD><EFBFBD> <20>郋郅<E9838B>郕郋 迡郅<E8BFA1> <20>郋迣郋, <20><>郋訇<E9838B><><EFBFBD><EFBFBD><E8BFAE><EFBFBD>郋赲訄<E8B5B2><E8A884> <20>迮迡訄郕<E8A884><EFBFBD>郋赲訄郇邽迮 郇訄郱赲訄郇邽邿 邽 郋郈邽<E98388>訄郇邽邿 <20><>訄郕<E8A884>邽邿...","Esta facci籀n solo existe para probar la edici籀n de nombres y descripciones de facciones...","Esta fac癟瓊o existe apenas para testar a edi癟瓊o dos nomes e descri癟繭es das fac癟繭es...",4128894
"d",4294967295,"","","","","","",0,0,0,0,"","","","","","","","ToWoW - Flag",0,0,"ToWoW - Flagge","ToWoW - <20><EFBFBD>","ToWoW: 苳郅訄迣","ToWoW - Flag","ToWoW - Flag",4128894,"",0,0,"","","","","",4128844
"",4294967295,"","","","","","",0,0,0,0,"","","","","","","","ToWoW - Flag Trigger Alliance (DND)",0,0,"ToWoW - Allianz-Flaggenausl繹ser (DND)","ToWoW - <20>𠉛<EFBFBD><F0A0899B><EFBFBD>閫血<E996AB><E8A180><EFBFBD>DND嚗<44>","ToWoW <20><> 苳郅訄迣-<2D><>邽迣迣迮<E8BFA3>: <20><EFBFBD><E98385><EFBFBD>(DND)","ToWoW - Flag Trigger Alliance (DND)","ToWoW - Flag Trigger Alliance (DND)",4128894,"",0,0,"","","","","",4128844
"uderschaft der Defias",4294967295,"","","","","","",0,0,0,0,"","","","","","","","ToWoW - Flag Trigger Horde (DND)",0,0,"ToWoW - Horde-Flaggenausl繹ser (DND)","ToWoW - <20>刻氜<E588BB><EFBFBD>閫血<E996AB><E8A180><EFBFBD>DND嚗<44>","ToWoW - 苳郅訄迣-<2D><>邽迣迣迮<E8BFA3>: <20><>迡訄(DND)","ToWoW - Flag Trigger Horde (DND)","ToWoW - Flag Trigger Horde (DND)",4128894,"",0,0,"","","","","",4128844
"<EFBFBD><EFBFBD><EFBFBD>赲郋 苤郈<E88BA4>訄赲迮迡郅邽赲郋<E8B5B2><E9838B>",34,"JOGADOR, Orco","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇","<EFBFBD>","","","",0,0,0,4294925296,"rierende K羹stenstadt wird von Baron Revilgaz von den Schwarzmeerpiraten regiert. Sie ist Teil des Dampfd羹senkartells und Todfeind der Blutsegelbukaniere.","","IELER, Mensch","LAYER, Human","IELER, Mensch","","紹菩<EFBFBD>","Durotar Labor Union",0,0,"Arbeitsunion von Durotar","<EFBFBD>𣈯<EFBFBD>憛𥪜<EFBFBD>撌乩<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><20><><EFBFBD><EFBFBD><EFBFBD>","Sindicato de Trabajadores de Durotar","Sindicato dos Trabalhadores de Durotar",4128894,"The Durotar Labor Union is a group of Goblins that joined the Horde after defecting from the Venture Co. They're eager to prove themselves as capable members of the Horde.",0,0,"Die Arbeitsunion von Durotar ist eine Gruppe Goblins, die nach ihrer Abkehr von der Venture Company der Horde beitraten. Sie sind entschlossen, sich als f瓣hige Mitglieder der Horde zu beweisen.","<EFBFBD>𣈯<EFBFBD>憛𥪜<EFBFBD>撌乩<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>憌𡡞埯<EFBFBD><EFBFBD><EFBFBD>砍虬<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>刻氜<EFBFBD><EFBFBD>𧑐蝎曄<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>隞祆迤<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>芸楛<EFBFBD><EFBFBD>銝𢠃<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>頨思遢<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><20><><EFBFBD><EFBFBD><EFBFBD>訄 - <20><>郋 迣<><E8BFA3>郈郈訄 <20>郋訇郅邽郇郋赲, 郕郋<E98395><EFBFBD><E9838B>迮 郈<><EFBFBD>郋迮迡邽郇邽郅邽<E98385><E982BD><20><>迡迮 郈郋<E98388>郅迮 <20><>郋迡訄 邽郱 苠郋<E88BA0>迣郋赲郋邿 <20>郋邾郈訄郇邽邽. <20>郇邽 <20><><EFBFBD>迮邾<E8BFAE><E982BE><EFBFBD><EFBFBD><><EFBFBD>赲邽<E8B5B2><E982BD> <20>迮訇<E8BFAE> 郕訄郕 <20>郈郋<E98388>郋訇郇<E8A887><20>郅迮郇<E8BFAE> <20><><EFBFBD>.","El Sindicato Laboral de Durotar es un grupo de Goblins que se unieron a la Horda despu矇s de desertar Ventura y C穩a. Est獺n ansiosos por demostrar que son miembros capaces de la Horda.","O Sindicato Trabalhista de Durotar 矇 um grupo de Goblins que se uniram <20> Horda ap籀s desertarem da Empreendimentos S.A. Eles est瓊o ansiosos para provar seu valor como membros competentes da Horda.",4128876
"<EFBFBD><EFBFBD><EFBFBD> 苤郈<E88BA4>訄赲迮迡郅邽赲郋<E8B5B2><E9838B>",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","","","","","","Brotherhood of the Horse",0,0,"Bruderschaft des Pferdes","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>赲郋 <20>郋郇<E9838B>","Hermandad del Caballo","Irmandade do Cavalo",4128894,"The Gallant Knights of Azeroth ride into battle upon their armored steeds to prevent the invasion of their homeland.",0,0,"Die Galanten Ritter von Azeroth reiten auf gepanzerten Streitrossen in die Schlacht, um die Invasion ihrer Heimat zu verhindern.","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>𪄳瘜賣<EFBFBD><EFBFBD><EFBFBD>憯恍<EFBFBD><EFBFBD><EFBFBD>隞碶賑<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>撽砍<EFBFBD>韏湔<EFBFBD><EFBFBD><EFBFBD><EFBFBD>餅迫<EFBFBD>䔶犖<EFBFBD>乩噩隞碶賑<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋訇郅迮<EFBFBD><EFBFBD><EFBFBD><20><><EFBFBD><EFBFBD><20>郱迮<E983B1><EFBFBD><20>郕訄<E98395><E8A884><EFBFBD> 赲 訇郋邿 郇訄 <20>赲郋邽<E9838B> 郱訄郕郋赲訄郇郇<E98387><E98387> 赲 訇<>郋郇<E9838B> 郕郋郇<E9838B><E98387>, <20><>郋訇<E9838B><>迮迡郋<E8BFA1><EFBFBD><EFBFBD><EFBFBD><E982BD><><EFBFBD>迠迮郇邽迮 郇訄 <20>赲郋<E8B5B2> <20>郋迡邽郇<E982BD>.","Los Valientes Caballeros de Azeroth cabalgan hacia la batalla sobre sus caballos acorazados para prevenir la invasi籀n de su tierra natal.","Os Cavaleiros Galantes de Azeroth cavalgam para a batalha em seus corc矇is armadurados para evitar a invas瓊o de sua terra natal.",4128844
"<EFBFBD>赲郋 苤郈<E88BA4>訄赲迮迡郅邽赲郋<E8B5B2><E9838B>",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","","","","","","Sythegore Arm",0,0,"Sythegore-Arm","韏𥟇鱻<EFBFBD><EFBFBD><EFBFBD>銋贝<EFBFBD>","<EFBFBD><EFBFBD>郕訄 苤訄邿郱迣郋<E8BFA3>","Brazo Segasangre","Bra癟o Sythegore",4128894,"Elite raiders of the Blackrock Clan, now unleashed upon Elwynn Forest to see it burn.",0,0,"Elitek瓣mpfer des Schwarzfelsklans, die nun in den Wald von Elwynn ausgesandt wurden, um ihn in Flammen aufgehen zu lassen.","暺𤑳𨺗瘞𤩺<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>憭箄<EFBFBD><EFBFBD>賑嚗<EFBFBD><EFBFBD>隞𡃏◤瘣曉<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭脩尐閫<EFBFBD><EFBFBD><EFBFBD><EFBFBD>𡁏<EFBFBD><EFBFBD><EFBFBD>𦶢餈僐<EFBFBD><EFBFBD>","衪郅邽<EFBFBD><EFBFBD><20>迮邿迡迮<E8BFA1><E8BFAE> 邽郱 <20>郅訄郇訄 虴迮<E899B4>郇郋邿 <20><EFBFBD><E9838B>, 赲<><EFBFBD><E98388>迮郇郇<E98387>迮 郇訄 赲郋郅<E9838B> 赲 衪郅赲邽郇郇<E98387>郕邽邿 郅迮<E98385>, <20><>郋訇<E9838B> <20>迠迮<E8BFA0><E8BFAE> 迮迣郋 迡郋<E8BFA1>郅訄.","Jinetes de 矇lite del Clan Roca Negra, ahora desatados en el Bosque de Elwynn para verlo arder.","Invasores de elite do Cl瓊 Rocha Negra, agora soltos sobre a Floresta de Elwynn para v礙-la queimar.",4128844
"<EFBFBD><EFBFBD> 苤郈<E88BA4>訄赲迮迡郅邽赲郋<E8B5B2><E9838B>",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","","","","","","Keepers of Outerend",0,0,"H羹ter von Outerend","憭硋<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄郇邽<EFBFBD>迮郅邽 <20>郇迮<E98387>郇迮迣郋 <20><>迮迡迮郅訄","Guardianes de Outrend","Guardi繭es de Outerend",4128894,"These stalwart servants have kept the relic Outerend safe for a dozen millennia. With the coming darkness, they now seek to guide mortals to protect Azeroth.",0,0,"Diese standhaften Diener haben das Relikt Outerend 羹ber Jahrtausende bewahrt. Angesichts der nahenden Dunkelheit suchen sie nun nach sterblichen Verb羹ndeten im Kampf um Azeroth.","餈嗘<EFBFBD>敹㰘<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>歇靽嘥㪗<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𧑐<EFBFBD>𨅯<EFBFBD><EFBFBD><EFBFBD>嗪鵭颲曆<EFBFBD>撟港<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>隞𢠃<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>隞碶賑甇<EFBFBD><EFBFBD>撖澆𥣞鈭箏<EFBFBD>憯思蛹<EFBFBD>暹魚<EFBFBD>㗇鱻<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><20><>郋邿郕邽迮 <20><EFBFBD>迠邽<E8BFA0>迮郅邽 <20><>訄郇邽郅邽 <20>迮郅邽郕赲邽<E8B5B2> <20>郇迮<E98387>郇迮迣郋 <20><>迮迡迮郅訄 郇訄 郈<><EFBFBD><E9838B>迠迮郇邽邽 迡迮<E8BFA1><E8BFAE><EFBFBD>郕郋赲 <20><><EFBFBD><EFBFBD><EFBFBD>迮郅迮<E98385>邽邿. 苤 郇訄<E98387><E8A884><EFBFBD>郈郅迮郇邽迮邾 <20><><EFBFBD> 郋郇邽 <20><><EFBFBD>迮邾<E8BFAE><E982BE><EFBFBD><EFBFBD> 郇訄郈<E8A884>訄赲邽<E8B5B2><E982BD> <20>邾迮<E982BE><E8BFAE><EFBFBD><E98387> 郇訄 郱訄<E983B1><EFBFBD><E982BD> <20>郱迮<E983B1><EFBFBD>訄.","Estos servidores leales han mantenido la reliquia Outerend a salvo durante docenas de milenios. Con la oscuridad que se avecina, ahora buscan guiar a los mortales a luchar por Azeroth.","Esses fi矇is servos guardaram a rel穩quia Outerend por doze mil礙nios. Com a escurid瓊o que se aproxima, agora buscam guiar os mortais a lutar por Azeroth.",4128844
"赲郋 苤郈<E88BA4>訄赲迮迡郅邽赲郋<E8B5B2><E9838B>",29,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","PIELER, Mensch","","","","","Wardens of Time",0,0,"W瓣chter der Zeit","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>訄迠邽 <20><>迮邾迮郇邽","Guardianes del Tiempo","Guardi瓊o do Tempo",4128894,"This specific group of the Bronze Dragonflight will accept the aid of any mortal that have earned access to the Caverns of Time. Their goal is to undo the mysterious time anomalies that have recently begun to appear across the timeways.",0,0,"Diese spezielle Gruppe des bronzenen Drachenschwarms nimmt jene Sterblichen auf, die sich Zugang zu den H繹hlen der Zeit verdient haben. Ihr Ziel ist es, die r瓣tselhaften Zeitst繹rungen zu beseitigen, die zuletzt in den Zeitlinien aufgetaucht sind.","餈蹱𣈲<EFBFBD><EFBFBD>樴坔<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>撠誯<EFBFBD><EFBFBD><EFBFBD><EFBFBD>亦熙隞颱<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銋讠庖餈𥕦<EFBFBD><EFBFBD><EFBFBD><EFBFBD>𥣞鈭箇<EFBFBD><EFBFBD>誩𨭌<EFBFBD><EFBFBD><EFBFBD>隞祉<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>嗅銁<EFBFBD>園𡢿蝥踹<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>嗥征鋆<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄 郋<>郋訇訄<E8A887><><E8BFA3>郈郈訄 <20><>郋郇郱郋赲<E9838B><E8B5B2> <20><>訄郕郋郇郋赲 郈<>邽邾迮<E982BE> 郈郋邾郋<E982BE><E9838B><>訇郋迣郋 <20>邾迮<E982BE><E8BFAE>郇郋迣郋, 郈郋郅<E9838B><E98385>邽赲<E982BD>迮迣郋 迡郋<E8BFA1><E9838B><EFBFBD>郈 赲 <20><EFBFBD><EFBFBD><E8BFAE> <20><>迮邾迮郇邽. <20><> <20>迮郅<E8BFAE> - <20><><EFBFBD><EFBFBD>訄郇邽<E98387><E982BD> <20>訄邽郇<E982BD><E98387>赲迮郇郇<E98387>迮 赲<>迮邾迮郇郇<E98387>迮 訄郇郋邾訄郅邽邽, 郕郋<E98395><EFBFBD><E9838B>迮 郇迮迡訄赲郇郋 郇訄<E98387>訄郅邽 郈郋<E98388>赲郅<E8B5B2><E98385><EFBFBD><EFBFBD><EFBFBD> 郇訄 赲<>迮邾迮郇郇<E98387><E98387><><E98388><EFBFBD><EFBFBD>.","Este grupo espec穩fico del Vuelo de Dragones de Bronce aceptar獺 la ayuda de cualquier mortal que haya ganado acceso a las Cavernas del Tiempo. Su objetivo es deshacer las misteriosas anomal穩as temporales que recientemente han comenzado a aparecer a lo largo de los caminos del tiempo.","Este grupo espec穩fico da Revoada de Bronze aceitar獺 a ajuda de qualquer mortal que tenha ganho acesso <20>s Cavernas do Tempo. Seu objetivo 矇 desfazer as misteriosas anomalias temporais que come癟aram a aparecer pelos caminhos do tempo.",4128844
"<EFBFBD> 苤郈<E88BA4>訄赲迮迡郅邽赲郋<E8B5B2><E9838B>",30,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,0,0,"","","PIELER, Mensch","","","","","Steamwheedle Blood Ring",0,0,"Dampfdruck-Blutring","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋赲訄赲郋迮 <20>郋郅<E9838B><E98385>郋 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽","Anillo de Sangre Bonvapor","Circulo de Sangue Bondebico",4128894,"A grand arena tournament organized by the Steamwheedle Cartel. The strongest fighters are invited to compete in the bloody sands for fame and great rewards provided by the Arena masters of the Cartel.",0,0,"Ein gro<72>es Arenaturnier, organisiert vom Dampfd羹senkartell. Die st瓣rksten K瓣mpfer werden eingeladen, im blutigen Sand um Ruhm und gro<72>e Belohnungen zu k瓣mpfen.","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>憭抒<EFBFBD>蝡墧<EFBFBD><EFBFBD>粹釺<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>撘箏之<EFBFBD><EFBFBD><EFBFBD>憯思賑<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>瘝坔𧑐銝羓<EFBFBD>鈭㚁<EFBFBD><EFBFBD>憯唳<EFBFBD><EFBFBD>𣬚<EFBFBD><EFBFBD><EFBFBD><EFBFBD>箇恣<EFBFBD><EFBFBD><EFBFBD><EFBFBD>𣂷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>𡁜<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>訄郇迡邽郋郱郇<EFBFBD><20><><EFBFBD>郇邽<E98387> 郇訄 訄<>迮郇迮, 郋<>迣訄郇邽郱郋赲訄郇郇<E98387>邿 郕訄<E98395><E8A884>迮郅迮邾 苭邽<E88BAD><E982BD>郋邿 虼迮<E899BC><E8BFAE><EFBFBD>迮郇郕邽. 苤邽郅<E982BD>郇迮邿<E8BFAE>邽迮 訇郋邿<E9838B><E982BF><>邽迣郅訄<E98385><EFBFBD><E8A884><EFBFBD><EFBFBD> <20><>訄郱邽<E983B1><E982BD><EFBFBD><EFBFBD> 赲 郕<>郋赲訄赲<E8A884><E8B5B2> 郈迮<E98388>郕訄<E98395> 郱訄 <20>郅訄赲<E8A884> 邽 訇郋郅<E9838B><E98385>邽迮 郇訄迣<E8A884>訄迡<E8A884>, 郕郋<E98395><EFBFBD><E9838B>迮 郈<>迮迡郋<E8BFA1><E9838B>訄赲郅<E8B5B2><E98385><EFBFBD> 邾訄<E982BE><E8A884><EFBFBD>訄 訄<>迮郇<E8BFAE> <20><EFBFBD><E8A884>迮郅<E8BFAE>","Un gran torneo de arena organizado por el Cartel Bonvapor. Los luchadores m獺s fuertes son invitados a competir en las sangrientas arenas por fama y grandes recompensas proporcionadas por los Maestros de la Arena del Cartel.","Um grande torneio de arena organizado pelo Cartel Bondebico. Os lutadores mais fortes s瓊o convidados a competir nas areias sangrentas por fama e grandes recompensas fornecidas pelos mestres da Arena do Cartel.",4128844
"郋 苤郈<E88BA4>訄赲迮迡郅邽赲郋<E8B5B2><E9838B>",4294967295,"菩棣鉼覜紹憾<EFBFBD><EFBFBD><EFBFBD>","","","","","",0,0,4294925296,0,"","","","","","","","Infinite Dragonflight",0,0,"Unendlicher Drachenschwarm","瘞豢<EFBFBD>樴坔<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>訄郕郋郇 <20><EFBFBD>郕郋郇迮<E98387>郇郋<E98387><E9838B>","Vuelo Infinito de Dragones","Revoada Infinita",4128894,"Mysterious corrupted Dragons bent on corrupting the timeways.",0,0,"Geheimnisvolle, verderbte Drachen, die darauf aus sind, die Zeitlinien zu korrumpieren.","餈嗘<EFBFBD><EFBFBD>閗氜<EFBFBD><EFBFBD>楊樴躰砥蝘䁅緒瘚页<EFBFBD><EFBFBD>誩㦛<EFBFBD>剜𤩅<EFBFBD>園𡢿蝥輻<EFBFBD>頧刻蕨<EFBFBD><EFBFBD>","苠訄邽郇<EFBFBD><EFBFBD>赲迮郇郇<EFBFBD><20>訄郱赲<E983B1><EFBFBD><E8A884>郇郇<E98387>迮 迡<>訄郕郋郇<E9838B>, <20><><EFBFBD>迮邾<E8BFAE><E982BE>邽迮<E982BD><E8BFAE><>郕赲迮<E8B5B2>郇邽<E98387><E982BD><>迮邾迮郇郇<E98387>迮 郈<><E98388>邽.","Dragones misteriosos y corruptos empe簽ados en corromper los caminos del tiempo.","Misteriosos drag繭es corrompidos com o objetivo de deturpar os caminhos do tempo.",4128876
" 苤郈<E88BA4>訄赲迮迡郅邽赲郋<E8B5B2><E9838B>",32,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,0,4294925296,"","","PIELER, Mensch","LAYER, Human","","","","Kul Tiras",0,0,"Kul Tiras","摨枏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郅-苠邽<E88BA0><EFBFBD>","Kul Tiras","Kul Tiras",4128894,"Masters of the seas and retainers of Azeroth's finest navy, the merchant nation-island of Kul Tiras is now one of the last standing human kingdoms.",0,0,"Kul Tiras ist eine Inselkette im Gro<72>en Meer westlich der <20>stlichen K繹nigreiche und Heimat der gleichnamigen menschlichen Nation. Die Marine von Kul Tiras war seit jeher mit der Allianz verb羹ndet, hat diese Treue jedoch seit dem Fall von Lordaeron noch nicht erneuert.","摨枏<EFBFBD><EFBFBD><EFBFBD><EFBFBD>舀糓雿滢<EFBFBD><EFBFBD>惩偷銋𧢲絲銝剔<EFBFBD><EFBFBD>銝芰黎撗𨥈<EFBFBD>雿滢<EFBFBD>銝𣈯<EFBFBD><EFBFBD>见𤙴隞亥正嚗䔶<EFBFBD><EFBFBD><EFBFBD><EFBFBD>滢犖蝐餃𤙴摰嗥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>典𧑐<EFBFBD><EFBFBD><EFBFBD>撠娍<EFBFBD><EFBFBD>㗇鱻<EFBFBD><EFBFBD><EFBFBD>𥡝䌊<EFBFBD>𠉛<EFBFBD><EFBFBD><EFBFBD>隞交䔉撠曹<EFBFBD><EFBFBD><EFBFBD><EFBFBD>𠉛<EFBFBD>蝏梶<EFBFBD>嚗䔶<EFBFBD><EFBFBD><EFBFBD>銝嫣憐瘝阡萅<EFBFBD>𠬍<EFBFBD>隞碶賑撠𡁏𧊋<EFBFBD>滨𤚗隞碶賑<EFBFBD><EFBFBD><EFBFBD><EFBFBD>敹㰘<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郅-苠邽<E88BA0><EFBFBD> - <20><><20>迮郈<E8BFAE><><E9838B><EFBFBD>郋赲郋赲, <20><EFBFBD>郈郋郅郋迠迮郇郇<E98387><E98387><20>迮郅邽郕郋邾 <20><EFBFBD>迮, 郕 郱訄郈訄迡<E8A884><> <20><EFBFBD><E9838B><EFBFBD><EFBFBD><E98387> <20><EFBFBD>郋郅迮赲<E8BFAE><E8B5B2>赲, 邽 <20>赲郅<E8B5B2><E98385><EFBFBD><EFBFBD><E982BD><EFBFBD> 迡郋邾郋邾 迡郅<E8BFA1> 郋迡郇郋邽邾迮郇郇郋邿 <20>迮郅郋赲迮<E8B5B2><EFBFBD>郕郋邿 郇訄<E98387>邽邽. <20>郋迮郇郇郋-邾郋<E982BE><E9838B>郕郋邿 <20>郅郋<E98385> <20><>郅-苠邽<E88BA0><EFBFBD>訄 訇<><20><EFBFBD>郱訄郇 <20> <20><EFBFBD><E98385><EFBFBD>郋邾 <20> 邾郋邾迮郇<E8BFAE>訄 迮迣郋 郋<>郇郋赲訄郇邽<E98387>, 郇郋 迮邾<E8BFAE><>迮 郈<>迮迡<E8BFAE><E8BFA1>郋邽<E9838B> 郈郋迡<E9838B>赲迮<E8B5B2>迡邽<E8BFA1><E982BD> <20>赲郋<E8B5B2> 赲迮<E8B5B2>郇郋<E98387><E9838B><EFBFBD> 郈郋<E98388>郅迮 郈訄迡迮郇邽<E98387> <20><EFBFBD>迡迮<E8BFA1>郋郇訄.","Kul Tiras es un conjunto de islas ubicado en el Gran Mar, al oeste de los Reinos del Este, y es hogar de la naci籀n humana del mismo nombre. La armada de Kul Tiras ha estado alineada con la Alianza desde su fundaci籀n, pero a繳n no ha reafirmado estas lealtades tras la ca穩da de Lordaeron.","Kul Tiras 矇 um arquip矇lago localizado no Grande Mar, a oeste dos Reinos do Leste, e 矇 lar da na癟瓊o humana de mesmo nome. A marinha de Kul Tiras tem sido alinhada com a Alian癟a desde sua funda癟瓊o, mas ainda n瓊o reafirmou essas lealdades ap籀s a queda de Lordaeron.",4128876
"苤郈<EFBFBD>訄赲迮迡郅邽赲郋<EFBFBD><EFBFBD>",26,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 苠訄<E88BA0><E8A884>迮郇",", Undead","","","","",0,0,4294925296,0,"","","YER, Human","YER, Human","","","","Stonemaul Tribe",0,0,"Stamm der Steinschl瓣ger","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","Stonemaul Tribe","Tribu Quebrantarocas","Tribo Stonemaul",4128894,"The Stonemaul Ogres joined the Horde under the auspices of the Mok'nathal Rexxar. They have since been welcoming and friendly to the Horde.",0,0,"Die Oger von Steinbrecher haben sich unter der F羹hrung von Mok'nathal Rexxar der Horde angeschlossen. Seither begegnen sie der Horde mit Offenheit und Freundschaft.","<EFBFBD><EFBFBD>憌煺犖擳𥪜銁<EFBFBD><EFBFBD>蝥唾𨫢瘞𤩺<EFBFBD><EFBFBD><EFBFBD>𡺨<EFBFBD>贝𨫢<EFBFBD><EFBFBD>𣈲<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>甇文笆<EFBFBD>刻氜<EFBFBD>见末<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD> <20>訄邾迮郇郇郋迣郋 <20>郋郅訄 郈<><EFBFBD>郋迮迡邽郇邽郅邽<E98385><E982BD><20><>迡迮 郈郋迡 郈郋郕<E9838B>郋赲邽<E8B5B2>迮郅<E8BFAE><E98385><EFBFBD>赲郋邾 <20>郋郕'郇訄<E98387>訄郅訄 <20>迮郕<E8BFAE><EFBFBD>訄. 苤 <20><EFBFBD> 郈郋<E98388> 郋郇邽 郋<>郇郋<E98387><E9838B><EFBFBD><EFBFBD><EFBFBD><20><>迡迮 郈<>邽赲迮<E8B5B2>郅邽赲郋 邽 迡<><E8BFA1>迠迮郅<E8BFAE>訇郇郋.","Los Ogros Quebrantarrocas se unieron a la Horda bajo el auspicio del Mok'nathal Rexxar. Desde entonces han sido acogedores y amigables con la Horda.","Os Ogros Pedramalho se uniram <20> Horda sob a lideran癟a do Mok'nathal Rexxar. Desde ent瓊o, t礙m sido acolhedores e amig獺veis com a Horda.",4128876
"<EFBFBD>訄赲迮迡郅邽赲郋<EFBFBD><EFBFBD>",4294967295,"","","","","","",0,0,0,0,"","","","","","","","Beast - Fox",0,0,"Wildtier - Fuchs","<EFBFBD>𤾸<EFBFBD>-<2D>鞟䧧","<EFBFBD>邽赲郋<EFBFBD>郇郋迮: <20><EFBFBD>","Bestia: Zorro","Fera - Raposa",4128894,"Kon",0,0,"Kon","<EFBFBD><EFBFBD>","<EFBFBD>郋郇","Kon","Kon",4128876

Can't render this file because it has a wrong number of fields in line 2.

View file

@ -69,7 +69,7 @@
71,68,2081,5,4,10,0,0,0,0,0,0,0,0
72,58,1,8,0,1,0,0,0,0,58,0,0,0
73,669,1,8,0,1,0,0,0,0,669,0,0,0
74,60,1,8,0,1,289,0,0,0,60,0,0,0
74,60,1,8,0,1,289,1010,0,0,60,0,0,0
76,61,33,0,2,4,0,0,0,0,61,0,0,0
77,62,0,8,0,0,0,0,0,0,0,0,0,0
78,63,0,8,0,1,0,0,0,0,0,0,0,0
@ -155,14 +155,14 @@
330,229,1,8,0,0,0,0,0,0,229,0,0,0
350,88,0,8,0,0,0,0,0,0,88,0,0,0
370,915,33,8,8,1,912,0,0,0,915,0,0,0
371,269,0,2,2,4,0,0,0,0,269,0,0,0
371,269,0,2,2,4,20,0,0,0,269,0,0,0
390,21,33,0,0,0,60,0,0,0,21,0,0,0
410,43,1,8,0,1,0,0,0,0,43,0,0,0
411,310,1,8,0,1,0,0,0,0,310,0,0,0
412,510,33,4,4,2,509,0,0,0,510,0,0,0
413,309,1,8,0,1,0,0,0,0,309,0,0,0
414,576,1,8,0,1,65,0,0,0,576,0,0,0
415,311,1,8,0,1,0,0,0,0,311,0,0,0
415,311,1,8,0,1,0,0,0,0,311,1007,0,0
416,311,0,8,0,0,0,0,0,0,0,0,0,0
430,329,0,0,0,0,0,0,0,0,0,0,0,0
450,229,33,8,0,1,40,0,0,0,229,0,0,0
@ -175,14 +175,15 @@
494,389,32,8,0,1,53,0,0,0,389,0,0,0
495,40,2121,1,1,8,0,0,0,0,40,0,0,0
514,409,1,8,0,1,0,0,0,0,409,0,0,0
534,189,0,2,2,0,0,0,0,0,0,0,0,0
534,469,0,2,2,0,0,0,0,0,0,0,0,0
540,54,2081,2,2,12,0,0,0,0,0,0,0,0
554,429,1,8,0,7,0,0,0,0,429,0,0,0
574,449,33,8,0,1,450,0,0,0,449,0,0,0
575,450,0,8,0,1,0,0,0,0,450,0,0,0
594,32,0,8,0,0,0,0,0,0,0,0,0,0
614,36,9,0,1,0,0,0,0,0,36,0,0,0
634,14,0,8,0,0,0,0,0,0,0,0,0,0
635,609,1,0,0,0,0,0,0,0,609,0,0,0
635,609,1,0,0,0,0,0,0,0,609,1003,1015,0
636,576,0,8,0,1,65,0,0,0,576,0,0,0
637,470,6177,1,0,8,0,0,0,0,470,0,0,0
654,82,1,8,0,1,0,0,0,0,82,0,0,0
@ -190,7 +191,7 @@
674,48,1,0,0,0,0,0,0,0,48,0,0,0
694,471,0,2,2,4,0,0,0,0,471,0,0,0
695,749,1,0,0,0,0,0,0,0,749,0,0,0
714,66,33,4,4,0,0,0,0,0,0,0,0,0
714,67,33,4,4,0,0,0,0,0,0,0,0,0
734,48,1,1,1,0,0,0,0,0,48,0,0,0
735,489,0,1,1,0,0,0,0,0,489,0,0,0
736,489,1,8,0,1,0,0,0,0,489,0,0,0
@ -215,12 +216,12 @@
934,575,0,8,0,1,0,0,0,0,575,0,0,0
954,73,0,8,0,1,0,0,0,0,73,0,0,0
974,20,0,8,0,1,0,0,0,0,20,0,0,0
994,609,0,0,0,0,0,0,0,0,609,0,0,0
994,609,0,0,0,0,0,0,0,0,609,1003,0,0
995,81,33,4,4,2,0,0,0,0,0,0,0,0
996,609,33,1,0,8,249,0,0,0,609,0,0,0
996,609,33,1,0,8,249,0,0,0,609,1003,0,0
1014,629,1,0,0,0,0,0,0,0,629,0,0,0
1015,629,0,0,0,0,0,0,0,0,629,0,0,0
1034,66,0,4,0,2,0,0,0,0,0,0,0,0
1034,67,0,4,0,2,0,0,0,0,0,0,0,0
1054,471,2081,3,2,12,0,0,0,0,471,0,0,0
1055,471,33,2,2,4,0,0,0,0,471,0,0,0
1074,76,1,4,4,2,0,0,0,0,0,0,0,0
@ -246,7 +247,7 @@
1234,750,33,8,0,1,749,0,0,0,750,0,0,0
1235,750,1,8,0,1,749,0,0,0,750,0,0,0
1236,750,0,8,0,1,749,0,0,0,750,0,0,0
1254,609,4129,1,0,8,0,0,0,0,609,0,0,0
1254,609,4129,1,0,8,0,0,0,0,609,1003,0,0
1274,7,33,0,0,4,0,0,0,0,0,0,0,0
1275,7,33,0,0,2,0,0,0,0,0,0,0,0
1294,771,0,8,0,1,770,0,0,0,0,0,0,0
@ -285,11 +286,13 @@
1598,510,0,4,4,2,509,0,0,0,510,0,0,0
1599,509,0,2,2,4,510,0,0,0,509,0,0,0
1600,69,33,2,2,8,0,0,0,0,0,0,0,0
1601,910,33,0,0,0,249,80,0,0,910,531,0,0
1605,531,0,0,0,1,0,0,0,0,531,0,0,0
1601,910,33,0,0,0,249,80,1009,0,910,531,1007,0
1605,910,0,0,0,1,0,0,0,0,910,531,0,0
1606,7,0,0,4,2,7,0,0,0,0,0,0,0
1607,7,0,0,4,2,7,0,0,0,0,0,0,0
1608,609,73,1,0,8,249,0,0,0,609,0,0,0
1609,927,72,5,4,10,0,0,0,0,0,0,0,0
1610,914,72,3,2,12,0,0,0,0,0,0,0,0
1611,47,65,3,2,4,916,0,0,0,0,0,0,0
1612,76,65,5,4,2,916,0,0,0,0,0,0,0
1613,912,0,1,1,0,915,0,0,0,912,0,0,0
@ -313,3 +316,19 @@
1673,950,0,0,0,0,951,0,0,0,950,0,0,0
1676,954,0,0,15,0,0,0,0,0,954,0,0,0
1677,951,0,0,15,0,0,0,0,0,954,0,0,0
1678,789,1,0,0,0,0,0,0,0,789,0,0,0
1679,630,1,0,0,0,0,0,0,0,630,0,0,0
1682,1001,2081,4,4,2,0,0,0,0,0,0,0,0
1685,72,0,2,2,4,14,16,0,0,72,371,0,0
1686,1004,1,2,2,4,1005,0,0,0,1004,0,0,0
1687,1005,2081,5,4,10,1004,0,0,0,1005,0,0,0
1688,1006,1,0,0,0,249,0,0,0,1006,0,0,0
1689,1007,1,0,0,0,1009,0,0,0,1007,910,531,311
1690,1008,1,0,0,0,0,0,0,0,1008,169,0,0
1691,1009,1,0,0,0,1007,910,531,0,1009,0,0,0
1693,1011,33,2,2,4,0,0,0,0,1011,73,0,0
1694,1012,0,4,4,2,0,0,0,0,1012,76,0,0
1695,71,33,2,2,12,0,0,0,0,71,0,0,0
1696,1013,16,0,0,0,28,0,0,0,0,0,0,0
1697,531,0,0,0,1,0,0,0,0,531,910,0,0
1698,1014,33,5,4,10,0,0,0,0,1014,0,0,0

1 # fields=14
69 71,68,2081,5,4,10,0,0,0,0,0,0,0,0
70 72,58,1,8,0,1,0,0,0,0,58,0,0,0
71 73,669,1,8,0,1,0,0,0,0,669,0,0,0
72 74,60,1,8,0,1,289,0,0,0,60,0,0,0 74,60,1,8,0,1,289,1010,0,0,60,0,0,0
73 76,61,33,0,2,4,0,0,0,0,61,0,0,0
74 77,62,0,8,0,0,0,0,0,0,0,0,0,0
75 78,63,0,8,0,1,0,0,0,0,0,0,0,0
155 330,229,1,8,0,0,0,0,0,0,229,0,0,0
156 350,88,0,8,0,0,0,0,0,0,88,0,0,0
157 370,915,33,8,8,1,912,0,0,0,915,0,0,0
158 371,269,0,2,2,4,0,0,0,0,269,0,0,0 371,269,0,2,2,4,20,0,0,0,269,0,0,0
159 390,21,33,0,0,0,60,0,0,0,21,0,0,0
160 410,43,1,8,0,1,0,0,0,0,43,0,0,0
161 411,310,1,8,0,1,0,0,0,0,310,0,0,0
162 412,510,33,4,4,2,509,0,0,0,510,0,0,0
163 413,309,1,8,0,1,0,0,0,0,309,0,0,0
164 414,576,1,8,0,1,65,0,0,0,576,0,0,0
165 415,311,1,8,0,1,0,0,0,0,311,0,0,0 415,311,1,8,0,1,0,0,0,0,311,1007,0,0
166 416,311,0,8,0,0,0,0,0,0,0,0,0,0
167 430,329,0,0,0,0,0,0,0,0,0,0,0,0
168 450,229,33,8,0,1,40,0,0,0,229,0,0,0
175 494,389,32,8,0,1,53,0,0,0,389,0,0,0
176 495,40,2121,1,1,8,0,0,0,0,40,0,0,0
177 514,409,1,8,0,1,0,0,0,0,409,0,0,0
178 534,189,0,2,2,0,0,0,0,0,0,0,0,0 534,469,0,2,2,0,0,0,0,0,0,0,0,0
179 540,54,2081,2,2,12,0,0,0,0,0,0,0,0
180 554,429,1,8,0,7,0,0,0,0,429,0,0,0
181 574,449,33,8,0,1,450,0,0,0,449,0,0,0
182 575,450,0,8,0,1,0,0,0,0,450,0,0,0
183 594,32,0,8,0,0,0,0,0,0,0,0,0,0
184 614,36,9,0,1,0,0,0,0,0,36,0,0,0
185 634,14,0,8,0,0,0,0,0,0,0,0,0,0
186 635,609,1,0,0,0,0,0,0,0,609,0,0,0 635,609,1,0,0,0,0,0,0,0,609,1003,1015,0
187 636,576,0,8,0,1,65,0,0,0,576,0,0,0
188 637,470,6177,1,0,8,0,0,0,0,470,0,0,0
189 654,82,1,8,0,1,0,0,0,0,82,0,0,0
191 674,48,1,0,0,0,0,0,0,0,48,0,0,0
192 694,471,0,2,2,4,0,0,0,0,471,0,0,0
193 695,749,1,0,0,0,0,0,0,0,749,0,0,0
194 714,66,33,4,4,0,0,0,0,0,0,0,0,0 714,67,33,4,4,0,0,0,0,0,0,0,0,0
195 734,48,1,1,1,0,0,0,0,0,48,0,0,0
196 735,489,0,1,1,0,0,0,0,0,489,0,0,0
197 736,489,1,8,0,1,0,0,0,0,489,0,0,0
216 934,575,0,8,0,1,0,0,0,0,575,0,0,0
217 954,73,0,8,0,1,0,0,0,0,73,0,0,0
218 974,20,0,8,0,1,0,0,0,0,20,0,0,0
219 994,609,0,0,0,0,0,0,0,0,609,0,0,0 994,609,0,0,0,0,0,0,0,0,609,1003,0,0
220 995,81,33,4,4,2,0,0,0,0,0,0,0,0
221 996,609,33,1,0,8,249,0,0,0,609,0,0,0 996,609,33,1,0,8,249,0,0,0,609,1003,0,0
222 1014,629,1,0,0,0,0,0,0,0,629,0,0,0
223 1015,629,0,0,0,0,0,0,0,0,629,0,0,0
224 1034,66,0,4,0,2,0,0,0,0,0,0,0,0 1034,67,0,4,0,2,0,0,0,0,0,0,0,0
225 1054,471,2081,3,2,12,0,0,0,0,471,0,0,0
226 1055,471,33,2,2,4,0,0,0,0,471,0,0,0
227 1074,76,1,4,4,2,0,0,0,0,0,0,0,0
247 1234,750,33,8,0,1,749,0,0,0,750,0,0,0
248 1235,750,1,8,0,1,749,0,0,0,750,0,0,0
249 1236,750,0,8,0,1,749,0,0,0,750,0,0,0
250 1254,609,4129,1,0,8,0,0,0,0,609,0,0,0 1254,609,4129,1,0,8,0,0,0,0,609,1003,0,0
251 1274,7,33,0,0,4,0,0,0,0,0,0,0,0
252 1275,7,33,0,0,2,0,0,0,0,0,0,0,0
253 1294,771,0,8,0,1,770,0,0,0,0,0,0,0
286 1598,510,0,4,4,2,509,0,0,0,510,0,0,0
287 1599,509,0,2,2,4,510,0,0,0,509,0,0,0
288 1600,69,33,2,2,8,0,0,0,0,0,0,0,0
289 1601,910,33,0,0,0,249,80,0,0,910,531,0,0 1601,910,33,0,0,0,249,80,1009,0,910,531,1007,0
290 1605,531,0,0,0,1,0,0,0,0,531,0,0,0 1605,910,0,0,0,1,0,0,0,0,910,531,0,0
291 1606,7,0,0,4,2,7,0,0,0,0,0,0,0
292 1607,7,0,0,4,2,7,0,0,0,0,0,0,0
293 1608,609,73,1,0,8,249,0,0,0,609,0,0,0
294 1609,927,72,5,4,10,0,0,0,0,0,0,0,0
295 1610,914,72,3,2,12,0,0,0,0,0,0,0,0
296 1611,47,65,3,2,4,916,0,0,0,0,0,0,0
297 1612,76,65,5,4,2,916,0,0,0,0,0,0,0
298 1613,912,0,1,1,0,915,0,0,0,912,0,0,0
316 1673,950,0,0,0,0,951,0,0,0,950,0,0,0
317 1676,954,0,0,15,0,0,0,0,0,954,0,0,0
318 1677,951,0,0,15,0,0,0,0,0,954,0,0,0
319 1678,789,1,0,0,0,0,0,0,0,789,0,0,0
320 1679,630,1,0,0,0,0,0,0,0,630,0,0,0
321 1682,1001,2081,4,4,2,0,0,0,0,0,0,0,0
322 1685,72,0,2,2,4,14,16,0,0,72,371,0,0
323 1686,1004,1,2,2,4,1005,0,0,0,1004,0,0,0
324 1687,1005,2081,5,4,10,1004,0,0,0,1005,0,0,0
325 1688,1006,1,0,0,0,249,0,0,0,1006,0,0,0
326 1689,1007,1,0,0,0,1009,0,0,0,1007,910,531,311
327 1690,1008,1,0,0,0,0,0,0,0,1008,169,0,0
328 1691,1009,1,0,0,0,1007,910,531,0,1009,0,0,0
329 1693,1011,33,2,2,4,0,0,0,0,1011,73,0,0
330 1694,1012,0,4,4,2,0,0,0,0,1012,76,0,0
331 1695,71,33,2,2,12,0,0,0,0,71,0,0,0
332 1696,1013,16,0,0,0,28,0,0,0,0,0,0,0
333 1697,531,0,0,0,1,0,0,0,0,531,910,0,0
334 1698,1014,33,5,4,10,0,0,0,0,1014,0,0,0

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,84 +1,84 @@
# fields=12
1,0,0,0,0,0,0,12,13,10,11,4
1,0,0,0,0,0,0,12,13,10,13,4
2,0,1226141696,0,1232322560,1184235520,1187645952,14,15,494,15,4
3,0,1227785120,0,1232144976,1180274688,1184285696,16,15,496,15,4
4,0,1225272320,0,1231815680,1186201600,1189150720,17,18,497,18,4
5,0,1227315200,3274768384,1232184320,1177451520,1182771200,19,20,10,11,4
6,0,1227948880,0,1232687280,1180272640,1184797696,21,22,454,11,4
7,0,1226797200,0,1230707168,1186576896,1189402112,23,24,456,456,4
5,0,1227315200,3274768384,1232184320,1177451520,1182771200,19,20,463,20,4
6,0,1227948880,0,1232687280,1180272640,1184797696,21,22,454,22,4
7,0,1226797200,0,1230707168,1186576896,1189402112,23,24,456,24,4
8,0,1225333760,0,1232384000,1187676160,1190625280,17,25,497,25,4
9,0,1226178560,0,1233491968,1199112192,1200422912,26,27,409,409,4
9,0,1226178560,0,1233491968,1199112192,1200422912,26,27,409,27,4
10,0,1227714560,1175453696,1230172160,1178921984,1184670720,28,24,493,24,4
11,0,1226657200,0,1228007184,1181341696,1191867904,29,13,499,13,4
12,0,1227933552,0,1227031936,1180132352,1194791936,30,31,10,11,4
13,0,1226728080,3284303872,1226239616,1184081920,1196837120,32,33,10,11,4
14,0,1228492428,1145865592,1232155177,1188117504,1190133760,16,15,496,15,4
12,0,1227933552,0,1227031936,1180132352,1194791936,30,31,10,31,4
13,0,1226728080,3284303872,1226239616,1184081920,1196837120,32,33,10,33,4
14,0,1228492428,1145865667,1232155177,1188117504,1190133760,16,15,496,15,4
15,0,1226685440,3312451584,1232307200,1186693120,1190614016,14,15,494,15,4
16,0,1227009158,1182080913,1229151483,1192003381,1193984212,34,35,406,406,2
17,0,1227343888,1158844416,1232526752,1177350144,1180980224,19,20,10,11,4
16,0,1227009158,1182080911,1229151483,1192003382,1193984212,34,35,406,35,2
17,0,1227343888,1158844416,1232526752,1177350144,1180980224,19,20,463,20,4
18,0,1226977280,0,1232061440,1171390464,1173356544,14,15,494,15,4
19,0,1227589920,0,1233114464,1180534784,1184162304,36,37,36,11,4
20,0,1227659264,0,1230774272,1187381248,1189740544,23,24,456,456,4
19,0,1227589920,0,1233114464,1180534784,1184162304,36,37,36,37,4
20,0,1227659264,0,1230774272,1187381248,1189740544,23,24,456,24,4
21,0,1228328960,0,1230055424,1187144704,1189740544,28,24,493,24,4
22,0,1226166224,1174700032,1229225120,1187985408,1190620160,34,35,406,406,2
23,0,1225908224,1171783680,1229815808,1184235520,1185021952,34,35,406,406,2
24,0,1226313728,1168637952,1229520896,1185021952,1186988032,34,35,406,406,2
25,0,1227807906,1168637952,1229508608,1176850432,1186201600,38,39,10,11,4
26,0,1228144640,0,1229262848,1186988032,1192820736,38,39,10,11,4
27,0,1226153984,0,1224499200,1191867904,1196034560,40,39,407,407,4
28,0,1225384800,0,1226018816,1189251072,1199545600,41,42,10,11,4
29,0,1225330688,0,1224949760,1184034816,1189852672,40,43,407,407,4
22,0,1226166224,1174700032,1229225120,1187985408,1190620160,406,35,406,35,2
23,0,1225908224,1171783680,1229815808,1184235520,1185021952,34,35,406,35,2
24,0,1226313728,1168637952,1229520896,1185021952,1186988032,34,35,406,35,2
25,0,1227807906,1168637952,1229508608,1176850432,1186201600,38,39,470,39,4
26,0,1228144640,0,1229262848,1186988032,1192820736,38,39,470,39,4
27,0,1226153984,0,1224499200,1191867904,1196034560,40,39,407,39,4
28,0,1225384800,0,1226018816,1189251072,1199545600,41,42,472,42,4
29,0,1225330688,0,1224949760,1184034816,1189852672,40,43,407,43,4
30,0,1227884464,0,1225110832,1181263872,1186100736,44,45,457,45,4
31,0,1227099008,0,1225209024,1189340160,1192674560,46,45,10,45,4
32,0,1227123552,0,1224306720,1176098816,1185496064,47,45,10,45,4
31,0,1227099008,0,1225209024,1189340160,1192674560,46,45,473,45,4
32,0,1227123552,0,1224306720,1176098816,1185496064,47,45,473,45,4
33,0,1227616256,0,1224790016,1178518528,1182874624,48,45,457,45,4
34,0,1227228432,1145028608,1225625600,1157521408,1162883072,49,45,10,45,4
35,0,1227672192,0,1225555536,1178115072,1185899008,50,45,10,45,4
36,0,1227683840,0,1226117120,1183633408,1190454784,51,45,10,11,4
37,0,1228408832,0,1226024960,1186642944,1193125632,51,52,10,11,4
38,0,1228486560,0,1225702304,1174835200,1178053632,53,24,10,11,4
39,0,1225897696,0,1233785624,1168863232,1174443008,26,27,409,409,4
34,0,1227228432,1145028608,1225625600,1157521408,1162883072,49,45,473,45,4
35,0,1227672192,0,1225555536,1178115072,1185899008,50,45,473,45,4
36,0,1227683840,0,1226117120,1183633408,1190454784,51,45,10,45,4
37,0,1228408832,0,1226024960,1186642944,1193125632,51,52,10,52,4
38,0,1228486560,0,1225702304,1174835200,1178053632,53,24,10,24,4
39,0,1225897696,0,1233785624,1168863232,1174443008,26,27,409,27,4
40,0,1225965200,1154473984,1232125648,1151328256,1160474624,54,27,494,27,4
41,0,1226435008,0,1232198912,1167257600,1175244800,55,27,10,11,4
41,0,1226435008,0,1232198912,1167257600,1175244800,55,27,469,27,4
42,0,1228657536,0,1224627808,1194590208,1198029056,56,37,444,37,4
43,0,1228340032,1168171008,1224749792,1171886080,1176395776,57,37,457,37,4
44,0,1226459424,0,1225848848,1175646208,1183232512,427,45,422,422,2
45,0,1226899056,0,1227369008,1166454784,1186843648,30,45,10,11,4
44,0,1226459424,0,1225848848,1175646208,1183232512,427,45,422,45,2
45,0,1226899056,0,1227369008,1166454784,1186843648,30,45,10,45,4
46,0,1228301728,1168623616,1224116128,1174486016,1180938240,59,33,457,33,4
47,0,1229332640,1164947456,1224503104,1171070976,1177309184,57,31,457,31,4
48,0,1228152736,1168623616,1223183424,1181745152,1184689152,60,45,60,45,4
49,0,1228046480,1166071808,1223174912,1158467584,1169727488,61,45,61,45,4
50,0,1227148096,1157455872,1230945360,1175291904,1178518528,23,45,456,456,4
51,0,1225862752,1161170944,1231063248,1158918144,1161703424,62,24,10,11,4
52,0,1225820928,1159696384,1231020144,1158475776,1162457088,62,24,10,11,4
53,0,1226681744,1158664192,1224816288,1175695360,1180938240,40,24,407,407,4
54,0,1205927936,0,1233491968,1202777216,1203382144,12,63,10,11,4
55,0,1225916448,3304464384,1226999328,1175888896,1178813440,64,13,10,11,4
56,0,1225858720,1169967104,1226944480,1162145792,1168113664,65,66,10,11,4
57,0,1227099008,0,1233063520,1177309184,1185496064,67,66,10,11,4
50,0,1227148096,1157455872,1230945360,1175291904,1178518528,23,45,456,45,4
51,0,1225862752,1161170944,1231063248,1158918144,1161703424,62,24,10,24,4
52,0,1225820928,1159696384,1231020144,1158475776,1162457088,62,24,10,24,4
53,0,1226681744,1158664192,1224816288,1175695360,1180938240,40,24,407,24,4
54,0,1205927936,0,1233491968,1202777216,1203382144,12,63,10,63,4
55,0,1225916448,3304464384,1226999328,1175888896,1178813440,64,13,10,13,4
56,0,1225858720,1169967104,1226944480,1162145792,1168113664,65,66,10,66,4
57,0,1227099008,0,1233063520,1177309184,1185496064,67,66,10,66,4
58,0,1227737184,0,1228105360,1181745152,1195296000,29,37,499,37,4
59,0,1210526656,3320031232,1233650640,1169727488,1174557696,68,27,10,11,4
60,0,1209996608,3322139648,1233658992,1168672768,1174561792,69,13,10,11,4
61,0,1227080000,1170614272,1226181040,1164685312,1169002496,70,71,10,11,4
62,0,1227933200,0,1224110368,1175847936,1181745152,59,13,457,11,4
63,0,1228473552,1171765248,1226411744,1173760000,1176905728,72,52,10,11,4
64,0,1227710912,0,1232498976,1169428480,1175291904,21,45,454,11,4
65,0,1228147552,1154801664,1232501504,1166712832,1174486016,21,45,454,11,4
66,0,1227907856,1148796928,1232399648,1162145792,1172953088,21,22,454,11,4
67,0,1228011792,3278962688,1233007168,1170534400,1177712640,21,22,454,11,4
59,150,1210526656,3320031232,1233650640,1169727488,1174557696,68,27,10,27,4
60,150,1209996608,3322139648,1233658992,1168672768,1174561792,69,13,10,13,4
61,0,1227080000,1170614272,1226181040,1164685312,1169002496,70,71,10,71,4
62,0,1227933200,0,1224110368,1175847936,1181745152,59,13,457,13,4
63,0,1228473552,1171765248,1226411744,1173760000,1176905728,72,52,10,52,4
64,0,1227710912,0,1232498976,1169428480,1175291904,21,45,454,45,4
65,0,1228147552,1154801664,1232501504,1166712832,1174486016,21,45,454,45,4
66,0,1227907856,1148796928,1232399648,1162145792,1172953088,21,22,454,22,4
67,0,1228011792,3278962688,1233007168,1170534400,1177712640,21,22,454,22,4
68,0,1228031728,0,1231983520,1168920576,1174889472,16,22,496,22,4
69,0,1227813120,1168771072,1232647408,1153753088,1160531968,74,15,74,11,4
70,0,1234183168,0,1234183168,1186302464,1191464704,75,15,10,11,4
71,0,1227530464,1165832192,1232253520,1158467584,1163907072,76,22,10,11,4
72,0,1227125280,1173121024,1230083392,1180132352,1184837632,77,78,10,11,4
73,0,1226657200,1174656000,1230068992,1178518528,1183734272,77,24,10,11,4
74,0,1227317040,1179015168,1230388656,1154048000,1163759616,77,24,10,11,4
75,0,1227400688,1176329216,1229833104,1160531968,1167306752,77,24,10,11,4
76,0,1226755376,1180940288,1230338992,1172146176,1177309184,77,24,10,11,4
77,0,1225845536,0,1231247936,1181420544,1183525888,79,24,10,11,3
78,0,1227227504,1166395392,1230560704,1174889472,1178518528,23,13,456,456,4
79,0,1228583024,1166292992,1223744128,1166786560,1168629760,80,24,10,11,3
80,0,1228989360,1164414976,1223672000,1174889472,1176098816,81,13,10,11,4
69,0,1227813120,1168771072,1232647408,1153753088,1160531968,74,15,74,15,4
70,0,1234183168,0,1234183168,1186302464,1191464704,75,15,10,15,4
71,0,1227530464,1165832192,1232253520,1158467584,1163907072,76,22,465,22,4
72,0,1227125280,1173121024,1230083392,1180132352,1184837632,77,78,471,78,4
73,0,1226657200,1174656000,1230068992,1178518528,1183734272,77,24,471,24,4
74,0,1227317040,1179015168,1230388656,1154048000,1163759616,77,24,471,24,4
75,0,1227400688,1176329216,1229833104,1160531968,1167306752,77,24,471,24,4
76,0,1226755376,1180940288,1230338992,1172146176,1177309184,77,24,471,24,4
77,0,1225845536,0,1231247936,1181420544,1183525888,79,24,10,24,3
78,0,1227227504,1166395392,1230560704,1174889472,1178518528,23,13,456,13,4
79,0,1228583024,1166292992,1223744128,1166786560,1168629760,80,24,10,24,3
80,0,1228989360,1164414976,1223672000,1174889472,1176098816,81,13,10,13,4
81,0,1228313600,1161850880,1225327712,1166848000,1173409792,82,37,444,37,4
82,509,0,0,0,0,0,394,391,8,11,3
83,469,0,0,0,0,0,85,86,10,11,5
@ -189,137 +189,137 @@
188,169,1227246288,3312431104,1227540832,1190738944,1193380352,189,188,10,11,4
189,169,1225103360,0,1225410560,1196909056,1200407808,190,188,10,11,4
190,169,1223933952,0,1228328960,1193279488,1196001792,191,188,10,11,4
191,1,0,0,0,0,0,192,193,10,11,3
191,1,0,0,0,0,0,192,193,10,193,3
192,1,1226424416,1176226816,1224742656,1183479296,1189528576,194,195,492,195,4
193,1,1227564448,0,1226108560,1185294336,1194655232,196,197,10,11,3
194,1,1225282304,1146798080,1227116640,1187714048,1191011840,198,199,10,11,3
195,1,1228719008,0,1231124448,1198925568,1200458240,200,201,420,420,2
196,1,1227958096,1176227840,1218514048,1191363840,1194187008,202,203,10,11,4
197,1,1225626288,0,1221655840,1193682688,1196707584,204,193,426,426,4
193,1,1227564448,0,1226108560,1185294336,1194655232,196,197,477,197,3
194,1,1225282304,1146798080,1227116640,1187714048,1191011840,198,199,478,199,3
195,1,1228719008,0,1231124448,1198925568,1200458240,200,201,420,201,2
196,1,1227958096,1176227840,1218514048,1191363840,1194187008,202,203,482,203,4
197,1,1225626288,0,1221655840,1193682688,1196707584,204,193,426,193,4
198,1,1228375040,3316908032,1228267520,1193178624,1196802048,205,206,495,206,4
199,1,1226107984,3317094400,1219186080,1188318720,1194086144,204,207,426,426,4
199,1,1226107984,3317094400,1219186080,1188318720,1194086144,204,207,426,207,4
200,1,1225432064,1184038912,1215213568,1197244416,1200816128,208,209,453,209,4
201,1,1226387456,0,1226878976,1187108864,1193213952,210,201,449,11,3
202,1,1226534912,1153433600,1227751424,1187724800,1192624128,210,211,449,11,3
203,1,1229209904,0,1226485376,1193077760,1198925568,212,201,451,11,4
201,1,1226387456,0,1226878976,1187108864,1193213952,210,201,449,201,3
202,1,1226534912,1153433600,1227751424,1187724800,1192624128,210,211,449,211,3
203,1,1229209904,0,1226485376,1193077760,1198925568,212,201,451,201,4
204,1,1228970240,0,1225502064,1192222976,1197047808,212,213,451,11,4
205,1,1228135104,0,1226971328,1182552064,1190537216,214,215,10,11,3
206,1,1227467184,0,1227369008,1185092608,1191545344,214,215,10,11,3
207,1,1227279824,1158664192,1228129920,1178330112,1185092608,214,195,10,11,3
205,1,1228135104,0,1226971328,1182552064,1190537216,214,215,477,215,3
206,1,1227467184,0,1227369008,1185092608,1191545344,214,215,477,215,3
207,1,1227279824,1158664192,1228129920,1178330112,1185092608,214,195,477,195,3
208,1,1227014080,3308949504,1224865392,1186504192,1193279488,194,195,492,195,4
209,1,1227639008,0,1224767200,1191262976,1195598336,194,216,492,216,4
210,1,1228220032,0,1223619456,1177668608,1188117504,194,216,492,216,4
211,1,1226824400,0,1228839776,1182874624,1185734144,217,216,10,11,3
212,1,1227097280,0,1229060912,1182703616,1183277568,217,203,10,11,3
213,1,1227958096,0,1229381728,1176098816,1183681024,217,203,10,11,3
214,1,1226829008,1171765248,1222686752,1183277568,1191565568,218,203,10,11,4
215,1,1226534464,1178646528,1221459488,1179728896,1186100736,218,219,10,11,4
216,1,1227049920,1177378816,1220477664,1187714048,1191565568,218,219,10,11,4
217,1,1226117200,0,1228890816,1185496064,1192371968,220,221,425,425,4
211,1,1226824400,0,1228839776,1182874624,1185734144,217,216,484,216,3
212,1,1227097280,0,1229060912,1182703616,1183277568,217,203,484,203,3
213,1,1227958096,0,1229381728,1176098816,1183681024,217,203,484,203,3
214,1,1226829008,1171765248,1222686752,1183277568,1191565568,218,203,480,203,4
215,1,1226534464,1178646528,1221459488,1179728896,1186100736,218,219,480,219,4
216,1,1227049920,1177378816,1220477664,1187714048,1191565568,218,219,480,219,4
217,1,1226117200,0,1228890816,1185496064,1192371968,220,221,425,221,4
218,1,1228059600,1145028608,1225169728,1174488064,1179329536,222,223,222,223,4
219,1,1224759712,1193593600,1215931776,1179548672,1183296000,224,225,453,225,3
220,1,1226853328,0,1227933552,1174889472,1179325440,226,223,450,11,3
221,1,1227982640,0,1225577200,1168113664,1175333888,227,228,10,11,3
222,1,1225528560,0,1229136272,1186333696,1191464704,220,221,425,425,4
223,1,1227442640,1173579776,1225995040,1167306752,1174515712,229,219,10,11,3
224,1,1226520864,0,1226220560,1176905728,1186213376,230,207,10,11,4
225,1,1226259280,0,1225527536,1184084480,1187512320,232,213,10,11,4
226,1,1225258112,0,1225699920,1178115072,1186504192,232,233,10,11,4
227,1,1225650608,3274244096,1225234720,1182148608,1185496064,234,235,10,11,4
228,1,1225432224,0,1224650368,1183221248,1186649088,236,237,10,11,4
220,1,1226853328,0,1227933552,1174889472,1179325440,226,223,450,223,3
221,1,1227982640,0,1225577200,1168113664,1175333888,227,228,10,228,3
222,1,1225528560,0,1229136272,1186333696,1191464704,220,221,425,221,4
223,1,1227442640,1173579776,1225995040,1167306752,1174515712,229,219,10,219,3
224,1,1226520864,0,1226220560,1176905728,1186213376,230,207,483,207,4
225,1,1226259280,0,1225527536,1184084480,1187512320,232,213,483,213,4
226,1,1225258112,0,1225699920,1178115072,1186504192,232,233,483,233,4
227,1,1225650608,3274244096,1225234720,1182148608,1185496064,234,235,483,235,4
228,1,1225432224,0,1224650368,1183221248,1186649088,236,237,483,237,4
229,1,1225159936,0,1223483968,1183903232,1192170496,238,193,492,193,4
230,1,1228424464,0,1229749904,1181341696,1190738944,239,240,10,11,2
230,1,1228424464,0,1229749904,1181341696,1190738944,239,240,485,240,2
231,1,1227674272,0,1228285024,1168703488,1176502272,205,207,495,207,4
232,1,1226481696,1177407488,1222022528,1164484608,1168396288,241,242,10,11,4
233,1,1226411744,1180305408,1222068864,1161277440,1167306752,243,203,10,11,4
234,1,1227000832,1158664192,1227737184,1165369344,1168920576,210,244,449,11,3
232,1,1226481696,1177407488,1222022528,1164484608,1168396288,241,242,480,242,4
233,1,1226411744,1180305408,1222068864,1161277440,1167306752,243,203,480,203,4
234,1,1227000832,1158664192,1227737184,1165369344,1168920576,210,244,449,244,3
235,1,1227852656,1171765248,1225282656,1169362944,1170903040,222,223,222,223,4
236,1,1227336976,1145028608,1229181328,1180534784,1183627776,217,211,10,11,3
237,1,1227663552,0,1229332640,1183044608,1184215552,217,245,10,11,3
236,1,1227336976,1145028608,1229181328,1180534784,1183627776,217,211,484,211,3
237,1,1227663552,0,1229332640,1183044608,1184215552,217,245,484,245,3
238,1,1230075328,0,1223529344,1196606720,1200155776,246,207,458,207,4
239,1,1228669904,0,1225082032,1182874624,1183681024,247,215,452,11,4
240,1,1224371072,0,1229038096,1188722176,1192876288,248,207,425,425,4
241,1,1224914480,3323711488,1228031728,1187108864,1190537216,249,219,425,425,4
242,1,1229283536,0,1229970816,1184339968,1189125632,200,219,420,420,2
243,1,1227933552,0,1230412624,1180534784,1185294336,200,250,420,420,2
244,1,1227750784,0,1229894864,1183075840,1185092608,200,251,420,420,2
245,1,1227688096,0,1231271712,1181341696,1187512320,200,201,420,420,2
246,1,1225380832,0,1226509920,1184890880,1192674560,198,199,10,11,3
239,1,1228669904,0,1225082032,1182874624,1183681024,247,215,452,215,4
240,1,1224371072,0,1229038096,1188722176,1192876288,248,207,425,207,4
241,1,1224914480,3323711488,1228031728,1187108864,1190537216,249,219,425,219,4
242,1,1229283536,0,1229970816,1184339968,1189125632,200,219,420,219,2
243,1,1227933552,0,1230412624,1180534784,1185294336,200,250,420,250,2
244,1,1227750784,0,1229894864,1183075840,1185092608,200,251,420,251,2
245,1,1227688096,0,1231271712,1181341696,1187512320,200,201,420,201,2
246,1,1225380832,0,1226509920,1184890880,1192674560,198,199,478,199,3
247,1,1228988992,0,1224123744,1191410432,1193289728,246,207,458,207,4
248,1,1226939872,3306147840,1230407792,1191867904,1194363648,252,207,411,411,4
249,1,1225596912,0,1230338992,1191565568,1194583808,253,207,408,408,3
250,1,1223619456,0,1229725360,1190940160,1195094272,254,207,425,425,4
251,1,1228841728,0,1230878992,1172953088,1177712640,255,206,420,420,4
252,1,1227939888,0,1231083408,1151393792,1160376320,200,250,420,420,2
248,1,1226939872,3306147840,1230407792,1191867904,1194363648,252,207,411,207,4
249,1,1225596912,0,1230338992,1191565568,1194583808,253,207,408,207,3
250,1,1223619456,0,1229725360,1190940160,1195094272,254,207,425,207,4
251,1,1228841728,0,1230878992,1172953088,1177712640,255,206,420,206,4
252,1,1227939888,0,1231083408,1151393792,1160376320,200,250,420,250,2
253,1,1228785376,0,1228390336,1176905728,1183003648,256,257,495,257,4
254,1,1226020160,1166587904,1224881872,1170159616,1175326720,258,259,492,259,4
255,1,1226973984,3323711488,1230068064,1182552064,1188923904,419,251,417,417,4
256,1,1227343888,3323711488,1230575456,1175107584,1183239680,252,207,411,411,4
257,1,1226729456,3323711488,1230633536,1175394304,1182874624,252,207,411,411,4
258,1,1225243160,1155343431,1231054402,1178285500,1189509885,253,261,408,408,3
259,1,1228571728,1183437824,1219299488,1194187008,1195497728,262,263,424,424,2
260,1,1228007184,1185008640,1220282464,1187512320,1191464704,262,264,424,424,2
261,1,1228939904,1187825664,1221009600,1185899008,1188520448,262,257,424,424,2
262,1,1227611584,1192022784,1222459008,1178191872,1181341696,265,257,10,11,4
263,1,1227203312,1194379008,1221734432,1171994624,1174891520,265,259,10,11,4
264,1,1228547184,1184223232,1218563136,1182552064,1185092608,262,266,424,424,2
265,1,1227868336,1196438528,1221332928,1179728896,1182874624,267,219,10,11,4
266,1,1227691776,1195950080,1221261952,1170534400,1175291904,267,219,10,11,4
267,1,1223815840,0,1228350816,1178115072,1181745152,248,207,425,425,4
268,1,1225099312,0,1228426896,1175847936,1180938240,249,219,425,425,4
255,1,1226973984,3323711488,1230068064,1182552064,1188923904,419,251,417,251,4
256,1,1227343888,3323711488,1230575456,1175107584,1183239680,252,207,411,207,4
257,1,1226729456,3323711488,1230633536,1175394304,1182874624,252,207,411,207,4
258,1,1225243160,1155343401,1231054402,1178285496,1189509883,253,261,408,261,3
259,1,1228571728,1183437824,1219299488,1194187008,1195497728,262,263,424,263,2
260,1,1228007184,1185008640,1220282464,1187512320,1191464704,262,264,424,264,2
261,1,1228939904,1187825664,1221009600,1185899008,1188520448,262,257,424,257,2
262,1,1227611584,1192022784,1222459008,1178191872,1181341696,265,257,481,257,4
263,1,1227203312,1194379008,1221734432,1171994624,1174891520,265,259,481,259,4
264,1,1228547184,1184223232,1218563136,1182552064,1185092608,262,266,424,266,2
265,1,1227868336,1196438528,1221332928,1179728896,1182874624,267,219,481,219,4
266,1,1227691776,1195950080,1221261952,1170534400,1175291904,267,219,481,219,4
267,1,1223815840,0,1228350816,1178115072,1181745152,248,207,425,207,4
268,1,1225099312,0,1228426896,1175847936,1180938240,249,219,425,219,4
269,1,1225896288,3312431104,1216844960,1188923904,1193985280,268,213,453,213,4
270,1,1228748160,1190507008,1222279040,1178159104,1183040512,269,213,10,11,2
270,1,1228748160,1190507008,1222279040,1178159104,1183040512,269,213,269,213,2
271,1,1188542976,3328423936,1189328896,1185899008,1190335488,270,213,10,11,4
272,1,1228590960,1192022784,1222610880,1176905728,1179292672,269,271,10,11,2
273,1,1227295376,1158664192,1226161680,1166436352,1171339264,272,271,10,11,3
274,1,1227863376,1157836800,1226892272,1166499840,1174889472,272,213,10,11,3
275,1,1227392048,1160138752,1226783728,1166356480,1174132736,272,271,10,11,3
276,1,1227393552,1145028608,1228768096,1170534400,1174889472,273,274,10,11,3
277,1,1227607200,1157689344,1228900960,1170534400,1175474176,275,263,10,11,3
278,1,1226312976,0,1229876080,1172146176,1177309184,253,207,408,408,3
279,1,1226581248,3319248896,1229875856,1169727488,1177309184,252,207,411,411,4
280,1,1227246864,0,1228540048,1182552064,1186100736,214,271,10,11,3
281,1,1227460144,1159843840,1228890816,1154621440,1160523776,275,271,10,11,3
282,1,1227370160,3323844608,1230184224,1167026176,1172146176,252,276,411,411,4
283,1,1227199488,3323858944,1230235408,1169211392,1174486016,252,259,411,411,4
284,1,1227025952,3323895808,1230124192,1166864384,1170675712,252,257,411,411,4
285,1,1226916832,3323600896,1230171776,1143013376,1157554176,252,216,411,411,4
286,1,1226806768,3324250112,1230210512,1167085568,1170534400,252,277,411,411,4
287,1,1226775888,3324080128,1230047104,1165369344,1168920576,252,257,411,411,4
288,1,1226687504,3324125184,1229995360,1159778304,1166422016,252,257,411,411,4
289,1,1226947712,3316107264,1218317664,1179728896,1190537216,204,257,426,426,4
290,1,1226608096,1177798656,1220772224,1172146176,1178921984,218,257,10,11,4
291,1,1226460832,1176227840,1222441280,1166499840,1178921984,218,257,10,11,4
292,1,1225456208,1171056640,1226068112,1164496896,1171449856,278,257,10,11,3
293,1,1225754208,1161023488,1226261584,1166499840,1173161984,279,257,10,11,3
272,1,1228590960,1192022784,1222610880,1176905728,1179292672,269,271,269,271,2
273,1,1227295376,1158664192,1226161680,1166436352,1171339264,272,271,10,271,3
274,1,1227863376,1157836800,1226892272,1166499840,1174889472,272,213,10,213,3
275,1,1227392048,1160138752,1226783728,1166356480,1174132736,272,271,10,271,3
276,1,1227393552,1145028608,1228768096,1170534400,1174889472,273,274,10,274,3
277,1,1227607200,1157689344,1228900960,1170534400,1175474176,275,263,10,263,3
278,1,1226312976,0,1229876080,1172146176,1177309184,253,207,408,207,3
279,1,1226581248,3319248896,1229875856,1169727488,1177309184,252,207,411,207,4
280,1,1227246864,0,1228540048,1182552064,1186100736,214,271,477,271,3
281,1,1227460144,1159843840,1228890816,1154621440,1160523776,275,271,10,271,3
282,1,1227370160,3323844608,1230184224,1167026176,1172146176,252,276,411,276,4
283,1,1227199488,3323858944,1230235408,1169211392,1174486016,252,259,411,259,4
284,1,1227025952,3323895808,1230124192,1166864384,1170675712,252,257,411,257,4
285,1,1226916832,3323600896,1230171776,1143013376,1157554176,252,216,411,216,4
286,1,1226806768,3324250112,1230210512,1167085568,1170534400,252,277,411,277,4
287,1,1226775888,3324080128,1230047104,1165369344,1168920576,252,257,411,257,4
288,1,1226687504,3324125184,1229995360,1159778304,1166422016,252,257,411,257,4
289,1,1226947712,3316107264,1218317664,1179728896,1190537216,204,257,426,257,4
290,1,1226608096,1177798656,1220772224,1172146176,1178921984,218,257,480,257,4
291,1,1226460832,1176227840,1222441280,1166499840,1178921984,218,257,480,257,4
292,1,1225456208,1171056640,1226068112,1164496896,1171449856,278,257,10,257,3
293,1,1225754208,1161023488,1226261584,1166499840,1173161984,279,257,10,257,3
294,1,1226732912,1170835456,1224287136,1163333632,1171339264,280,201,492,201,4
295,1,1226338112,1158664192,1224981776,1169727488,1176502272,281,282,492,282,4
296,1,1228085648,1164947456,1224777344,1175555072,1178262528,283,282,492,282,4
297,1,1225110832,1160728576,1226068112,1167306752,1176905728,284,285,10,11,3
298,1,1224766624,1164947456,1227450128,1172215808,1179139072,284,223,10,11,3
297,1,1225110832,1160728576,1226068112,1167306752,1176905728,284,285,478,285,3
298,1,1224766624,1164947456,1227450128,1172215808,1179139072,284,223,478,223,3
299,1,1226460832,1158664192,1223864928,1171197952,1178518528,286,219,492,219,4
300,1,1226233008,0,1223324928,1175333888,1182629888,287,219,492,219,4
301,1,1225905504,0,1223869984,1176502272,1183493120,287,203,492,203,4
302,1,1228987056,1192022784,1222146752,1168113664,1172146176,269,206,10,11,2
303,1,1228983808,1189260800,1221043712,1149943808,1161695232,288,206,424,424,2
304,1,1229055376,1190175232,1221164928,1163759616,1168920576,288,206,424,424,2
305,1,1225800992,1167665152,1227290992,1169215488,1171998720,289,193,10,11,3
306,1,1224535360,1158574080,1226908400,1176905728,1181708288,290,193,10,11,3
307,1,1225086288,1152737280,1227274064,1168920576,1175695360,291,203,10,11,3
308,1,1225174112,1131479040,1229679504,1176905728,1179728896,292,293,408,408,4
309,1,1224552192,3282993152,1226141744,1173760000,1178921984,294,271,10,11,3
310,1,1225841664,1164505088,1225900896,1167069184,1170601984,230,207,10,11,4
311,1,1225627440,1161318400,1225617648,1168261120,1174210560,230,207,10,11,4
302,1,1228987056,1192022784,1222146752,1168113664,1172146176,269,206,269,206,2
303,1,1228983808,1189260800,1221043712,1149943808,1161695232,288,206,424,206,2
304,1,1229055376,1190175232,1221164928,1163759616,1168920576,288,206,424,206,2
305,1,1225800992,1167665152,1227290992,1169215488,1171998720,289,193,10,193,3
306,1,1224535360,1158574080,1226908400,1176905728,1181708288,290,193,478,193,3
307,1,1225086288,1152737280,1227274064,1168920576,1175695360,291,203,10,203,3
308,1,1225174112,1131479040,1229679504,1176905728,1179728896,292,293,408,293,4
309,1,1224552192,3282993152,1226141744,1173760000,1178921984,294,271,478,271,3
310,1,1225841664,1164505088,1225900896,1167069184,1170601984,230,207,483,207,4
311,1,1225627440,1161318400,1225617648,1168261120,1174210560,230,207,483,207,4
312,1,1228051664,1166514176,1224238048,1168707584,1170698240,295,206,492,206,4
313,1,1225874624,1155686400,1224619264,1169137664,1175697408,295,293,492,292,4
314,1,1225963808,3297271808,1229961600,1184288256,1184288256,253,261,408,408,3
315,1,1225248320,1137410048,1230067264,1159065600,1162145792,296,207,408,408,3
316,1,1225507600,0,1230204960,1157738496,1160531968,296,207,408,408,3
317,1,1225073840,3271884800,1230757632,1166864384,1168920576,296,207,408,408,3
314,1,1225963808,3297271808,1229961600,1184288256,1184288256,253,261,408,261,3
315,1,1225248320,1137410048,1230067264,1159065600,1162145792,296,207,408,207,3
316,1,1225507600,0,1230204960,1157738496,1160531968,296,207,408,207,3
317,1,1225073840,3271884800,1230757632,1166864384,1168920576,296,207,408,207,3
318,44,0,0,0,0,0,297,298,10,11,4
319,189,0,0,0,0,0,299,300,10,11,4
320,249,0,0,0,0,0,301,302,10,11,4
321,30,0,0,0,0,0,303,304,10,11,2
321,30,0,0,0,0,0,303,304,10,304,2
322,37,1226117200,0,1224012192,1187714048,1192976896,305,306,10,11,4
323,489,1226117200,0,1224012192,1187714048,1192976896,307,308,10,11,4
324,489,1225327584,1175881728,1225340304,1173317632,1176647680,307,308,10,11,4
@ -371,5 +371,98 @@
370,309,1227050112,1151852544,1232958688,1152303104,1159950336,373,371,10,11,4
371,309,1227260096,1158959104,1233028432,1156112384,1158926336,374,375,10,11,4
372,309,1227253184,1156751360,1233063968,1151713280,1156390912,374,376,10,11,4
413,451,1188958194,1156369288,1190387505,1157157981,1163676488,8,9,10,11,3
415,531,0,0,0,1139789141,1146179780,8,392,10,11,3
374,530,0,0,0,0,0,379,380,503,380,2
377,530,1223510348,3302319473,1226283490,1192642616,1196294454,384,385,384,11,4
378,42,1230522703,1167949722,1218575024,1177703721,1182165156,399,383,399,383,4
379,532,0,0,0,0,0,386,387,10,11,4
413,451,1188958193,1156369285,1190387507,1157158011,1163676508,8,9,10,11,3
415,531,0,0,0,1139789005,1146179748,8,392,10,11,3
418,530,1218624599,3282248335,1227649140,1199585157,1200914828,396,491,517,491,3
439,42,1229738976,1152658719,1218149211,1163546665,1169197773,397,9,397,11,3
443,42,1229866095,1151870403,1220594385,1199885295,1200530673,399,383,399,383,4
450,42,1229796900,1160150753,1220320297,1181649234,1183947914,433,9,407,11,3
451,530,1222006753,3306909368,1228144352,1182745252,1189070269,500,9,434,11,3
453,530,1232442478,1155696148,1227275377,1170826301,1177017702,488,505,488,505,3
454,530,1233299241,1139114312,1229127384,1200832308,1202626890,460,439,502,439,3
455,530,1220438970,1119649792,1224284702,1197511598,1200386514,438,9,438,11,3
458,530,1221836841,3268889805,1227082919,1182302228,1185734830,435,441,435,441,3
460,530,1220208590,1145947095,1226065010,1187187067,1189256678,432,506,432,506,3
462,530,1218888217,1153129595,1225969128,1188454938,1191027901,432,506,432,506,3
465,42,1229863006,1160792883,1218125103,1165735567,1173795574,397,9,397,11,3
466,42,1230124118,1159559823,1218651578,1174611210,1181149614,399,383,399,383,4
467,42,1230045899,1108596490,1216458049,1176586680,1179642388,442,9,442,11,3
468,530,1223572148,1158210478,1226101357,1164326625,1171282022,446,518,446,518,3
469,530,1223622665,1158474138,1225934349,1166384415,1173854863,446,518,446,518,3
470,42,1230133134,1142029353,1216678515,1170735145,1175177933,442,9,442,11,3
471,42,1230131452,1141962834,1215937005,1167990170,1171854234,442,9,442,11,3
472,42,1230757637,1169849651,1219718640,1182139402,1187328625,448,383,448,383,3
474,42,1229936416,1163613553,1220317123,1171166597,1171166597,433,9,407,11,3
476,530,1219711470,1168105247,1225141400,1174773862,1178141133,224,225,224,225,3
484,530,1221295170,1159980646,1227266855,1178133514,1182075761,435,441,435,441,3
485,530,1222742946,1130538598,1227384033,1183576105,1188695905,435,441,435,441,3
486,530,1224098601,1143191962,1227462460,1183787930,1188479237,435,441,435,441,3
487,530,1223365551,1158253158,1227990177,1179799265,1184825779,435,441,435,441,3
488,530,1223547164,1175445873,1228441659,1182901181,1187410401,435,441,435,441,3
489,530,1221606209,3269606769,1227502353,1176273132,1182839885,435,441,435,441,3
490,530,1221218966,1162994688,1227741747,1170266829,1177195715,435,441,435,441,3
491,530,1220977321,1117055877,1227973050,1168829972,1176650455,435,441,435,441,3
492,530,1220797129,3295377654,1228245683,1175058934,1180254781,435,441,435,441,3
493,543,0,0,0,1110774907,1119854264,384,385,384,11,3
496,530,1232865430,1137791468,1226985443,1194903798,1198082808,487,486,488,486,3
498,530,1233098941,1148621947,1227556738,1171581911,1176138670,436,486,488,486,3
500,530,1219675860,1168106045,1223566361,1182583695,1184939372,504,9,504,11,3
501,530,1232594568,1160149279,1227066905,1164494397,1172418580,488,505,488,505,3
502,530,1224855119,1141591900,1223390058,1198606892,1201525368,508,9,508,11,3
503,530,1220687170,1167937577,1225093117,1174271140,1176712950,504,9,504,11,3
504,530,1220224890,1161381192,1227859028,1164093563,1169927025,510,491,510,491,3
505,42,1229548014,3271238615,1218520640,1174829025,1179467213,399,383,399,383,3
506,530,1221378864,1167773983,1223909893,1172691845,1175783721,504,9,504,11,3
507,530,1221244074,1168408658,1224219014,1172691845,1175783721,504,9,504,11,3
509,530,1220680110,1168507187,1224846947,1174434345,1177732588,504,9,504,11,3
510,530,1219791030,1170381619,1225035037,1171508244,1175621345,224,225,224,225,3
511,530,1223965446,1103704883,1227530013,1167917548,1172277965,511,441,511,441,3
512,530,1217655219,1118601216,1225817154,1191474122,1194023552,432,506,432,506,3
515,553,0,0,0,1189226639,1189226639,384,9,384,11,3
519,530,1225504789,1163028972,1228381066,1193852785,1199186496,513,9,513,11,3
520,530,1225141972,1164773335,1226327426,1197011937,1198899817,384,385,384,11,4
521,530,1223566668,1166832845,1226966001,1174468301,1183550346,384,385,384,11,4
523,530,1221500689,3249206723,1225736621,1181938063,1186341012,514,506,514,506,3
526,530,1217606500,1143353016,1226214687,1169320325,1175221934,516,506,516,506,3
527,530,1217433317,1144776458,1226209884,1169320325,1175484713,516,506,516,506,3
528,530,1221150330,1162081772,1226461015,1185705866,1188460554,432,506,432,506,3
530,530,1221674738,1146710589,1226179166,1165268296,1171786506,432,506,432,506,3
531,530,1220593319,1149452780,1226746652,1174337024,1177618995,432,506,432,506,3
533,530,1224477168,3293006234,1226928573,1175026401,1183550346,384,385,384,11,4
534,530,1224664908,1169426043,1228089984,1179387443,1185894129,513,9,513,11,3
535,42,0,0,0,0,0,379,380,503,380,2
536,150,1205927936,0,1233491968,1202777216,1203382144,384,385,384,11,4
537,31,1205927936,1164773335,1233491968,1202777216,1203382144,384,385,384,11,4
538,150,1201766912,1144258560,1233221248,1174610944,1177633792,68,27,10,27,4
539,0,1228124480,1168539648,1230903104,1185669120,1188741120,23,24,0,456,4
540,808,1228102592,1172742144,1230899072,1215570944,1217559552,23,24,0,456,4
541,807,1224043776,1153531904,1224042624,1195593728,1196873728,39,257,0,456,4
542,1,1224920192,0,1224993344,1181376512,1184645120,227,228,10,228,3
543,1,1230142208,1159069696,1230955520,1191753728,1193033728,200,201,420,201,2
544,813,1225503680,1161527296,1227820928,1189765120,1193033728,34,35,406,35,2
545,0,1225224320,1176449024,1227040448,1187205120,1191753728,19,20,463,20,4
546,815,1224817664,1175490560,1226922368,1167867904,1198153728,19,20,463,20,4
547,802,0,0,0,0,0,307,308,10,11,4
548,0,1224975488,1150189568,1227384320,1188741120,1192777728,19,20,463,20,4
549,0,1225546880,1150189568,1227404480,1187205120,1192777728,19,20,463,20,4
550,0,1224489600,1150189568,1226902208,1187205120,1191753728,19,20,463,20,4
551,1,1230544832,1157939200,1226166656,1200782336,1201422336,232,213,483,213,3
552,0,1227304256,0,1223699328,1174011904,1178304512,14,15,494,15,4
553,814,1227855856,0,1229907568,1200782336,1201422336,384,384,384,384,4
554,814,0,0,0,0,0,386,387,10,11,4
555,0,1226448896,1173184512,1230058112,1169915904,1171963904,77,78,471,78,4
556,0,1226039360,1167433728,1230138176,1166331904,1171963904,40,43,407,43,4
557,0,1223917056,1152942080,1231183616,1192009728,1195593728,524,525,526,525,4
558,0,1226274368,1166401536,1230182528,1166331904,1171963904,204,207,426,207,4
559,0,1224218752,1162510336,1231269920,1171963904,1174011904,527,525,526,525,4
560,0,1224029952,1162510336,1231362560,1163575296,1166434304,527,525,526,525,4
561,0,1224165952,1170530304,1231421760,1169915904,1171963904,527,525,526,525,4
562,0,1223423552,1152942080,1231004160,1166331904,1169915904,528,525,526,525,4
563,0,1229063936,1171415040,1228838720,1185669120,1192009728,287,203,492,203,3
564,0,1229118080,1175453696,1229557568,1180352512,1185157120,40,43,407,43,4
565,0,1229071424,1174011904,1228144064,1178304512,1183621120,204,207,426,207,4
566,0,1228714304,1167867904,1228229888,1167867904,1176256512,204,207,426,207,4

1 # fields=12
2 1,0,0,0,0,0,0,12,13,10,11,4 1,0,0,0,0,0,0,12,13,10,13,4
3 2,0,1226141696,0,1232322560,1184235520,1187645952,14,15,494,15,4
4 3,0,1227785120,0,1232144976,1180274688,1184285696,16,15,496,15,4
5 4,0,1225272320,0,1231815680,1186201600,1189150720,17,18,497,18,4
6 5,0,1227315200,3274768384,1232184320,1177451520,1182771200,19,20,10,11,4 5,0,1227315200,3274768384,1232184320,1177451520,1182771200,19,20,463,20,4
7 6,0,1227948880,0,1232687280,1180272640,1184797696,21,22,454,11,4 6,0,1227948880,0,1232687280,1180272640,1184797696,21,22,454,22,4
8 7,0,1226797200,0,1230707168,1186576896,1189402112,23,24,456,456,4 7,0,1226797200,0,1230707168,1186576896,1189402112,23,24,456,24,4
9 8,0,1225333760,0,1232384000,1187676160,1190625280,17,25,497,25,4
10 9,0,1226178560,0,1233491968,1199112192,1200422912,26,27,409,409,4 9,0,1226178560,0,1233491968,1199112192,1200422912,26,27,409,27,4
11 10,0,1227714560,1175453696,1230172160,1178921984,1184670720,28,24,493,24,4
12 11,0,1226657200,0,1228007184,1181341696,1191867904,29,13,499,13,4
13 12,0,1227933552,0,1227031936,1180132352,1194791936,30,31,10,11,4 12,0,1227933552,0,1227031936,1180132352,1194791936,30,31,10,31,4
14 13,0,1226728080,3284303872,1226239616,1184081920,1196837120,32,33,10,11,4 13,0,1226728080,3284303872,1226239616,1184081920,1196837120,32,33,10,33,4
15 14,0,1228492428,1145865592,1232155177,1188117504,1190133760,16,15,496,15,4 14,0,1228492428,1145865667,1232155177,1188117504,1190133760,16,15,496,15,4
16 15,0,1226685440,3312451584,1232307200,1186693120,1190614016,14,15,494,15,4
17 16,0,1227009158,1182080913,1229151483,1192003381,1193984212,34,35,406,406,2 16,0,1227009158,1182080911,1229151483,1192003382,1193984212,34,35,406,35,2
18 17,0,1227343888,1158844416,1232526752,1177350144,1180980224,19,20,10,11,4 17,0,1227343888,1158844416,1232526752,1177350144,1180980224,19,20,463,20,4
19 18,0,1226977280,0,1232061440,1171390464,1173356544,14,15,494,15,4
20 19,0,1227589920,0,1233114464,1180534784,1184162304,36,37,36,11,4 19,0,1227589920,0,1233114464,1180534784,1184162304,36,37,36,37,4
21 20,0,1227659264,0,1230774272,1187381248,1189740544,23,24,456,456,4 20,0,1227659264,0,1230774272,1187381248,1189740544,23,24,456,24,4
22 21,0,1228328960,0,1230055424,1187144704,1189740544,28,24,493,24,4
23 22,0,1226166224,1174700032,1229225120,1187985408,1190620160,34,35,406,406,2 22,0,1226166224,1174700032,1229225120,1187985408,1190620160,406,35,406,35,2
24 23,0,1225908224,1171783680,1229815808,1184235520,1185021952,34,35,406,406,2 23,0,1225908224,1171783680,1229815808,1184235520,1185021952,34,35,406,35,2
25 24,0,1226313728,1168637952,1229520896,1185021952,1186988032,34,35,406,406,2 24,0,1226313728,1168637952,1229520896,1185021952,1186988032,34,35,406,35,2
26 25,0,1227807906,1168637952,1229508608,1176850432,1186201600,38,39,10,11,4 25,0,1227807906,1168637952,1229508608,1176850432,1186201600,38,39,470,39,4
27 26,0,1228144640,0,1229262848,1186988032,1192820736,38,39,10,11,4 26,0,1228144640,0,1229262848,1186988032,1192820736,38,39,470,39,4
28 27,0,1226153984,0,1224499200,1191867904,1196034560,40,39,407,407,4 27,0,1226153984,0,1224499200,1191867904,1196034560,40,39,407,39,4
29 28,0,1225384800,0,1226018816,1189251072,1199545600,41,42,10,11,4 28,0,1225384800,0,1226018816,1189251072,1199545600,41,42,472,42,4
30 29,0,1225330688,0,1224949760,1184034816,1189852672,40,43,407,407,4 29,0,1225330688,0,1224949760,1184034816,1189852672,40,43,407,43,4
31 30,0,1227884464,0,1225110832,1181263872,1186100736,44,45,457,45,4
32 31,0,1227099008,0,1225209024,1189340160,1192674560,46,45,10,45,4 31,0,1227099008,0,1225209024,1189340160,1192674560,46,45,473,45,4
33 32,0,1227123552,0,1224306720,1176098816,1185496064,47,45,10,45,4 32,0,1227123552,0,1224306720,1176098816,1185496064,47,45,473,45,4
34 33,0,1227616256,0,1224790016,1178518528,1182874624,48,45,457,45,4
35 34,0,1227228432,1145028608,1225625600,1157521408,1162883072,49,45,10,45,4 34,0,1227228432,1145028608,1225625600,1157521408,1162883072,49,45,473,45,4
36 35,0,1227672192,0,1225555536,1178115072,1185899008,50,45,10,45,4 35,0,1227672192,0,1225555536,1178115072,1185899008,50,45,473,45,4
37 36,0,1227683840,0,1226117120,1183633408,1190454784,51,45,10,11,4 36,0,1227683840,0,1226117120,1183633408,1190454784,51,45,10,45,4
38 37,0,1228408832,0,1226024960,1186642944,1193125632,51,52,10,11,4 37,0,1228408832,0,1226024960,1186642944,1193125632,51,52,10,52,4
39 38,0,1228486560,0,1225702304,1174835200,1178053632,53,24,10,11,4 38,0,1228486560,0,1225702304,1174835200,1178053632,53,24,10,24,4
40 39,0,1225897696,0,1233785624,1168863232,1174443008,26,27,409,409,4 39,0,1225897696,0,1233785624,1168863232,1174443008,26,27,409,27,4
41 40,0,1225965200,1154473984,1232125648,1151328256,1160474624,54,27,494,27,4
42 41,0,1226435008,0,1232198912,1167257600,1175244800,55,27,10,11,4 41,0,1226435008,0,1232198912,1167257600,1175244800,55,27,469,27,4
43 42,0,1228657536,0,1224627808,1194590208,1198029056,56,37,444,37,4
44 43,0,1228340032,1168171008,1224749792,1171886080,1176395776,57,37,457,37,4
45 44,0,1226459424,0,1225848848,1175646208,1183232512,427,45,422,422,2 44,0,1226459424,0,1225848848,1175646208,1183232512,427,45,422,45,2
46 45,0,1226899056,0,1227369008,1166454784,1186843648,30,45,10,11,4 45,0,1226899056,0,1227369008,1166454784,1186843648,30,45,10,45,4
47 46,0,1228301728,1168623616,1224116128,1174486016,1180938240,59,33,457,33,4
48 47,0,1229332640,1164947456,1224503104,1171070976,1177309184,57,31,457,31,4
49 48,0,1228152736,1168623616,1223183424,1181745152,1184689152,60,45,60,45,4
50 49,0,1228046480,1166071808,1223174912,1158467584,1169727488,61,45,61,45,4
51 50,0,1227148096,1157455872,1230945360,1175291904,1178518528,23,45,456,456,4 50,0,1227148096,1157455872,1230945360,1175291904,1178518528,23,45,456,45,4
52 51,0,1225862752,1161170944,1231063248,1158918144,1161703424,62,24,10,11,4 51,0,1225862752,1161170944,1231063248,1158918144,1161703424,62,24,10,24,4
53 52,0,1225820928,1159696384,1231020144,1158475776,1162457088,62,24,10,11,4 52,0,1225820928,1159696384,1231020144,1158475776,1162457088,62,24,10,24,4
54 53,0,1226681744,1158664192,1224816288,1175695360,1180938240,40,24,407,407,4 53,0,1226681744,1158664192,1224816288,1175695360,1180938240,40,24,407,24,4
55 54,0,1205927936,0,1233491968,1202777216,1203382144,12,63,10,11,4 54,0,1205927936,0,1233491968,1202777216,1203382144,12,63,10,63,4
56 55,0,1225916448,3304464384,1226999328,1175888896,1178813440,64,13,10,11,4 55,0,1225916448,3304464384,1226999328,1175888896,1178813440,64,13,10,13,4
57 56,0,1225858720,1169967104,1226944480,1162145792,1168113664,65,66,10,11,4 56,0,1225858720,1169967104,1226944480,1162145792,1168113664,65,66,10,66,4
58 57,0,1227099008,0,1233063520,1177309184,1185496064,67,66,10,11,4 57,0,1227099008,0,1233063520,1177309184,1185496064,67,66,10,66,4
59 58,0,1227737184,0,1228105360,1181745152,1195296000,29,37,499,37,4
60 59,0,1210526656,3320031232,1233650640,1169727488,1174557696,68,27,10,11,4 59,150,1210526656,3320031232,1233650640,1169727488,1174557696,68,27,10,27,4
61 60,0,1209996608,3322139648,1233658992,1168672768,1174561792,69,13,10,11,4 60,150,1209996608,3322139648,1233658992,1168672768,1174561792,69,13,10,13,4
62 61,0,1227080000,1170614272,1226181040,1164685312,1169002496,70,71,10,11,4 61,0,1227080000,1170614272,1226181040,1164685312,1169002496,70,71,10,71,4
63 62,0,1227933200,0,1224110368,1175847936,1181745152,59,13,457,11,4 62,0,1227933200,0,1224110368,1175847936,1181745152,59,13,457,13,4
64 63,0,1228473552,1171765248,1226411744,1173760000,1176905728,72,52,10,11,4 63,0,1228473552,1171765248,1226411744,1173760000,1176905728,72,52,10,52,4
65 64,0,1227710912,0,1232498976,1169428480,1175291904,21,45,454,11,4 64,0,1227710912,0,1232498976,1169428480,1175291904,21,45,454,45,4
66 65,0,1228147552,1154801664,1232501504,1166712832,1174486016,21,45,454,11,4 65,0,1228147552,1154801664,1232501504,1166712832,1174486016,21,45,454,45,4
67 66,0,1227907856,1148796928,1232399648,1162145792,1172953088,21,22,454,11,4 66,0,1227907856,1148796928,1232399648,1162145792,1172953088,21,22,454,22,4
68 67,0,1228011792,3278962688,1233007168,1170534400,1177712640,21,22,454,11,4 67,0,1228011792,3278962688,1233007168,1170534400,1177712640,21,22,454,22,4
69 68,0,1228031728,0,1231983520,1168920576,1174889472,16,22,496,22,4
70 69,0,1227813120,1168771072,1232647408,1153753088,1160531968,74,15,74,11,4 69,0,1227813120,1168771072,1232647408,1153753088,1160531968,74,15,74,15,4
71 70,0,1234183168,0,1234183168,1186302464,1191464704,75,15,10,11,4 70,0,1234183168,0,1234183168,1186302464,1191464704,75,15,10,15,4
72 71,0,1227530464,1165832192,1232253520,1158467584,1163907072,76,22,10,11,4 71,0,1227530464,1165832192,1232253520,1158467584,1163907072,76,22,465,22,4
73 72,0,1227125280,1173121024,1230083392,1180132352,1184837632,77,78,10,11,4 72,0,1227125280,1173121024,1230083392,1180132352,1184837632,77,78,471,78,4
74 73,0,1226657200,1174656000,1230068992,1178518528,1183734272,77,24,10,11,4 73,0,1226657200,1174656000,1230068992,1178518528,1183734272,77,24,471,24,4
75 74,0,1227317040,1179015168,1230388656,1154048000,1163759616,77,24,10,11,4 74,0,1227317040,1179015168,1230388656,1154048000,1163759616,77,24,471,24,4
76 75,0,1227400688,1176329216,1229833104,1160531968,1167306752,77,24,10,11,4 75,0,1227400688,1176329216,1229833104,1160531968,1167306752,77,24,471,24,4
77 76,0,1226755376,1180940288,1230338992,1172146176,1177309184,77,24,10,11,4 76,0,1226755376,1180940288,1230338992,1172146176,1177309184,77,24,471,24,4
78 77,0,1225845536,0,1231247936,1181420544,1183525888,79,24,10,11,3 77,0,1225845536,0,1231247936,1181420544,1183525888,79,24,10,24,3
79 78,0,1227227504,1166395392,1230560704,1174889472,1178518528,23,13,456,456,4 78,0,1227227504,1166395392,1230560704,1174889472,1178518528,23,13,456,13,4
80 79,0,1228583024,1166292992,1223744128,1166786560,1168629760,80,24,10,11,3 79,0,1228583024,1166292992,1223744128,1166786560,1168629760,80,24,10,24,3
81 80,0,1228989360,1164414976,1223672000,1174889472,1176098816,81,13,10,11,4 80,0,1228989360,1164414976,1223672000,1174889472,1176098816,81,13,10,13,4
82 81,0,1228313600,1161850880,1225327712,1166848000,1173409792,82,37,444,37,4
83 82,509,0,0,0,0,0,394,391,8,11,3
84 83,469,0,0,0,0,0,85,86,10,11,5
189 188,169,1227246288,3312431104,1227540832,1190738944,1193380352,189,188,10,11,4
190 189,169,1225103360,0,1225410560,1196909056,1200407808,190,188,10,11,4
191 190,169,1223933952,0,1228328960,1193279488,1196001792,191,188,10,11,4
192 191,1,0,0,0,0,0,192,193,10,11,3 191,1,0,0,0,0,0,192,193,10,193,3
193 192,1,1226424416,1176226816,1224742656,1183479296,1189528576,194,195,492,195,4
194 193,1,1227564448,0,1226108560,1185294336,1194655232,196,197,10,11,3 193,1,1227564448,0,1226108560,1185294336,1194655232,196,197,477,197,3
195 194,1,1225282304,1146798080,1227116640,1187714048,1191011840,198,199,10,11,3 194,1,1225282304,1146798080,1227116640,1187714048,1191011840,198,199,478,199,3
196 195,1,1228719008,0,1231124448,1198925568,1200458240,200,201,420,420,2 195,1,1228719008,0,1231124448,1198925568,1200458240,200,201,420,201,2
197 196,1,1227958096,1176227840,1218514048,1191363840,1194187008,202,203,10,11,4 196,1,1227958096,1176227840,1218514048,1191363840,1194187008,202,203,482,203,4
198 197,1,1225626288,0,1221655840,1193682688,1196707584,204,193,426,426,4 197,1,1225626288,0,1221655840,1193682688,1196707584,204,193,426,193,4
199 198,1,1228375040,3316908032,1228267520,1193178624,1196802048,205,206,495,206,4
200 199,1,1226107984,3317094400,1219186080,1188318720,1194086144,204,207,426,426,4 199,1,1226107984,3317094400,1219186080,1188318720,1194086144,204,207,426,207,4
201 200,1,1225432064,1184038912,1215213568,1197244416,1200816128,208,209,453,209,4
202 201,1,1226387456,0,1226878976,1187108864,1193213952,210,201,449,11,3 201,1,1226387456,0,1226878976,1187108864,1193213952,210,201,449,201,3
203 202,1,1226534912,1153433600,1227751424,1187724800,1192624128,210,211,449,11,3 202,1,1226534912,1153433600,1227751424,1187724800,1192624128,210,211,449,211,3
204 203,1,1229209904,0,1226485376,1193077760,1198925568,212,201,451,11,4 203,1,1229209904,0,1226485376,1193077760,1198925568,212,201,451,201,4
205 204,1,1228970240,0,1225502064,1192222976,1197047808,212,213,451,11,4
206 205,1,1228135104,0,1226971328,1182552064,1190537216,214,215,10,11,3 205,1,1228135104,0,1226971328,1182552064,1190537216,214,215,477,215,3
207 206,1,1227467184,0,1227369008,1185092608,1191545344,214,215,10,11,3 206,1,1227467184,0,1227369008,1185092608,1191545344,214,215,477,215,3
208 207,1,1227279824,1158664192,1228129920,1178330112,1185092608,214,195,10,11,3 207,1,1227279824,1158664192,1228129920,1178330112,1185092608,214,195,477,195,3
209 208,1,1227014080,3308949504,1224865392,1186504192,1193279488,194,195,492,195,4
210 209,1,1227639008,0,1224767200,1191262976,1195598336,194,216,492,216,4
211 210,1,1228220032,0,1223619456,1177668608,1188117504,194,216,492,216,4
212 211,1,1226824400,0,1228839776,1182874624,1185734144,217,216,10,11,3 211,1,1226824400,0,1228839776,1182874624,1185734144,217,216,484,216,3
213 212,1,1227097280,0,1229060912,1182703616,1183277568,217,203,10,11,3 212,1,1227097280,0,1229060912,1182703616,1183277568,217,203,484,203,3
214 213,1,1227958096,0,1229381728,1176098816,1183681024,217,203,10,11,3 213,1,1227958096,0,1229381728,1176098816,1183681024,217,203,484,203,3
215 214,1,1226829008,1171765248,1222686752,1183277568,1191565568,218,203,10,11,4 214,1,1226829008,1171765248,1222686752,1183277568,1191565568,218,203,480,203,4
216 215,1,1226534464,1178646528,1221459488,1179728896,1186100736,218,219,10,11,4 215,1,1226534464,1178646528,1221459488,1179728896,1186100736,218,219,480,219,4
217 216,1,1227049920,1177378816,1220477664,1187714048,1191565568,218,219,10,11,4 216,1,1227049920,1177378816,1220477664,1187714048,1191565568,218,219,480,219,4
218 217,1,1226117200,0,1228890816,1185496064,1192371968,220,221,425,425,4 217,1,1226117200,0,1228890816,1185496064,1192371968,220,221,425,221,4
219 218,1,1228059600,1145028608,1225169728,1174488064,1179329536,222,223,222,223,4
220 219,1,1224759712,1193593600,1215931776,1179548672,1183296000,224,225,453,225,3
221 220,1,1226853328,0,1227933552,1174889472,1179325440,226,223,450,11,3 220,1,1226853328,0,1227933552,1174889472,1179325440,226,223,450,223,3
222 221,1,1227982640,0,1225577200,1168113664,1175333888,227,228,10,11,3 221,1,1227982640,0,1225577200,1168113664,1175333888,227,228,10,228,3
223 222,1,1225528560,0,1229136272,1186333696,1191464704,220,221,425,425,4 222,1,1225528560,0,1229136272,1186333696,1191464704,220,221,425,221,4
224 223,1,1227442640,1173579776,1225995040,1167306752,1174515712,229,219,10,11,3 223,1,1227442640,1173579776,1225995040,1167306752,1174515712,229,219,10,219,3
225 224,1,1226520864,0,1226220560,1176905728,1186213376,230,207,10,11,4 224,1,1226520864,0,1226220560,1176905728,1186213376,230,207,483,207,4
226 225,1,1226259280,0,1225527536,1184084480,1187512320,232,213,10,11,4 225,1,1226259280,0,1225527536,1184084480,1187512320,232,213,483,213,4
227 226,1,1225258112,0,1225699920,1178115072,1186504192,232,233,10,11,4 226,1,1225258112,0,1225699920,1178115072,1186504192,232,233,483,233,4
228 227,1,1225650608,3274244096,1225234720,1182148608,1185496064,234,235,10,11,4 227,1,1225650608,3274244096,1225234720,1182148608,1185496064,234,235,483,235,4
229 228,1,1225432224,0,1224650368,1183221248,1186649088,236,237,10,11,4 228,1,1225432224,0,1224650368,1183221248,1186649088,236,237,483,237,4
230 229,1,1225159936,0,1223483968,1183903232,1192170496,238,193,492,193,4
231 230,1,1228424464,0,1229749904,1181341696,1190738944,239,240,10,11,2 230,1,1228424464,0,1229749904,1181341696,1190738944,239,240,485,240,2
232 231,1,1227674272,0,1228285024,1168703488,1176502272,205,207,495,207,4
233 232,1,1226481696,1177407488,1222022528,1164484608,1168396288,241,242,10,11,4 232,1,1226481696,1177407488,1222022528,1164484608,1168396288,241,242,480,242,4
234 233,1,1226411744,1180305408,1222068864,1161277440,1167306752,243,203,10,11,4 233,1,1226411744,1180305408,1222068864,1161277440,1167306752,243,203,480,203,4
235 234,1,1227000832,1158664192,1227737184,1165369344,1168920576,210,244,449,11,3 234,1,1227000832,1158664192,1227737184,1165369344,1168920576,210,244,449,244,3
236 235,1,1227852656,1171765248,1225282656,1169362944,1170903040,222,223,222,223,4
237 236,1,1227336976,1145028608,1229181328,1180534784,1183627776,217,211,10,11,3 236,1,1227336976,1145028608,1229181328,1180534784,1183627776,217,211,484,211,3
238 237,1,1227663552,0,1229332640,1183044608,1184215552,217,245,10,11,3 237,1,1227663552,0,1229332640,1183044608,1184215552,217,245,484,245,3
239 238,1,1230075328,0,1223529344,1196606720,1200155776,246,207,458,207,4
240 239,1,1228669904,0,1225082032,1182874624,1183681024,247,215,452,11,4 239,1,1228669904,0,1225082032,1182874624,1183681024,247,215,452,215,4
241 240,1,1224371072,0,1229038096,1188722176,1192876288,248,207,425,425,4 240,1,1224371072,0,1229038096,1188722176,1192876288,248,207,425,207,4
242 241,1,1224914480,3323711488,1228031728,1187108864,1190537216,249,219,425,425,4 241,1,1224914480,3323711488,1228031728,1187108864,1190537216,249,219,425,219,4
243 242,1,1229283536,0,1229970816,1184339968,1189125632,200,219,420,420,2 242,1,1229283536,0,1229970816,1184339968,1189125632,200,219,420,219,2
244 243,1,1227933552,0,1230412624,1180534784,1185294336,200,250,420,420,2 243,1,1227933552,0,1230412624,1180534784,1185294336,200,250,420,250,2
245 244,1,1227750784,0,1229894864,1183075840,1185092608,200,251,420,420,2 244,1,1227750784,0,1229894864,1183075840,1185092608,200,251,420,251,2
246 245,1,1227688096,0,1231271712,1181341696,1187512320,200,201,420,420,2 245,1,1227688096,0,1231271712,1181341696,1187512320,200,201,420,201,2
247 246,1,1225380832,0,1226509920,1184890880,1192674560,198,199,10,11,3 246,1,1225380832,0,1226509920,1184890880,1192674560,198,199,478,199,3
248 247,1,1228988992,0,1224123744,1191410432,1193289728,246,207,458,207,4
249 248,1,1226939872,3306147840,1230407792,1191867904,1194363648,252,207,411,411,4 248,1,1226939872,3306147840,1230407792,1191867904,1194363648,252,207,411,207,4
250 249,1,1225596912,0,1230338992,1191565568,1194583808,253,207,408,408,3 249,1,1225596912,0,1230338992,1191565568,1194583808,253,207,408,207,3
251 250,1,1223619456,0,1229725360,1190940160,1195094272,254,207,425,425,4 250,1,1223619456,0,1229725360,1190940160,1195094272,254,207,425,207,4
252 251,1,1228841728,0,1230878992,1172953088,1177712640,255,206,420,420,4 251,1,1228841728,0,1230878992,1172953088,1177712640,255,206,420,206,4
253 252,1,1227939888,0,1231083408,1151393792,1160376320,200,250,420,420,2 252,1,1227939888,0,1231083408,1151393792,1160376320,200,250,420,250,2
254 253,1,1228785376,0,1228390336,1176905728,1183003648,256,257,495,257,4
255 254,1,1226020160,1166587904,1224881872,1170159616,1175326720,258,259,492,259,4
256 255,1,1226973984,3323711488,1230068064,1182552064,1188923904,419,251,417,417,4 255,1,1226973984,3323711488,1230068064,1182552064,1188923904,419,251,417,251,4
257 256,1,1227343888,3323711488,1230575456,1175107584,1183239680,252,207,411,411,4 256,1,1227343888,3323711488,1230575456,1175107584,1183239680,252,207,411,207,4
258 257,1,1226729456,3323711488,1230633536,1175394304,1182874624,252,207,411,411,4 257,1,1226729456,3323711488,1230633536,1175394304,1182874624,252,207,411,207,4
259 258,1,1225243160,1155343431,1231054402,1178285500,1189509885,253,261,408,408,3 258,1,1225243160,1155343401,1231054402,1178285496,1189509883,253,261,408,261,3
260 259,1,1228571728,1183437824,1219299488,1194187008,1195497728,262,263,424,424,2 259,1,1228571728,1183437824,1219299488,1194187008,1195497728,262,263,424,263,2
261 260,1,1228007184,1185008640,1220282464,1187512320,1191464704,262,264,424,424,2 260,1,1228007184,1185008640,1220282464,1187512320,1191464704,262,264,424,264,2
262 261,1,1228939904,1187825664,1221009600,1185899008,1188520448,262,257,424,424,2 261,1,1228939904,1187825664,1221009600,1185899008,1188520448,262,257,424,257,2
263 262,1,1227611584,1192022784,1222459008,1178191872,1181341696,265,257,10,11,4 262,1,1227611584,1192022784,1222459008,1178191872,1181341696,265,257,481,257,4
264 263,1,1227203312,1194379008,1221734432,1171994624,1174891520,265,259,10,11,4 263,1,1227203312,1194379008,1221734432,1171994624,1174891520,265,259,481,259,4
265 264,1,1228547184,1184223232,1218563136,1182552064,1185092608,262,266,424,424,2 264,1,1228547184,1184223232,1218563136,1182552064,1185092608,262,266,424,266,2
266 265,1,1227868336,1196438528,1221332928,1179728896,1182874624,267,219,10,11,4 265,1,1227868336,1196438528,1221332928,1179728896,1182874624,267,219,481,219,4
267 266,1,1227691776,1195950080,1221261952,1170534400,1175291904,267,219,10,11,4 266,1,1227691776,1195950080,1221261952,1170534400,1175291904,267,219,481,219,4
268 267,1,1223815840,0,1228350816,1178115072,1181745152,248,207,425,425,4 267,1,1223815840,0,1228350816,1178115072,1181745152,248,207,425,207,4
269 268,1,1225099312,0,1228426896,1175847936,1180938240,249,219,425,425,4 268,1,1225099312,0,1228426896,1175847936,1180938240,249,219,425,219,4
270 269,1,1225896288,3312431104,1216844960,1188923904,1193985280,268,213,453,213,4
271 270,1,1228748160,1190507008,1222279040,1178159104,1183040512,269,213,10,11,2 270,1,1228748160,1190507008,1222279040,1178159104,1183040512,269,213,269,213,2
272 271,1,1188542976,3328423936,1189328896,1185899008,1190335488,270,213,10,11,4
273 272,1,1228590960,1192022784,1222610880,1176905728,1179292672,269,271,10,11,2 272,1,1228590960,1192022784,1222610880,1176905728,1179292672,269,271,269,271,2
274 273,1,1227295376,1158664192,1226161680,1166436352,1171339264,272,271,10,11,3 273,1,1227295376,1158664192,1226161680,1166436352,1171339264,272,271,10,271,3
275 274,1,1227863376,1157836800,1226892272,1166499840,1174889472,272,213,10,11,3 274,1,1227863376,1157836800,1226892272,1166499840,1174889472,272,213,10,213,3
276 275,1,1227392048,1160138752,1226783728,1166356480,1174132736,272,271,10,11,3 275,1,1227392048,1160138752,1226783728,1166356480,1174132736,272,271,10,271,3
277 276,1,1227393552,1145028608,1228768096,1170534400,1174889472,273,274,10,11,3 276,1,1227393552,1145028608,1228768096,1170534400,1174889472,273,274,10,274,3
278 277,1,1227607200,1157689344,1228900960,1170534400,1175474176,275,263,10,11,3 277,1,1227607200,1157689344,1228900960,1170534400,1175474176,275,263,10,263,3
279 278,1,1226312976,0,1229876080,1172146176,1177309184,253,207,408,408,3 278,1,1226312976,0,1229876080,1172146176,1177309184,253,207,408,207,3
280 279,1,1226581248,3319248896,1229875856,1169727488,1177309184,252,207,411,411,4 279,1,1226581248,3319248896,1229875856,1169727488,1177309184,252,207,411,207,4
281 280,1,1227246864,0,1228540048,1182552064,1186100736,214,271,10,11,3 280,1,1227246864,0,1228540048,1182552064,1186100736,214,271,477,271,3
282 281,1,1227460144,1159843840,1228890816,1154621440,1160523776,275,271,10,11,3 281,1,1227460144,1159843840,1228890816,1154621440,1160523776,275,271,10,271,3
283 282,1,1227370160,3323844608,1230184224,1167026176,1172146176,252,276,411,411,4 282,1,1227370160,3323844608,1230184224,1167026176,1172146176,252,276,411,276,4
284 283,1,1227199488,3323858944,1230235408,1169211392,1174486016,252,259,411,411,4 283,1,1227199488,3323858944,1230235408,1169211392,1174486016,252,259,411,259,4
285 284,1,1227025952,3323895808,1230124192,1166864384,1170675712,252,257,411,411,4 284,1,1227025952,3323895808,1230124192,1166864384,1170675712,252,257,411,257,4
286 285,1,1226916832,3323600896,1230171776,1143013376,1157554176,252,216,411,411,4 285,1,1226916832,3323600896,1230171776,1143013376,1157554176,252,216,411,216,4
287 286,1,1226806768,3324250112,1230210512,1167085568,1170534400,252,277,411,411,4 286,1,1226806768,3324250112,1230210512,1167085568,1170534400,252,277,411,277,4
288 287,1,1226775888,3324080128,1230047104,1165369344,1168920576,252,257,411,411,4 287,1,1226775888,3324080128,1230047104,1165369344,1168920576,252,257,411,257,4
289 288,1,1226687504,3324125184,1229995360,1159778304,1166422016,252,257,411,411,4 288,1,1226687504,3324125184,1229995360,1159778304,1166422016,252,257,411,257,4
290 289,1,1226947712,3316107264,1218317664,1179728896,1190537216,204,257,426,426,4 289,1,1226947712,3316107264,1218317664,1179728896,1190537216,204,257,426,257,4
291 290,1,1226608096,1177798656,1220772224,1172146176,1178921984,218,257,10,11,4 290,1,1226608096,1177798656,1220772224,1172146176,1178921984,218,257,480,257,4
292 291,1,1226460832,1176227840,1222441280,1166499840,1178921984,218,257,10,11,4 291,1,1226460832,1176227840,1222441280,1166499840,1178921984,218,257,480,257,4
293 292,1,1225456208,1171056640,1226068112,1164496896,1171449856,278,257,10,11,3 292,1,1225456208,1171056640,1226068112,1164496896,1171449856,278,257,10,257,3
294 293,1,1225754208,1161023488,1226261584,1166499840,1173161984,279,257,10,11,3 293,1,1225754208,1161023488,1226261584,1166499840,1173161984,279,257,10,257,3
295 294,1,1226732912,1170835456,1224287136,1163333632,1171339264,280,201,492,201,4
296 295,1,1226338112,1158664192,1224981776,1169727488,1176502272,281,282,492,282,4
297 296,1,1228085648,1164947456,1224777344,1175555072,1178262528,283,282,492,282,4
298 297,1,1225110832,1160728576,1226068112,1167306752,1176905728,284,285,10,11,3 297,1,1225110832,1160728576,1226068112,1167306752,1176905728,284,285,478,285,3
299 298,1,1224766624,1164947456,1227450128,1172215808,1179139072,284,223,10,11,3 298,1,1224766624,1164947456,1227450128,1172215808,1179139072,284,223,478,223,3
300 299,1,1226460832,1158664192,1223864928,1171197952,1178518528,286,219,492,219,4
301 300,1,1226233008,0,1223324928,1175333888,1182629888,287,219,492,219,4
302 301,1,1225905504,0,1223869984,1176502272,1183493120,287,203,492,203,4
303 302,1,1228987056,1192022784,1222146752,1168113664,1172146176,269,206,10,11,2 302,1,1228987056,1192022784,1222146752,1168113664,1172146176,269,206,269,206,2
304 303,1,1228983808,1189260800,1221043712,1149943808,1161695232,288,206,424,424,2 303,1,1228983808,1189260800,1221043712,1149943808,1161695232,288,206,424,206,2
305 304,1,1229055376,1190175232,1221164928,1163759616,1168920576,288,206,424,424,2 304,1,1229055376,1190175232,1221164928,1163759616,1168920576,288,206,424,206,2
306 305,1,1225800992,1167665152,1227290992,1169215488,1171998720,289,193,10,11,3 305,1,1225800992,1167665152,1227290992,1169215488,1171998720,289,193,10,193,3
307 306,1,1224535360,1158574080,1226908400,1176905728,1181708288,290,193,10,11,3 306,1,1224535360,1158574080,1226908400,1176905728,1181708288,290,193,478,193,3
308 307,1,1225086288,1152737280,1227274064,1168920576,1175695360,291,203,10,11,3 307,1,1225086288,1152737280,1227274064,1168920576,1175695360,291,203,10,203,3
309 308,1,1225174112,1131479040,1229679504,1176905728,1179728896,292,293,408,408,4 308,1,1225174112,1131479040,1229679504,1176905728,1179728896,292,293,408,293,4
310 309,1,1224552192,3282993152,1226141744,1173760000,1178921984,294,271,10,11,3 309,1,1224552192,3282993152,1226141744,1173760000,1178921984,294,271,478,271,3
311 310,1,1225841664,1164505088,1225900896,1167069184,1170601984,230,207,10,11,4 310,1,1225841664,1164505088,1225900896,1167069184,1170601984,230,207,483,207,4
312 311,1,1225627440,1161318400,1225617648,1168261120,1174210560,230,207,10,11,4 311,1,1225627440,1161318400,1225617648,1168261120,1174210560,230,207,483,207,4
313 312,1,1228051664,1166514176,1224238048,1168707584,1170698240,295,206,492,206,4
314 313,1,1225874624,1155686400,1224619264,1169137664,1175697408,295,293,492,292,4
315 314,1,1225963808,3297271808,1229961600,1184288256,1184288256,253,261,408,408,3 314,1,1225963808,3297271808,1229961600,1184288256,1184288256,253,261,408,261,3
316 315,1,1225248320,1137410048,1230067264,1159065600,1162145792,296,207,408,408,3 315,1,1225248320,1137410048,1230067264,1159065600,1162145792,296,207,408,207,3
317 316,1,1225507600,0,1230204960,1157738496,1160531968,296,207,408,408,3 316,1,1225507600,0,1230204960,1157738496,1160531968,296,207,408,207,3
318 317,1,1225073840,3271884800,1230757632,1166864384,1168920576,296,207,408,408,3 317,1,1225073840,3271884800,1230757632,1166864384,1168920576,296,207,408,207,3
319 318,44,0,0,0,0,0,297,298,10,11,4
320 319,189,0,0,0,0,0,299,300,10,11,4
321 320,249,0,0,0,0,0,301,302,10,11,4
322 321,30,0,0,0,0,0,303,304,10,11,2 321,30,0,0,0,0,0,303,304,10,304,2
323 322,37,1226117200,0,1224012192,1187714048,1192976896,305,306,10,11,4
324 323,489,1226117200,0,1224012192,1187714048,1192976896,307,308,10,11,4
325 324,489,1225327584,1175881728,1225340304,1173317632,1176647680,307,308,10,11,4
371 370,309,1227050112,1151852544,1232958688,1152303104,1159950336,373,371,10,11,4
372 371,309,1227260096,1158959104,1233028432,1156112384,1158926336,374,375,10,11,4
373 372,309,1227253184,1156751360,1233063968,1151713280,1156390912,374,376,10,11,4
374 413,451,1188958194,1156369288,1190387505,1157157981,1163676488,8,9,10,11,3 374,530,0,0,0,0,0,379,380,503,380,2
375 415,531,0,0,0,1139789141,1146179780,8,392,10,11,3 377,530,1223510348,3302319473,1226283490,1192642616,1196294454,384,385,384,11,4
376 378,42,1230522703,1167949722,1218575024,1177703721,1182165156,399,383,399,383,4
377 379,532,0,0,0,0,0,386,387,10,11,4
378 413,451,1188958193,1156369285,1190387507,1157158011,1163676508,8,9,10,11,3
379 415,531,0,0,0,1139789005,1146179748,8,392,10,11,3
380 418,530,1218624599,3282248335,1227649140,1199585157,1200914828,396,491,517,491,3
381 439,42,1229738976,1152658719,1218149211,1163546665,1169197773,397,9,397,11,3
382 443,42,1229866095,1151870403,1220594385,1199885295,1200530673,399,383,399,383,4
383 450,42,1229796900,1160150753,1220320297,1181649234,1183947914,433,9,407,11,3
384 451,530,1222006753,3306909368,1228144352,1182745252,1189070269,500,9,434,11,3
385 453,530,1232442478,1155696148,1227275377,1170826301,1177017702,488,505,488,505,3
386 454,530,1233299241,1139114312,1229127384,1200832308,1202626890,460,439,502,439,3
387 455,530,1220438970,1119649792,1224284702,1197511598,1200386514,438,9,438,11,3
388 458,530,1221836841,3268889805,1227082919,1182302228,1185734830,435,441,435,441,3
389 460,530,1220208590,1145947095,1226065010,1187187067,1189256678,432,506,432,506,3
390 462,530,1218888217,1153129595,1225969128,1188454938,1191027901,432,506,432,506,3
391 465,42,1229863006,1160792883,1218125103,1165735567,1173795574,397,9,397,11,3
392 466,42,1230124118,1159559823,1218651578,1174611210,1181149614,399,383,399,383,4
393 467,42,1230045899,1108596490,1216458049,1176586680,1179642388,442,9,442,11,3
394 468,530,1223572148,1158210478,1226101357,1164326625,1171282022,446,518,446,518,3
395 469,530,1223622665,1158474138,1225934349,1166384415,1173854863,446,518,446,518,3
396 470,42,1230133134,1142029353,1216678515,1170735145,1175177933,442,9,442,11,3
397 471,42,1230131452,1141962834,1215937005,1167990170,1171854234,442,9,442,11,3
398 472,42,1230757637,1169849651,1219718640,1182139402,1187328625,448,383,448,383,3
399 474,42,1229936416,1163613553,1220317123,1171166597,1171166597,433,9,407,11,3
400 476,530,1219711470,1168105247,1225141400,1174773862,1178141133,224,225,224,225,3
401 484,530,1221295170,1159980646,1227266855,1178133514,1182075761,435,441,435,441,3
402 485,530,1222742946,1130538598,1227384033,1183576105,1188695905,435,441,435,441,3
403 486,530,1224098601,1143191962,1227462460,1183787930,1188479237,435,441,435,441,3
404 487,530,1223365551,1158253158,1227990177,1179799265,1184825779,435,441,435,441,3
405 488,530,1223547164,1175445873,1228441659,1182901181,1187410401,435,441,435,441,3
406 489,530,1221606209,3269606769,1227502353,1176273132,1182839885,435,441,435,441,3
407 490,530,1221218966,1162994688,1227741747,1170266829,1177195715,435,441,435,441,3
408 491,530,1220977321,1117055877,1227973050,1168829972,1176650455,435,441,435,441,3
409 492,530,1220797129,3295377654,1228245683,1175058934,1180254781,435,441,435,441,3
410 493,543,0,0,0,1110774907,1119854264,384,385,384,11,3
411 496,530,1232865430,1137791468,1226985443,1194903798,1198082808,487,486,488,486,3
412 498,530,1233098941,1148621947,1227556738,1171581911,1176138670,436,486,488,486,3
413 500,530,1219675860,1168106045,1223566361,1182583695,1184939372,504,9,504,11,3
414 501,530,1232594568,1160149279,1227066905,1164494397,1172418580,488,505,488,505,3
415 502,530,1224855119,1141591900,1223390058,1198606892,1201525368,508,9,508,11,3
416 503,530,1220687170,1167937577,1225093117,1174271140,1176712950,504,9,504,11,3
417 504,530,1220224890,1161381192,1227859028,1164093563,1169927025,510,491,510,491,3
418 505,42,1229548014,3271238615,1218520640,1174829025,1179467213,399,383,399,383,3
419 506,530,1221378864,1167773983,1223909893,1172691845,1175783721,504,9,504,11,3
420 507,530,1221244074,1168408658,1224219014,1172691845,1175783721,504,9,504,11,3
421 509,530,1220680110,1168507187,1224846947,1174434345,1177732588,504,9,504,11,3
422 510,530,1219791030,1170381619,1225035037,1171508244,1175621345,224,225,224,225,3
423 511,530,1223965446,1103704883,1227530013,1167917548,1172277965,511,441,511,441,3
424 512,530,1217655219,1118601216,1225817154,1191474122,1194023552,432,506,432,506,3
425 515,553,0,0,0,1189226639,1189226639,384,9,384,11,3
426 519,530,1225504789,1163028972,1228381066,1193852785,1199186496,513,9,513,11,3
427 520,530,1225141972,1164773335,1226327426,1197011937,1198899817,384,385,384,11,4
428 521,530,1223566668,1166832845,1226966001,1174468301,1183550346,384,385,384,11,4
429 523,530,1221500689,3249206723,1225736621,1181938063,1186341012,514,506,514,506,3
430 526,530,1217606500,1143353016,1226214687,1169320325,1175221934,516,506,516,506,3
431 527,530,1217433317,1144776458,1226209884,1169320325,1175484713,516,506,516,506,3
432 528,530,1221150330,1162081772,1226461015,1185705866,1188460554,432,506,432,506,3
433 530,530,1221674738,1146710589,1226179166,1165268296,1171786506,432,506,432,506,3
434 531,530,1220593319,1149452780,1226746652,1174337024,1177618995,432,506,432,506,3
435 533,530,1224477168,3293006234,1226928573,1175026401,1183550346,384,385,384,11,4
436 534,530,1224664908,1169426043,1228089984,1179387443,1185894129,513,9,513,11,3
437 535,42,0,0,0,0,0,379,380,503,380,2
438 536,150,1205927936,0,1233491968,1202777216,1203382144,384,385,384,11,4
439 537,31,1205927936,1164773335,1233491968,1202777216,1203382144,384,385,384,11,4
440 538,150,1201766912,1144258560,1233221248,1174610944,1177633792,68,27,10,27,4
441 539,0,1228124480,1168539648,1230903104,1185669120,1188741120,23,24,0,456,4
442 540,808,1228102592,1172742144,1230899072,1215570944,1217559552,23,24,0,456,4
443 541,807,1224043776,1153531904,1224042624,1195593728,1196873728,39,257,0,456,4
444 542,1,1224920192,0,1224993344,1181376512,1184645120,227,228,10,228,3
445 543,1,1230142208,1159069696,1230955520,1191753728,1193033728,200,201,420,201,2
446 544,813,1225503680,1161527296,1227820928,1189765120,1193033728,34,35,406,35,2
447 545,0,1225224320,1176449024,1227040448,1187205120,1191753728,19,20,463,20,4
448 546,815,1224817664,1175490560,1226922368,1167867904,1198153728,19,20,463,20,4
449 547,802,0,0,0,0,0,307,308,10,11,4
450 548,0,1224975488,1150189568,1227384320,1188741120,1192777728,19,20,463,20,4
451 549,0,1225546880,1150189568,1227404480,1187205120,1192777728,19,20,463,20,4
452 550,0,1224489600,1150189568,1226902208,1187205120,1191753728,19,20,463,20,4
453 551,1,1230544832,1157939200,1226166656,1200782336,1201422336,232,213,483,213,3
454 552,0,1227304256,0,1223699328,1174011904,1178304512,14,15,494,15,4
455 553,814,1227855856,0,1229907568,1200782336,1201422336,384,384,384,384,4
456 554,814,0,0,0,0,0,386,387,10,11,4
457 555,0,1226448896,1173184512,1230058112,1169915904,1171963904,77,78,471,78,4
458 556,0,1226039360,1167433728,1230138176,1166331904,1171963904,40,43,407,43,4
459 557,0,1223917056,1152942080,1231183616,1192009728,1195593728,524,525,526,525,4
460 558,0,1226274368,1166401536,1230182528,1166331904,1171963904,204,207,426,207,4
461 559,0,1224218752,1162510336,1231269920,1171963904,1174011904,527,525,526,525,4
462 560,0,1224029952,1162510336,1231362560,1163575296,1166434304,527,525,526,525,4
463 561,0,1224165952,1170530304,1231421760,1169915904,1171963904,527,525,526,525,4
464 562,0,1223423552,1152942080,1231004160,1166331904,1169915904,528,525,526,525,4
465 563,0,1229063936,1171415040,1228838720,1185669120,1192009728,287,203,492,203,3
466 564,0,1229118080,1175453696,1229557568,1180352512,1185157120,40,43,407,43,4
467 565,0,1229071424,1174011904,1228144064,1178304512,1183621120,204,207,426,207,4
468 566,0,1228714304,1167867904,1228229888,1167867904,1176256512,204,207,426,207,4

View file

@ -2111,8 +2111,8 @@
2110,4,0,720,1440,2160,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1056964608,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2111,4,0,720,1440,2160,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2112,4,0,720,1440,2160,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2113,3,0,720,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176256512,1176256512,1176256512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2114,3,0,720,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1036831949,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2113,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176256512,1176256512,1176256512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2114,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1036831949,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2115,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2116,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2117,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
@ -2267,6 +2267,60 @@
2266,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2267,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2268,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2269,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1183621120,1183621120,1183621120,1182400512,1183621120,1183621120,0,0,0,0,0,0,0,0,0,0
2270,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,0,1048576000,1048576000,1036831949,1048576000,1048576000,0,0,0,0,0,0,0,0,0,0
2271,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2272,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,0,0,0,0,0,0,0,0,0,0
2273,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0
2274,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2275,2,1440,2870,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169915904,1169915904,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2276,2,1440,2870,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3204448256,3204448256,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2277,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2278,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2279,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2280,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2281,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1183621120,1183621120,1183621120,1183621120,1183348053,1183279787,0,0,0,0,0,0,0,0,0,0
2282,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1048576000,1048576000,1048576000,1050253722,1048576000,1048576000,0,0,0,0,0,0,0,0,0,0
2283,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2284,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,0,0,0,0,0,0,0,0,0,0
2285,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0
2286,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2287,2,0,1440,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1179328512,1176256512,1176256512,0,0,0,0,0,0,0,0,0,0,0,0,0
2288,2,0,1440,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,3197737370,3197737370,3197737370,0,0,0,0,0,0,0,0,0,0,0,0,0
2289,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2290,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060320051,1060320051,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2291,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2292,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2293,2,0,1440,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1161527296,1161527296,1161527296,0,0,0,0,0,0,0,0,0,0,0,0,0
2294,2,0,1440,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,3204448256,3204448256,3204448256,0,0,0,0,0,0,0,0,0,0,0,0,0
2295,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2296,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2297,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2298,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2299,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1186693120,1186693120,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2300,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056964608,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2301,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2302,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062836634,1062836634,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2303,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2304,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2305,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1167867904,1167867904,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2306,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045220557,1045220557,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2307,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2308,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062836634,1062836634,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2309,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2310,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2311,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1179328512,1179328512,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2312,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3192704205,3192704205,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2313,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2314,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060320051,1060320051,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2315,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2316,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2317,3,0,720,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1161527296,1161527296,1161527296,0,0,0,0,0,0,0,0,0,0,0,0,0
2318,3,0,720,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,3204448256,3204448256,3204448256,0,0,0,0,0,0,0,0,0,0,0,0,0
2319,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2320,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2321,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2322,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
@ -2309,16 +2363,82 @@
2362,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,1059481190,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2363,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2364,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2365,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1183621120,1183621120,1183621120,1183621120,1183621120,1183621120,0,0,0,0,0,0,0,0,0,0
2366,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,0,1048576000,1048576000,1050253722,1048576000,1048576000,0,0,0,0,0,0,0,0,0,0
2367,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2368,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,0,0,0,0,0,0,0,0,0,0
2369,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0
2370,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2371,8,0,360,720,1440,2400,2520,2570,2640,0,0,0,0,0,0,0,0,1196873728,1196873728,1196873728,1196873728,1196873728,1196873728,1196873728,1196873728,0,0,0,0,0,0,0,0
2372,8,0,360,720,1440,2400,2520,2570,2640,0,0,0,0,0,0,0,0,1061997773,1061997773,1061997773,1061997773,1061997773,1061997773,1061997773,1061997773,0,0,0,0,0,0,0,0
2373,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2374,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1057803469,1057803469,1057803469,1057803469,1057803469,1057803469,0,0,0,0,0,0,0,0,0,0
2375,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0
2376,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2377,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2378,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3192704205,3206125978,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2379,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2380,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2381,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2382,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2383,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1186693120,1179328512,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2384,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2385,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2386,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062836634,1062836634,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2387,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2388,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2389,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1175744512,1175744512,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2390,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1036831949,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2391,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2392,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2393,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2394,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2395,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1170939904,1168891904,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2396,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1056964608,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2397,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2398,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2399,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2400,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2401,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1170939904,1170939904,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2402,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1050253722,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2403,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2404,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2405,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2406,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2407,10,0,360,720,840,1440,1980,2100,2160,2220,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176256512,1176256512,1176256512,1184645120,1183109120,1183109120,1177109845,1176256512,1176256512,1176256512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2408,10,0,360,720,840,1440,1980,2100,2160,2220,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,3196059648,1036831949,1056964608,1056964608,1051931443,1050812973,1050253722,1049974113,1048576000,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2409,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2410,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2411,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2412,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2413,10,0,360,720,840,1440,1980,2100,2160,2220,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176256512,1176256512,1176256512,1184645120,1183109120,1183109120,1177109845,1176256512,1176256512,1176256512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2414,10,0,360,720,840,1440,1980,2100,2160,2220,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,3196059648,1036831949,1056964608,1056964608,1051931443,1050812973,1050253722,1049974113,1048576000,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2415,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2416,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2417,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2418,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2419,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1182400512,1182400512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2420,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2421,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2422,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1057803469,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2423,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2424,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2425,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1184645120,1184645120,1184645120,1184645120,1184645120,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2426,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3192704205,3192704205,3192704205,3192704205,3192704205,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2427,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2428,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1056964608,1056964608,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2429,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2430,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2431,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1181376512,1181376512,1181376512,1181376512,1181376512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2432,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3197737370,3197737370,3197737370,3197737370,3197737370,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2433,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2434,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1056964608,1056964608,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2434,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2435,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2436,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2437,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1170939904,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2438,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3204448256,3204448256,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2439,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2440,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1053609165,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2440,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1061997773,1061997773,1061997773,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2441,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2442,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2443,3,0,720,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
@ -2330,7 +2450,7 @@
2449,3,0,1440,2520,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1178304512,1178304512,1178304512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2450,3,0,1440,2520,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3184315597,3184315597,3184315597,3184315597,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2451,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2452,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1056964608,1056964608,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2452,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1063675494,1063675494,1063675494,1063675494,1063675494,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2453,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2454,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2455,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1174011904,1174011904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
@ -2378,7 +2498,7 @@
2497,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1174011904,1174011904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2498,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3192704205,3192704205,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2499,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2500,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1061997773,1061997773,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2500,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2501,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2502,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2503,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1174011904,1174011904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
@ -2408,7 +2528,7 @@
2527,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1178304512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2528,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3204448256,3204448256,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2529,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2530,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1057803469,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2530,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2531,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2532,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2533,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1182400512,1178304512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
@ -2420,7 +2540,7 @@
2539,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1180352512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2540,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2541,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2542,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1053609165,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2542,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1058642330,1058642330,1058642330,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2543,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2544,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2545,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1180352512,1180352512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
@ -2441,12 +2561,132 @@
2560,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1057803469,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2561,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2562,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2563,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1171963904,1171963904,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2564,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2565,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2566,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2567,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2568,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2569,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1171963904,1171963904,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2570,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2571,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2572,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2573,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2574,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2575,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1175744512,1175744512,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2576,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3184315597,3184315597,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2577,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2578,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2579,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2580,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2581,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1175744512,1175744512,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2582,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1036831949,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2583,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2584,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2585,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2586,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2587,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2588,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2589,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2590,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2591,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2592,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2593,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1177280512,1177280512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2594,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3207803699,3207803699,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2595,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2596,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1058642330,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2597,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2598,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2599,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176768512,1176768512,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2600,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1050253722,1050253722,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2601,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2602,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2603,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2604,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2605,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1189765120,1189765120,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2606,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1045220557,1045220557,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2607,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2608,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2609,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2610,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2611,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176256512,1176256512,1181376512,0,0,0,0,0,0,0,0,0,0,0,0,0
2612,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3197737370,3197737370,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0
2613,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2614,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2615,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2616,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2617,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1182400512,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2618,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1050253722,1045220557,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2619,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2620,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2621,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2622,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2623,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1184645120,1184645120,1181376512,0,0,0,0,0,0,0,0,0,0,0,0,0
2624,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056964608,1056964608,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0
2625,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2626,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2627,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2628,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2629,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1161527296,1161527296,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2630,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1050253722,1050253722,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2631,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2632,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2633,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2634,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2635,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1170939904,1159479296,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2636,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1050253722,1050253722,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2637,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2638,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2639,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2640,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2641,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1159479296,1159479296,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2642,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1036831949,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2643,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2644,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2645,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2646,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2647,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1179328512,1179328512,1179328512,1179328512,1179328512,1179328512,0,0,0,0,0,0,0,0,0,0
2648,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,3175926989,3175926989,3175926989,3175926989,3175926989,3175926989,0,0,0,0,0,0,0,0,0,0
2649,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2650,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,0,0,0,0,0,0,0,0,0,0
2651,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0
2652,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2653,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2654,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3192704205,3192704205,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2655,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2656,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1061997773,1061997773,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2657,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2658,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2659,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2660,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3201092813,3201092813,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2661,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2662,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1062836634,1061997773,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2663,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2664,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2665,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181376512,1181376512,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2666,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3192704205,3192704205,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2667,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2668,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062836634,1062836634,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2669,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2670,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2671,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1180352512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2672,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2673,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2674,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1053609165,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2675,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2676,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2677,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176256512,1176256512,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2678,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1050253722,1050253722,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2679,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2680,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2681,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2682,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2683,8,0,360,720,840,1440,1980,2220,2520,2520,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1183109120,1183109120,1183109120,1183109120,1183109120,1183109120,1183109120,1183109120,1176256512,1176256512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2684,8,0,360,720,840,1440,1980,2220,2520,2520,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,1048576000,1048576000,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2685,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2686,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2687,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2688,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2689,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1189765120,1189765120,1189765120,1189765120,1189765120,1189765120,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2690,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1058642330,1058642330,1058642330,1058642330,1058642330,1058642330,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2691,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
@ -2507,6 +2747,204 @@
2746,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1061997773,1061997773,1061997773,1061997773,1061997773,1061997773,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2747,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2748,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2749,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1183621120,1183621120,1183621120,1182400512,1183621120,1183621120,0,0,0,0,0,0,0,0,0,0
2750,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,0,1048576000,1048576000,1036831949,1048576000,1048576000,0,0,0,0,0,0,0,0,0,0
2751,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2752,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1060320051,1060320051,1060320051,1060320051,1060320051,1060320051,0,0,0,0,0,0,0,0,0,0
2753,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0
2754,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2755,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1182400512,1182400512,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2756,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1050253722,1050253722,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2757,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2758,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1057803469,1057803469,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2759,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2760,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2761,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1187205120,1187205120,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2762,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1036831949,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2763,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2764,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2765,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2766,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2767,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1179328512,1179328512,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2768,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,0,1056964608,1056964608,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2769,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2770,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,1060320051,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2771,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2772,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2773,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2774,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3192704205,3192704205,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2775,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2776,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2777,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2778,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2779,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176256512,1176256512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2780,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,3184315597,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2781,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2782,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2783,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2784,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2785,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1175232512,1175232512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2786,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,3184315597,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2787,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2788,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2789,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2790,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2791,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1182400512,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2792,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1050253722,1045220557,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2793,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2794,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1057803469,1057803469,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2795,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2796,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2797,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176256512,1176256512,1181376512,0,0,0,0,0,0,0,0,0,0,0,0,0
2798,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050253722,1045220557,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0
2799,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2800,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2801,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2802,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2803,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1182400512,1182400512,1181376512,0,0,0,0,0,0,0,0,0,0,0,0,0
2804,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050253722,1045220557,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0
2805,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2806,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2807,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2808,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2809,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1170939904,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2810,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3184315597,3184315597,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2811,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2812,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1061158912,1061158912,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2813,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2814,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2815,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176256512,1176256512,1176256512,1176256512,1176256512,1176256512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2816,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1036831949,1036831949,1036831949,1036831949,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2817,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2818,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1061997773,1061997773,1061997773,1061997773,1061997773,1061997773,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2819,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2820,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2821,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1188741120,1188741120,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2822,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2823,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2824,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1058642330,1058642330,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2825,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2826,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2827,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176256512,1176256512,1176256512,1176256512,1176256512,1176256512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2828,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1036831949,0,1036831949,1036831949,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2829,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2830,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,1060320051,1060320051,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2831,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2832,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2833,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1167867904,1174011904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2834,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2835,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2836,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1061997773,1061997773,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2837,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2838,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2839,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1182400512,1182400512,1179328512,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2840,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,0,0,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2841,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2842,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,1060320051,1060320051,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2843,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2844,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2845,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1179328512,1179328512,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2846,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3196059648,3196059648,3192704205,3196059648,3196059648,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2847,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2848,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1061997773,1061997773,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2849,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2850,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2851,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2852,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3184315597,3184315597,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2853,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2854,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2855,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2856,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2857,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1183621120,1183621120,1182400512,1183621120,1183109120,1183279787,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2858,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3196059648,3196059648,3196059648,3196059648,3196059648,3196059648,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2859,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2860,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,1060320051,1060320051,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2861,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2862,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2863,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1182400512,1182400512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2864,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2865,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2866,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1061158912,1061158912,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2867,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2868,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2869,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1167867904,1168379904,1168891904,1169915904,1168379904,1168209237,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2870,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3184315597,3184315597,3184315597,3184315597,3184315597,3184315597,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2871,7,0,360,720,1440,2520,2640,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2872,7,0,360,720,1440,2520,2640,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1061997773,1056964608,1056964608,1060320051,1060320051,1060320051,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2873,7,0,360,720,1440,2520,2640,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2874,7,0,360,720,1440,2520,2640,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2875,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1180352512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2876,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3197737370,3197737370,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2877,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2878,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,1053609165,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2879,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2880,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2881,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1178304512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2882,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3192704205,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2883,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2884,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2885,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2886,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2887,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1178304512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2888,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2889,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2890,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2891,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2892,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2893,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1178304512,1178304512,1178304512,1178304512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2894,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,0,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2895,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2896,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1060320051,1056964608,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2897,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2898,5,0,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2899,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1178304512,1179328512,1180352512,1178304512,1178304512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2900,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3192704205,3196059648,3192704205,3192704205,3192704205,3192704205,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2901,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2902,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,1060320051,1060320051,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2903,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2904,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2905,6,0,360,720,1440,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176256512,1176256512,1179328512,1181376512,1178304512,1176256512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2906,6,0,360,720,1440,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,3196059648,1036831949,3197737370,3197737370,3197737370,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2907,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2908,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,1060320051,1060320051,1060320051,1060320051,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2909,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2910,8,0,360,720,750,1440,2130,2160,2520,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2911,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174011904,1174011904,1181376512,0,0,0,0,0,0,0,0,0,0,0,0,0
2912,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3204448256,3204448256,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0
2913,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2914,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2915,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2916,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2917,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178304512,1178304512,1178304512,0,0,0,0,0,0,0,0,0,0,0,0,0
2918,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050253722,1036831949,1036831949,0,0,0,0,0,0,0,0,0,0,0,0,0
2919,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2920,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2921,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2922,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2923,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1179328512,1179328512,1181376512,0,0,0,0,0,0,0,0,0,0,0,0,0
2924,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3197737370,3197737370,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0
2925,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2926,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2927,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2928,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2929,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178304512,1178304512,1181376512,0,0,0,0,0,0,0,0,0,0,0,0,0
2930,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050253722,1050253722,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0
2931,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2932,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2933,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2934,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2935,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176256512,1176256512,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2936,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3192704205,3192704205,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2937,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2938,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1057803469,1057803469,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2939,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2940,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2941,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1168891904,1168891904,1168891904,1168891904,1168891904,1168891904,0,0,0,0,0,0,0,0,0,0
2942,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,3197737370,3197737370,3197737370,3197737370,3197737370,3197737370,0,0,0,0,0,0,0,0,0,0
2943,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2944,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1057803469,1057803469,1057803469,1057803469,1057803469,1057803469,0,0,0,0,0,0,0,0,0,0
2945,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0
2946,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
2947,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1177280512,1177280512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2948,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2949,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
@ -2555,3 +2993,147 @@
2992,4,2640,2520,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,0,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2993,4,2640,2520,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2994,4,2640,2520,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2995,4,0,720,1440,2160,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1182400512,1182400512,1182400512,1182400512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2996,4,0,720,1440,2160,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1048576000,0,1048576000,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2997,4,0,720,1440,2160,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2998,4,0,720,1440,2160,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1056964608,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
2999,4,0,720,1440,2160,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3000,4,0,720,1440,2160,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3001,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1196873728,1196873728,1196873728,1196873728,1196873728,1196873728,0,0,0,0,0,0,0,0,0,0
3002,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1061997773,1061997773,1061997773,1061997773,1061997773,1061997773,0,0,0,0,0,0,0,0,0,0
3003,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
3004,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1057803469,1057803469,1057803469,1057803469,1057803469,1057803469,0,0,0,0,0,0,0,0,0,0
3005,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0
3006,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
3007,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1182400512,1182400512,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3008,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1036831949,1036831949,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3009,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3010,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3011,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3012,2,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3013,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1183621120,1183621120,1183621120,1182400512,1183621120,1183621120,0,0,0,0,0,0,0,0,0,0
3014,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,0,1048576000,1048576000,1036831949,1048576000,1048576000,0,0,0,0,0,0,0,0,0,0
3015,7,0,360,720,1440,2400,2520,2640,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0
3016,7,0,360,720,1440,2400,2520,2640,0,0,0,0,0,0,0,0,0,1060320051,1060320051,1060320051,1060320051,1060320051,1056964608,1060320051,0,0,0,0,0,0,0,0,0
3017,7,0,360,720,1440,2400,2520,2640,0,0,0,0,0,0,0,0,0,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,0,0,0,0,0,0,0,0,0
3018,7,0,360,720,1440,2400,2520,2640,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0
3019,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1184645120,1184645120,1181376512,0,0,0,0,0,0,0,0,0,0,0,0,0
3020,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0
3021,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3022,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3023,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3024,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3025,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1161527296,1161527296,1178304512,0,0,0,0,0,0,0,0,0,0,0,0,0
3026,2,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3204448256,3204448256,1036831949,0,0,0,0,0,0,0,0,0,0,0,0,0
3027,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3028,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3029,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3030,1,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3031,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1161527296,1161527296,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3032,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3204448256,3204448256,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3033,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3034,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3035,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3036,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3037,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1186693120,1186693120,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3038,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056964608,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3039,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3040,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062836634,1062836634,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3041,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3042,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3043,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1186693120,1186693120,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3044,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056964608,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3045,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3046,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062836634,1062836634,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3047,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3048,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3049,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1167867904,1168379904,1168891904,1169915904,1168379904,1168209237,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3050,6,0,360,720,1440,2520,2640,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1008981770,1023745720,1029785518,1036831949,1023745720,1020054733,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3051,6,360,720,1440,2520,2640,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3052,6,360,720,1440,2520,2640,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1056964608,1056964608,1056964608,1056964608,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3053,6,360,720,1440,2520,2640,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3054,6,360,720,1440,2520,2640,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3055,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1171963904,1171963904,1171963904,1171963904,1171963904,1171963904,0,0,0,0,0,0,0,0,0,0
3056,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,3184315597,3184315597,3184315597,3184315597,3184315597,3184315597,0,0,0,0,0,0,0,0,0,0
3057,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
3058,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1057803469,1057803469,1057803469,1057803469,1057803469,1057803469,0,0,0,0,0,0,0,0,0,0
3059,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0
3060,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
3061,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1181376512,1181376512,1170939904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3062,2,0,1440,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3197737370,3197737370,1036831949,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3063,4,0,720,1440,2400,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3064,4,0,720,1440,2400,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,0,0,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3065,4,0,720,1440,2400,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3066,4,0,720,1440,2400,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3067,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1186693120,1186693120,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3068,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056964608,1056964608,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3069,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3070,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062836634,1062836634,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3071,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3072,2,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3073,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1178304512,1180352512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3074,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3075,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3076,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1060320051,1053609165,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3077,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3078,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3079,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1176256512,1176256512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3080,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3184315597,3184315597,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3081,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3082,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3083,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3084,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3085,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3086,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3206125978,3206125978,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3087,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3088,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3089,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3090,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3091,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3092,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3184315597,3184315597,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3093,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3094,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3095,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3096,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3097,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1196873728,1196873728,1196873728,1196873728,1196873728,1196873728,0,0,0,0,0,0,0,0,0,0
3098,6,0,360,720,1440,2400,2640,0,0,0,0,0,0,0,0,0,0,1061997773,1061997773,1061997773,1061997773,1061997773,1061997773,0,0,0,0,0,0,0,0,0,0
3099,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
3100,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1061997773,1061997773,1061997773,1061997773,1061997773,1061997773,0,0,0,0,0,0,0,0,0,0
3101,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1064514355,1064514355,1064514355,1064514355,1064514355,1064514355,0,0,0,0,0,0,0,0,0,0
3102,6,0,360,720,1440,2520,2640,0,0,0,0,0,0,0,0,0,0,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,0,0,0,0,0,0,0,0,0,0
3103,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1161527296,1161527296,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3104,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3204448256,3204448256,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3105,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3106,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1056964608,1056964608,1053609165,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3107,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3108,3,0,1440,2870,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3139,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3140,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3196059648,3196059648,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3141,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3142,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1057803469,1055286886,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3143,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3144,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3145,3,0,720,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1169915904,1169915904,1161527296,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3146,3,0,720,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3211159142,3211159142,3204448256,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3147,1,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3148,1,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,0,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3149,1,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3150,1,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3151,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3152,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3192704205,3192704205,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3153,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3154,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1060320051,1060320051,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3155,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3156,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3157,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1179328512,1179328512,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3158,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3206964838,3202770534,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3159,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3160,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1057803469,1055286886,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3161,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3162,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3163,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1174011904,1174011904,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3164,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3206964838,3202770534,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3165,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3166,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1057803469,1055286886,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3167,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1064514355,1064514355,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836
3168,2,0,1440,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,1065353216,1065353216,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836,3435973836

Can't render this file because it is too large.

File diff suppressed because it is too large Load diff

View file

@ -377,6 +377,15 @@
376,0,0,0,0,0,0,0,0
377,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
378,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
379,1,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
380,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
381,1,0,0,1048576000,1056964608,1065353216,1061158912,0
382,0,0,0,1060320051,1056964608,1065353216,1061158912,1065353216
383,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
384,0,2,0,1053609165,1056964608,1065353216,1061158912,1065353216
385,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
386,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
387,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
388,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
389,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
390,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
@ -384,6 +393,17 @@
392,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
393,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
394,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
395,1,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
396,1,0,0,1048576000,1055286886,1065353216,1061158912,1056964608
397,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
398,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
399,0,0,0,1056964608,1056964608,1065353216,1056964608,1065353216
400,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
401,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
402,0,1,0,1061158912,1056964608,1065353216,1061158912,1065353216
403,0,1,0,1061158912,1056964608,1065353216,1061158912,1065353216
404,1,5,0,1056964608,1056964608,1065353216,1061158912,1065353216
405,1,0,0,0,1056964608,1065353216,1061158912,1065353216
406,1,0,0,0,1056964608,1065353216,1061158912,1065353216
407,0,0,0,1059481190,1056964608,1065353216,1061158912,1065353216
408,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
@ -406,7 +426,27 @@
425,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
426,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
427,1,0,0,0,1056964608,1065353216,1061158912,1065353216
428,0,0,0,1060320051,1056964608,1065353216,1061158912,1065353216
429,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
430,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
431,0,0,0,1060320051,1056964608,1065353216,1061158912,1065353216
432,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
433,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
434,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
435,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
436,1,0,0,1056964608,1053609165,1065353216,1059481190,1065353216
437,0,0,0,1050253722,1056964608,1065353216,1061158912,1065353216
438,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
439,0,0,0,1050253722,1056964608,1065353216,1061158912,1065353216
440,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
441,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
442,1,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
443,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
444,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
445,0,7,0,1053609165,1056964608,1065353216,1061158912,1065353216
446,0,7,0,1065353216,1056964608,1065353216,1061158912,1065353216
447,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
448,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
449,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
450,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
451,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
@ -417,6 +457,39 @@
456,0,0,0,1063675494,1056964608,1065353216,1061158912,1065353216
457,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
458,0,0,0,1063675494,1056964608,1065353216,1061158912,1065353216
459,1,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
460,0,0,0,1048576000,1056964608,1065353216,1055286886,1065353216
461,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
462,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
463,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
464,0,0,0,1062836634,1056964608,1065353216,1056964608,1065353216
465,0,0,0,1062836634,1056964608,1065353216,1056964608,1065353216
466,0,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
467,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
468,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
469,0,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
470,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
471,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
472,1,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
473,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
474,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
475,0,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
476,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
477,1,0,0,1050253722,1056964608,1065353216,1061158912,1065353216
478,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
479,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
480,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
481,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
482,0,0,0,1059481190,1056964608,1065353216,1061158912,1065353216
483,1,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
484,1,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
485,1,0,0,1045220557,1056964608,1065353216,1061158912,1065353216
486,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
487,1,0,0,1056964608,1053609165,1065353216,1059481190,1065353216
488,1,0,0,1056964608,1053609165,1065353216,1059481190,1065353216
489,1,0,0,1056964608,1056964608,1065353216,1059481190,1065353216
490,0,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
491,1,0,0,1048576000,1056964608,1065353216,1061158912,1056964608
492,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
493,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
494,0,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
@ -425,3 +498,32 @@
497,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
498,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
499,0,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
500,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
501,1,0,0,1048576000,1055286886,1065353216,1061158912,1056964608
502,0,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
503,1,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
504,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
505,1,0,0,1056964608,1053609165,1065353216,1059481190,1065353216
506,0,0,0,1061158912,1051931443,1065353216,1061158912,1065353216
507,0,7,0,1053609165,1056964608,1065353216,1061158912,1065353216
508,0,7,0,1053609165,1056964608,1065353216,1061158912,1065353216
509,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
510,1,0,0,1048576000,1055286886,1065353216,1061158912,1056964608
511,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
512,0,7,0,1053609165,1056964608,1065353216,1061158912,1065353216
513,0,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
514,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
515,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
516,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
517,1,0,0,1048576000,1055286886,1065353216,1061158912,1056964608
518,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
519,0,6,0,1053609165,1056964608,1065353216,1061158912,1065353216
521,0,3,0,1061997773,1056964608,1065353216,1061158912,1065353216
520,0,6,0,1065353216,1056964608,1065353216,1061158912,1065353216
522,0,2,0,1053609165,1056964608,1065353216,1061158912,1065353216
523,0,2,0,1065353216,1056964608,1065353216,1061158912,1065353216
524,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
525,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
526,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
527,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
528,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216

1 # fields=9
377 376,0,0,0,0,0,0,0,0
378 377,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
379 378,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
380 379,1,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
381 380,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
382 381,1,0,0,1048576000,1056964608,1065353216,1061158912,0
383 382,0,0,0,1060320051,1056964608,1065353216,1061158912,1065353216
384 383,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
385 384,0,2,0,1053609165,1056964608,1065353216,1061158912,1065353216
386 385,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
387 386,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
388 387,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
389 388,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
390 389,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
391 390,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
393 392,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
394 393,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
395 394,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
396 395,1,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
397 396,1,0,0,1048576000,1055286886,1065353216,1061158912,1056964608
398 397,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
399 398,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
400 399,0,0,0,1056964608,1056964608,1065353216,1056964608,1065353216
401 400,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
402 401,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
403 402,0,1,0,1061158912,1056964608,1065353216,1061158912,1065353216
404 403,0,1,0,1061158912,1056964608,1065353216,1061158912,1065353216
405 404,1,5,0,1056964608,1056964608,1065353216,1061158912,1065353216
406 405,1,0,0,0,1056964608,1065353216,1061158912,1065353216
407 406,1,0,0,0,1056964608,1065353216,1061158912,1065353216
408 407,0,0,0,1059481190,1056964608,1065353216,1061158912,1065353216
409 408,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
426 425,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
427 426,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
428 427,1,0,0,0,1056964608,1065353216,1061158912,1065353216
429 428,0,0,0,1060320051,1056964608,1065353216,1061158912,1065353216
430 429,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
431 430,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
432 431,0,0,0,1060320051,1056964608,1065353216,1061158912,1065353216
433 432,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
434 433,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
435 434,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
436 435,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
437 436,1,0,0,1056964608,1053609165,1065353216,1059481190,1065353216
438 437,0,0,0,1050253722,1056964608,1065353216,1061158912,1065353216
439 438,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
440 439,0,0,0,1050253722,1056964608,1065353216,1061158912,1065353216
441 440,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
442 441,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
443 442,1,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
444 443,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
445 444,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
446 445,0,7,0,1053609165,1056964608,1065353216,1061158912,1065353216
447 446,0,7,0,1065353216,1056964608,1065353216,1061158912,1065353216
448 447,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
449 448,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
450 449,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
451 450,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
452 451,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
457 456,0,0,0,1063675494,1056964608,1065353216,1061158912,1065353216
458 457,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
459 458,0,0,0,1063675494,1056964608,1065353216,1061158912,1065353216
460 459,1,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
461 460,0,0,0,1048576000,1056964608,1065353216,1055286886,1065353216
462 461,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
463 462,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
464 463,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
465 464,0,0,0,1062836634,1056964608,1065353216,1056964608,1065353216
466 465,0,0,0,1062836634,1056964608,1065353216,1056964608,1065353216
467 466,0,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
468 467,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
469 468,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
470 469,0,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
471 470,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
472 471,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
473 472,1,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
474 473,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
475 474,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
476 475,0,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
477 476,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
478 477,1,0,0,1050253722,1056964608,1065353216,1061158912,1065353216
479 478,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
480 479,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
481 480,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
482 481,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
483 482,0,0,0,1059481190,1056964608,1065353216,1061158912,1065353216
484 483,1,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
485 484,1,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
486 485,1,0,0,1045220557,1056964608,1065353216,1061158912,1065353216
487 486,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
488 487,1,0,0,1056964608,1053609165,1065353216,1059481190,1065353216
489 488,1,0,0,1056964608,1053609165,1065353216,1059481190,1065353216
490 489,1,0,0,1056964608,1056964608,1065353216,1059481190,1065353216
491 490,0,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
492 491,1,0,0,1048576000,1056964608,1065353216,1061158912,1056964608
493 492,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
494 493,0,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
495 494,0,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
498 497,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
499 498,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
500 499,0,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
501 500,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
502 501,1,0,0,1048576000,1055286886,1065353216,1061158912,1056964608
503 502,0,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
504 503,1,0,0,1048576000,1056964608,1065353216,1061158912,1065353216
505 504,1,0,0,1056964608,1056964608,1065353216,1061158912,1065353216
506 505,1,0,0,1056964608,1053609165,1065353216,1059481190,1065353216
507 506,0,0,0,1061158912,1051931443,1065353216,1061158912,1065353216
508 507,0,7,0,1053609165,1056964608,1065353216,1061158912,1065353216
509 508,0,7,0,1053609165,1056964608,1065353216,1061158912,1065353216
510 509,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
511 510,1,0,0,1048576000,1055286886,1065353216,1061158912,1056964608
512 511,0,0,0,1053609165,1056964608,1065353216,1061158912,1065353216
513 512,0,7,0,1053609165,1056964608,1065353216,1061158912,1065353216
514 513,0,0,0,1062836634,1056964608,1065353216,1061158912,1065353216
515 514,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
516 515,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
517 516,0,0,0,1061158912,1056964608,1065353216,1061158912,1065353216
518 517,1,0,0,1048576000,1055286886,1065353216,1061158912,1056964608
519 518,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
520 519,0,6,0,1053609165,1056964608,1065353216,1061158912,1065353216
521 521,0,3,0,1061997773,1056964608,1065353216,1061158912,1065353216
522 520,0,6,0,1065353216,1056964608,1065353216,1061158912,1065353216
523 522,0,2,0,1053609165,1056964608,1065353216,1061158912,1065353216
524 523,0,2,0,1065353216,1056964608,1065353216,1061158912,1065353216
525 524,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
526 525,0,0,0,1065353216,1056964608,1065353216,1061158912,1065353216
527 526,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
528 527,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216
529 528,0,0,0,1058642330,1056964608,1065353216,1061158912,1065353216

View file

@ -1,45 +1,57 @@
# fields=42 strings=0,1,2,3,4,13,14,15,20,29,38,39,40
"","Azeroth","","","Eastern Kingdoms",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128894,"roth","","Azeroth",1065353216
"Azeroth","Kalimdor","","","Kalimdor",0,0,0,0,0,0,0,8323198,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"eroth","","Azeroth",1065353216
"ern Kingdoms","test","","","Testing",0,0,0,0,0,0,0,8323198,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"","","Azeroth",1065353216
"","ScottTest","","","Scott Test",0,0,0,0,0,0,0,8323198,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"","","Azeroth",1065353216
"imdor","Test","Azeroth","","CashTest",0,0,0,0,0,0,0,8323198,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"","","Azeroth",1065353216
"mdor","PVPZone01","eroth","Azeroth","Alterac Valley",0,0,0,0,0,0,0,4128894,"ttTest","ott Test","Testing",4294967295,1060991140,1051595899,0,"Hidden within the Alterac Mountains, Alterac Valley is the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.",0,0,0,0,0,0,0,4128894,"Hidden within the Alterac Mountains, Alterac Valley is the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.",0,0,0,0,0,0,0,4128894,"ley","","",1065353216
"r","Shadowfang","Azeroth","","Shadowfang Keep",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"","StormwindJail","Azeroth","","Stormwind Stockade",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,717,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892," of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"test","StormwindPrison","","","<unused>StormwindPrison",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,717,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"ms","","Azeroth",1065353216
"est","DeadminesInstance","Azeroth","","Deadmines",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"s, Alterac Valley is the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"st","PVPZone02","","Azeroth","Azshara Crater",0,0,0,0,0,0,0,4128894,"astern Kingdoms","gdoms","mdor",0,3316189184,3308535808,0,"Crush the Alliance!",0,0,0,0,0,0,0,4128894,"Defend yourself from the onslaught of the Horde!",0,0,0,0,0,0,0,4128895,"","","Azeroth",1065353216
"sting","Collin","","","Collin's Test",0,0,0,0,0,0,0,8323198,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"","","Azeroth",1065353216
"ting","WailingCaverns","Azeroth","","Wailing Caverns",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,718,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,", Alterac Valley is the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"ing","Monastery","Azeroth","","<unused> Monastery",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"sting","","Azeroth",1065353216
"","RazorfenKraulInstance","Azeroth","","Razorfen Kraul",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"n clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"ScottTest","Blackfathom","Azeroth","","Blackfathom Deeps",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,719,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"f orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"est","Uldaman","Azeroth","","Uldaman",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,1337,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892," Alterac Valley is the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"01","GnomeragonInstance","Azeroth","","Gnomeregan",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,721,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"n of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"idden within the Alterac Mountains, Alterac Valley is the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","SunkenTemple","Azeroth","","Sunken Temple",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,1477,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"lan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"erac Mountains, Alterac Valley is the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","RazorfenDowns","Azeroth","","Razorfen Downs",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"Alterac Valley is the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"me of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","EmeraldDream","zeroth","","Emerald Dream",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"","","Azeroth",1065353216
" clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","MonasteryInstances","Azeroth","","Scarlet Monastery",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"rostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","TanarisInstance","Azeroth","","Zul'Farrak",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"lterac Valley is the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"mpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","BlackRockSpire","Azeroth","","Blackrock Spire",0,0,0,0,0,0,0,4128894,"","","",0,0,0,1583,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892," clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"pike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","BlackrockDepths","Azeroth","","Blackrock Depths",0,0,0,0,0,0,0,4128894,"","","",0,0,0,1584,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"lley","","Azeroth",1065353216
"stablished a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","OnyxiaLairInstance","zeroth","","Onyxia's Lair",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,2159,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"tt Test","","Azeroth",1065353216
"d in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","CavernsOfTime","Azeroth","","Caverns of Time",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"roth","","Azeroth",1065353216
"seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","SchoolofNecromancy","Azeroth","","Scholomance",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"alley","","Azeroth",1065353216
"pths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","Zul'gurub","zeroth","","Zul'Gurub",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,1977,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"s the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
" links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","Stratholme","Azeroth","","Stratholme",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"Valley","","Azeroth",1065353216
"stral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","Mauradon","Azeroth","","Maraudon",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,2100,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"t","","Azeroth",1065353216
"itorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","DeeprunTram","","","Deeprun Tram",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,2257,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"he Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
" unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","OrgrimmarInstance","Azeroth","","Ragefire Chasm",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,2437,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
" the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","MoltenCore","zeroth","","Molten Core",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,2717,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"an of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"on, have rallied an army... an army eager for righteous slaughter.","DireMaul","Azeroth","","Dire Maul",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,2557,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"","","Azeroth",1065353216
"army... an army eager for righteous slaughter.","AlliancePVPBarracks","","","Alliance PVP Barracks",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,2918,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"rmy... an army eager for righteous slaughter.","HordePVPBarracks","","","Horde PVP Barracks",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,2917,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"¿½s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"my... an army eager for righteous slaughter.","development","","","Development Land",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,0,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"doms","","Azeroth",1065353216
"r for righteous slaughter.","BlackwingLair","zeroth","","Blackwing Lair",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,2677,"",0,0,0,0,0,0,0,4128892,"",0,0,0,0,0,0,0,4128892,"ns, Alterac Valley is the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"ghter.","PVPZone03","eroth","Azeroth","Warsong Gulch",0,0,0,0,0,0,0,4128894,"astern Kingdoms","ott Test","astern Kingdoms",4294967295,0,0,3277,"A valley bordering Ashenvale Forest and the Barrens, Warsong Gulch hosts a constant battle between the Horde and the Alliance. Orcs use their Warsong Mill to cut lumber reaped from Ashenvale, provoking the night elves of Silverwing Hold. Eager to aid their allies, members of every race in Azeroth rush to the Gulch to lend sword, or spell, to the conflict.",0,0,0,0,0,0,0,4128894,"A valley bordering Ashenvale Forest and the Barrens, Warsong Gulch hosts a constant battle between the Horde and the Alliance. Orcs use their Warsong Mill to cut lumber reaped from Ashenvale, provoking the night elves of Silverwing Hold. Eager to aid their allies, members of every race in Azeroth rush to the Gulch to lend sword, or spell, to the conflict.",0,0,0,0,0,0,0,4128894,"the Alterac Mountains, Alterac Valley is the home of Thrall�s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","astern Kingdoms","Azeroth",1065353216
"adowfang Keep","AhnQiraj","zeroth","","Ruins of Ahn'Qiraj",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,3429,"",0,0,0,0,0,0,0,4128876,"",0,0,0,0,0,0,0,4128892,"s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"indJail","PVPZone04","eroth","Azeroth","Arathi Basin",0,0,0,0,0,0,0,4128894,"gdoms","ott Test","n Kingdoms",4294967295,0,0,3358,"The Arathi Basin is one of the main staging points of war between the Humans and the Forsaken in Azeroth. The League of Arathor seek to reclaim lost lands for their benefactors in Stormwind, while the Defilers – elite troopers under the watchful eye of Varimathras – seek to sever the vital connection between the Humans and their Dwarven allies to the south.",0,0,0,0,0,0,0,4128894,"The Arathi Basin is one of the main staging points of war between the Humans and the Forsaken in Azeroth. The League of Arathor seek to reclaim lost lands for their benefactors in Stormwind, while the Defilers – elite troopers under the watchful eye of Varimathras – seek to sever the vital connection between the Humans and their Dwarven allies to the south.",0,0,0,0,0,0,0,4128894,"½s own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","astern Kingdoms","Azeroth",1067450368
"dJail","AhnQirajTemple","zeroth","","Ahn'Qiraj Temple",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,3428,"",0,0,0,0,0,0,0,4128876,"",0,0,0,0,0,0,0,4128892," own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
"ail","Stratholme Raid","zeroth","","Naxxramas",0,0,0,0,0,0,0,4128894,"","","",4294967295,0,0,3456,"",0,0,0,0,0,0,0,4128844,"",0,0,0,0,0,0,0,4128844," orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","","Azeroth",1065353216
# fields=42 strings=0,1,2,3,4,7,8,9,10,11,13,14,15,19,20,23,24,26,27,29,32,33,35,36,38,39,40
"","Azeroth","","","Eastern Kingdoms",0,0,"<EFBFBD>stliche K繹nigreiche","銝𣈯<EFBFBD><EFBFBD>见𤙴","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>迮 郕郋<E98395>郋郅迮赲<E8BFAE><E8B5B2>赲訄","Reinos del Este","Reinos do Leste",4128830,"","","",4294967295,0,0,"","",0,0,"","",0,"","",4128830,"",0,0,"","",0,"","",4128830,"roth","","Azeroth",1065353216
"Azeroth","Kalimdor","","","Kalimdor",0,0,"Kalimdor","<EFBFBD>⏚憪<EFBFBD><EFBFBD>","<EFBFBD>訄郅邽邾迡郋<EFBFBD>","Kalimdor","Kalimdor",8323134,"","","",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"eroth","","Azeroth",1065353216
"<EFBFBD>stliche K繹nigreiche","PVPZone05","eroth","Azeroth","Blood Ring",0,0,"Blutring","蝡墧<EFBFBD><EFBFBD><EFBFBD>","","Anillo de Sangre","Anel de Sangue",8323134,"","","",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"迡郋郅邽郇訄","","Azeroth",1065353216
"騯tliche K繹nigreiche","Sunnyglade","eroth","Azeroth","Sunnyglade Valley",0,0,"Tal der Sonnenlichtung","<EFBFBD><EFBFBD><EFBFBD>烾𡢿撅梯健","","Valle Claro de Sol","Vale Claro do Sol",8323134,"","","astern Kingdoms",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"郋郅邽郇訄","","Azeroth",1065353216
"stliche K繹nigreiche","PVPZone05","eroth","Azeroth","Lordaeron Arena",0,0,"Arena von Lordaeron","瘣𥕢號隡衣<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","","Arena Lordaeron","Arena Lordaeron",8323134,"","","",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"e de Alterac","","Azeroth",1065353216
"liche K繹nigreiche","PVPZone01","eroth","Azeroth","Alterac Valley",0,0,"Alteractal","憟亦鸌<EFBFBD><EFBFBD>撅梯健","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>訄郕<EFBFBD>郕訄<EFBFBD> 迡郋郅邽郇訄","Valle de Alterac","Vale Alterac",4128830,"𣈯<EFBFBD><EFBFBD>见𤙴","<EFBFBD>","igreiche",4294967295,1060991140,1051595899,"","Hidden within the Alterac Mountains, Alterac Valley is the home of Thrall's own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.",0,0,"Verborgen im Alteracgebirge liegt das Alteractal, das Zuhause von Thralls Orcklan, den Frostw繹lfen. Die Zwerge des Sturmlanzenklans haben einen St羹tzpunkt im Tal errichtet und dringen auf der Suche nach Reicht羹mern und Hinweisen auf die Vergangenheit ihrer Vorfahren in die Tiefen des Tals vor. Die hier lebenden Frostw繹lfe, nicht willens, das Eindringen der Zwerge hinzunehmen, haben eine Armee aufgestellt... eine Armee, die nach einer Schlacht f羹r die gerechte Sache giert.","<EFBFBD>典孕<EFBFBD><EFBFBD><EFBFBD>见控<EFBFBD><EFBFBD>瘛勗<EFBFBD>嚗峕糓<EFBFBD><EFBFBD><EFBFBD><EFBFBD>哄蝟餅<EFBFBD><EFBFBD>謿<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摰嗅𤋮嚗<EFBFBD><EFBFBD><EFBFBD><EFBFBD>见控靚瑯<EFBFBD><EFBFBD>酙鈭箔葉<EFBFBD><EFBFBD>𡺨<EFBFBD><EFBFBD><EFBFBD>誩銁餈䠷<EFBFBD>撱粹<EFBFBD><EFBFBD><EFBFBD>摨扯<EFBFBD>憛痹<EFBFBD>撟嗉<EFBFBD><EFBFBD>暹楛<EFBFBD>亙控靚瑕粉<EFBFBD><EFBFBD><EFBFBD>𧶏<EFBFBD>餈䀹<EFBFBD><EFBFBD><EFBFBD>隞碶賑韏瑟<EFBFBD><EFBFBD><EFBFBD>瑪蝝<EFBFBD><EFBFBD><EFBFBD>瘜訫<EFBFBD><EFBFBD>𡑒<EFBFBD>蝘滢噩<EFBFBD><EFBFBD><EFBFBD>𦦵𣄽瘞𤩺<EFBFBD>撌脩<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𤩺𧒄<EFBFBD><EFBFBD><EFBFBD>銝擧<EFBFBD>鈭箏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Oculto entre las Monta簽as de Alterac, el Valle de Alterac es el hogar del propio clan de Thrall, los Lobo G矇lido. Los enanos Pico Tormenta han establecido una posici籀n en el valle y buscan explorar sus profundidades en busca de riquezas y v穩nculos con su pasado ancestral. Los territoriales Lobo G矇lido, que no est獺n dispuestos a tolerar la incursi籀n enana, han reunido un ej矇rcito... un ej矇rcito ansioso por una masacre justificada.","Escondido nas Montanhas de Alterac, o Vale de Alterac 矇 o lar do pr籀prio cl瓊 de Thrall, os Lobos do Gelo. Os an繭es Lan癟atroz estabeleceram uma posi癟瓊o no vale e buscam explorar suas profundezas em busca de riquezas e liga癟繭es com seu passado ancestral. Os territoriais Lobos do Gelo, n瓊o dispostos a tolerar a invas瓊o an瓊, reuniram um ex矇rcito... um ex矇rcito 獺vido por um massacre justificado.",4128830,"Hidden within the Alterac Mountains, Alterac Valley is the home of Thrall's own clan of orcs, the Frostwolves. The Stormpike dwarves have established a foothold in the valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.",0,0,"Verborgen im Alteracgebirge liegt das Alteractal, das Zuhause von Thralls Orcklan, den Frostw繹lfen. Die Zwerge des Sturmlanzenklans haben einen St羹tzpunkt im Tal errichtet und dringen auf der Suche nach Reicht羹mern und Hinweisen auf die Vergangenheit ihrer Vorfahren in die Tiefen des Tals vor. Die hier lebenden Frostw繹lfe, nicht willens, das Eindringen der Zwerge hinzunehmen, haben eine Armee aufgestellt... eine Armee, die nach einer Schlacht f羹r die gerechte Sache giert.","<EFBFBD>典孕<EFBFBD><EFBFBD><EFBFBD>见控<EFBFBD><EFBFBD>瘛勗<EFBFBD>嚗峕糓<EFBFBD><EFBFBD><EFBFBD><EFBFBD>哄蝟餅<EFBFBD><EFBFBD>謿<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摰嗅𤋮嚗<EFBFBD><EFBFBD><EFBFBD><EFBFBD>见控靚瑯<EFBFBD><EFBFBD>酙鈭箔葉<EFBFBD><EFBFBD>𡺨<EFBFBD><EFBFBD><EFBFBD>誩銁餈䠷<EFBFBD>撱粹<EFBFBD><EFBFBD><EFBFBD>摨扯<EFBFBD>憛痹<EFBFBD>撟嗉<EFBFBD><EFBFBD>暹楛<EFBFBD>亙控靚瑕粉<EFBFBD><EFBFBD><EFBFBD>𧶏<EFBFBD>餈䀹<EFBFBD><EFBFBD><EFBFBD>隞碶賑韏瑟<EFBFBD><EFBFBD><EFBFBD>瑪蝝<EFBFBD><EFBFBD><EFBFBD>瘜訫<EFBFBD><EFBFBD>𡑒<EFBFBD>蝘滢噩<EFBFBD><EFBFBD><EFBFBD>𦦵𣄽瘞𤩺<EFBFBD>撌脩<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𤩺𧒄<EFBFBD><EFBFBD><EFBFBD>銝擧<EFBFBD>鈭箏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Escondido entre las Monta簽as de Alterac, el Valle de Alterac es el hogar del clan de Thrall, los Lobo G矇lido. Los enanos Pico Tormenta han establecido una posici籀n en el valle y buscan explorar sus profundidades en busca de riquezas y v穩nculos con su pasado ancestral. Los territoriales Lobo G矇lido, que no est獺n dispuestos a tolerar la incursi籀n enana, han reunido un ej矇rcito... un ej矇rcito ansioso por una masacre justificada.","Escondido nas Montanhas de Alterac, o Vale de Alterac 矇 o lar do cl瓊 de Thrall, os Lobos do Gelo. Os an繭es Lan癟atroz estabeleceram uma posi癟瓊o no vale e buscam explorar suas profundezas em busca de riquezas e liga癟繭es com seu passado ancestral. Os territoriais Lobos do Gelo, n瓊o dispostos a tolerar a invas瓊o an瓊, reuniram um ex矇rcito... um ex矇rcito 獺vido por um massacre justificado.",4128830,"Reinos del Este","","",1065353216
"he K繹nigreiche","Shadowfang","Azeroth","","Shadowfang Keep",0,0,"Burg Schattenfang","敶梁<EFBFBD><EFBFBD>𤾸嵗","<EFBFBD><EFBFBD>迮郈郋<EFBFBD><EFBFBD><EFBFBD> 苠迮邾郇郋迣郋 <20><EFBFBD>郕訄","Castillo de Colmillo Oscuro","Castelo de Colmillo Oscuro",4128830,"","","astern Kingdoms",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"","","Azeroth",1065353216
"e K繹nigreiche","StormwindJail","Azeroth","","Stormwind Stockade",0,0,"Verlies von Sturmwind","<EFBFBD><EFBFBD><EFBFBD>𡒊<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>邾訄 虼<><EFBFBD>邾迣<E982BE>訄迡訄","Masmorras de Ventormenta","Masmorras de Ventobravo",4128830,"","","astern Kingdoms",4294967295,0,0,"valley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"g","","Azeroth",1065353216
" K繹nigreiche","StormwindPrison","Azeroth","","Stormwind Vault",0,0,"Gew繹lbe von Sturmwind","<EFBFBD><EFBFBD><EFBFBD>𤾸𧑐<EFBFBD><EFBFBD>","<UNUSED> 苠<><E88BA0><EFBFBD>邾訄 虼<><EFBFBD>邾迣<E982BE>訄迡訄","B籀vedas de Ventormenta","Cofre de Ventobravo",4128830,"","","oth",4294967295,0,0,"herbenwelt","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"ms","","Azeroth",1065353216
"K繹nigreiche","DeadminesInstance","Azeroth","","Deadmines",0,0,"Todesminen","甇颱滿<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>迮 郕郋郈邽","Minas de la Muerte","Minas da Morte",4128830,"","","astern Kingdoms",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"or","","Azeroth",1065353216
"reiche","Collin","","","Quel'thalas",0,0,"Quel'thalas","憟𤾸<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","苠迮<EFBFBD><EFBFBD> <20>郋郅郅邽郇訄","Quel'Thalas","Quel'Thalas",8323134,"","","Azeroth",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"<EFBFBD> 迡郋郅邽郇訄","","Azeroth",1065353216
"eiche","WailingCaverns","Azeroth","","Wailing Caverns",0,0,"H繹hlen des Wehklagens","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><>迮郇訄郇邽邿","Cavernas de los Lamentos","Cavernas dos Lamentos",4128830,"","","astern Kingdoms",4294967295,0,0,"alley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"r","","Azeroth",1065353216
"iche","Monastery","Azeroth","","Scarlet Monastery",0,0,"Scharlachrotes Kloster","<EFBFBD><EFBFBD>脖耨<EFBFBD>㯄堺","<郇迮 邽<>郈郋郅<E9838B><EFBFBD><EFBFBD><E8BFAE><EFBFBD>> <20>郋郇訄<E98387><E8A884><EFBFBD><EFBFBD><EFBFBD>","Monasterio Escarlata","Monast矇rio Escarlate",4128830,"","","igreiche",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828," Ring","","Azeroth",1065353216
"e","RazorfenKraulInstance","Azeroth","","Razorfen Kraul",0,0,"Kral der Klingenhauer","<EFBFBD><EFBFBD><EFBFBD>瘝潭魚","<EFBFBD>訄訇邽<EFBFBD>邽郇<EFBFBD><EFBFBD> <20>迣郅郋<E98385><EFBFBD><E98395><EFBFBD><EFBFBD>","Madriguera de Rajacieno","C璽maras de Rajacieno",4128830,"","","astern Kingdoms",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"od Ring","","Azeroth",1065353216
"","Blackfathom","Azeroth","","Blackfathom Deeps",0,0,"Tiefschwarze Grotte","暺𤏸𠧧瘛望<EFBFBD>","<EFBFBD>迮郈<EFBFBD>郋迣郅<EFBFBD>迡郇訄<EFBFBD> <20><><EFBFBD>邽郇訄","Cavernas de Brazanegra","Profundezas de Brazanegra",4128830,"","","astern Kingdoms",4294967295,0,0,"lley and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"Blutring","","Azeroth",1065353216
"<EFBFBD><EFBFBD>迮 郕郋<E98395>郋郅迮赲<E8BFAE><E8B5B2>赲訄","Uldaman","Azeroth","","Uldaman",0,0,"Uldaman","憟亥噢<EFBFBD><EFBFBD>","苺郅<EFBFBD>迡訄邾訄郇","Uldaman","Uldaman",4128830,"","","astern Kingdoms",4294967295,0,0,"fgestellt... eine Armee, die nach einer Schlacht f羹r die gerechte Sache giert.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"","","Azeroth",1065353216
"鉼菩紼<EFBFBD><EFBFBD><EFBFBD>","GnomeragonInstance","Azeroth","","Gnomeregan",0,0,"Gnomeregan","霂箄緒<EFBFBD>墧覔","<EFBFBD>郇郋邾<EFBFBD>迮迣訄郇","Gnomeregan","Gnomeregan",4128830,"","","astern Kingdoms",4294967295,0,0,"ey and seek to plumb its depths for riches, and links to their ancestral past. The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"ng","","Azeroth",1065353216
"s del Este","SunkenTemple","Azeroth","","Sunken Temple",0,0,"Versunkener Tempel","瘝㗇瓷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋郇<EFBFBD><EFBFBD>邽邿 <20><>訄邾","Templo Sumergido","Templo Submerso",4128830,"","","astern Kingdoms",4294967295,0,0,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摰嗅𤋮嚗<EFBFBD><EFBFBD><EFBFBD><EFBFBD>见控靚瑯<EFBFBD><EFBFBD>酙鈭箔葉<EFBFBD><EFBFBD>𡺨<EFBFBD><EFBFBD><EFBFBD>誩銁餈䠷<EFBFBD>撱粹<EFBFBD><EFBFBD><EFBFBD>摨扯<EFBFBD>憛痹<EFBFBD>撟嗉<EFBFBD><EFBFBD>暹楛<EFBFBD>亙控靚瑕粉<EFBFBD><EFBFBD><EFBFBD>𧶏<EFBFBD>餈䀹<EFBFBD><EFBFBD><EFBFBD>隞碶賑韏瑟<EFBFBD><EFBFBD><EFBFBD>瑪蝝<EFBFBD><EFBFBD><EFBFBD>瘜訫<EFBFBD><EFBFBD>𡑒<EFBFBD>蝘滢噩<EFBFBD><EFBFBD><EFBFBD>𦦵𣄽瘞𤩺<EFBFBD>撌脩<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𤩺𧒄<EFBFBD><EFBFBD><EFBFBD>銝擧<EFBFBD>鈭箏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"Ring","","Azeroth",1065353216
" Leste","RazorfenDowns","Azeroth","","Razorfen Downs",0,0,"H羹gel der Klingenhauer","<EFBFBD><EFBFBD><EFBFBD>擃睃𧑐","<EFBFBD><EFBFBD><EFBFBD>迣訄郇<EFBFBD> <20>迣郅郋<E98385><EFBFBD><E98395><EFBFBD><EFBFBD>","Zah繳rda Rajacieno","Sal繭es de Rajacieno",4128830,"","","astern Kingdoms",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"<EFBFBD>⏚憪<EFBFBD><EFBFBD>","","Azeroth",1065353216
"<EFBFBD><EFBFBD>","Outland","","","Outland",0,0,"Scherbenwelt","憭硋<EFBFBD>","<EFBFBD>訄郈<EFBFBD>迮迡迮郅<EFBFBD>","Terrallende","Terral矇m",8323134,"","","",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"<EFBFBD> 迡郋郅邽郇訄","","Azeroth",1065353216
"棣憾<EFBFBD>","EmeraldDream","","","Emerald Dream",0,0,"Smaragdgr羹ner Traum","蝧∠<EFBFBD>璇血<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>迡郇<EFBFBD>邿 苤郋郇","Sue簽o Esmeralda","Sonho Esmeralda",4128830,"","","igreiche",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"<EFBFBD> 迡郋郅邽郇訄","","Azeroth",1065353216
"d Ring","MonasteryInstances","Azeroth","","Scarlet Monastery",0,0,"Scharlachrotes Kloster","<EFBFBD><EFBFBD>脖耨<EFBFBD>㯄堺","<EFBFBD>郋郇訄<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>郅郋迣郋 郋<>迡迮郇訄","Monasterio Escarlata","Monast矇rio Escarlate",4128830,"","","astern Kingdoms",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828," Ring","","Azeroth",1065353216
"<EFBFBD><EFBFBD><EFBFBD>","TanarisInstance","Azeroth","","Zul'Farrak",0,0,"Zul'Farrak","蟡硋<EFBFBD>瘜閙<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郅'苳訄<E88BB3><E8A884>訄郕","Zul'Farrak","Zul'Farrak",4128830,"","","astern Kingdoms",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"<EFBFBD><EFBFBD><EFBFBD>","","Azeroth",1065353216
"re","BlackRockSpire","Azeroth","","Blackrock Spire",0,0,"Schwarzfelsspitze","暺𤑳𨺗憛<EFBFBD>","<EFBFBD>邽郕 虴迮<E899B4>郇郋邿 迣郋<E8BFA3><E9838B>","Torre de Roca Negra","Pico da Rocha Negra",4128830,"","","astern Kingdoms",0,0,0,"僎霂訫㦛瘛勗<EFBFBD>撅梯健撖餅𪄳摰肽<EFBFBD>嚗諹<EFBFBD><EFBFBD><EFBFBD>鈭𦒘<EFBFBD>隞祈絲皞鞟<EFBFBD>蝥輻揣<EFBFBD><EFBFBD><EFBFBD>瘜訫<EFBFBD><EFBFBD>𡑒<EFBFBD>蝘滢噩<EFBFBD><EFBFBD><EFBFBD>𦦵𣄽瘞𤩺<EFBFBD>撌脩<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𤩺𧒄<EFBFBD><EFBFBD><EFBFBD>銝擧<EFBFBD>鈭箏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"d Ring","","Azeroth",1065353216
"e","BlackrockDepths","Azeroth","","Blackrock Depths",0,0,"Schwarzfelstiefen","暺𤑳𨺗瘛望<EFBFBD>","<EFBFBD><EFBFBD>訇邽郇<EFBFBD> 虴迮<E899B4>郇郋邿 迣郋<E8BFA3><E9838B>","Profundidades de Roca Negra","Profundezas da Rocha Negra",4128830,"","","astern Kingdoms",0,0,0,"<EFBFBD><EFBFBD>暹楛<EFBFBD>亙控靚瑕粉<EFBFBD><EFBFBD><EFBFBD>𧶏<EFBFBD>餈䀹<EFBFBD><EFBFBD><EFBFBD>隞碶賑韏瑟<EFBFBD><EFBFBD><EFBFBD>瑪蝝<EFBFBD><EFBFBD><EFBFBD>瘜訫<EFBFBD><EFBFBD>𡑒<EFBFBD>蝘滢噩<EFBFBD><EFBFBD><EFBFBD>𦦵𣄽瘞𤩺<EFBFBD>撌脩<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𤩺𧒄<EFBFBD><EFBFBD><EFBFBD>銝擧<EFBFBD>鈭箏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"","","Azeroth",1065353216
"nnyglade","OnyxiaLairInstance","zeroth","","Onyxia's Lair",0,0,"Onyxias Hort","憟亙旨<EFBFBD><EFBFBD>鈭𡁶<EFBFBD>","<EFBFBD>郋迣郋赲郋 <20>郇邽郕<E982BD>邽邽","Guarida de Onyxia","Covil de Onyxia",4128830,"","","igreiche",4294967295,0,0,"姅cito ansioso por una masacre justificada.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"","","Azeroth",1065353216
"Valley","CavernsOfTime","Azeroth","","Caverns of Time",0,0,"H繹hlen der Zeit","<EFBFBD><EFBFBD>銋讠庖","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>邽迮 苠迮邾郇郋迣郋 郈郋<E98388><E9838B>訄郅訄","Cavernas del Tiempo","Cavernas do Tempo",4128830,"","","oth",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"碟參<EFBFBD> 迡郋郅邽郇訄","","Azeroth",1065353216
"nlichtung","SchoolofNecromancy","Azeroth","","Scholomance",0,0,"Scholomance","<EFBFBD>𡁶<EFBFBD>摮阡堺","<EFBFBD>迮郕<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","Scholomance","Scholomance",4128830,"","","oth",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"<EFBFBD>","","Azeroth",1065353216
"𡢿撅梯健","Zul'gurub","zeroth","","Zul'Gurub",0,0,"Zul'Gurub","蟡硋<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郅'<27><><EFBFBD><EFBFBD>","Zul'Gurub","Zul'Gurub",4128830,"","","gdoms",4294967295,0,0,"s en busca de riquezas y v穩nculos con su pasado ancestral. Los territoriales Lobo G矇lido, que no est獺n dispuestos a tolerar la incursi籀n enana, han reunido un ej矇rcito... un ej矇rcito ansioso por una masacre justificada.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"匾鉼覜標棣憾<EFBFBD>","","Azeroth",1065353216
" de Sol","Stratholme","Azeroth","","Stratholme",0,0,"Stratholme","<EFBFBD>臬繿蝝<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>郋郅<EFBFBD>","Stratholme","Stratholme",4128830,"","","oth",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"","","Azeroth",1065353216
"o Sol","Mauradon","Azeroth","","Maraudon",0,0,"Maraudon","<EFBFBD>𥟇<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋迡郋郇","Maraudon","Maraudon",4128830,"","","astern Kingdoms",4294967295,0,0,"rar la incursi籀n enana, han reunido un ej矇rcito... un ej矇rcito ansioso por una masacre justificada.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"郕郋<EFBFBD>郋郅迮赲<EFBFBD><EFBFBD>赲訄","","Azeroth",1065353216
"a","DeeprunTram","","","Deeprun Tram",0,0,"Tiefenbahn","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋迡郱迮邾郇<EFBFBD>邿 郈郋迮郱迡","Tranv穩a Subterr獺neo","Trem Subterr璽neo",4128830,"","","",4294967295,0,0,"矇 o lar do pr籀prio cl瓊 de Thrall, os Lobos do Gelo. Os an繭es Lan癟atroz estabeleceram uma posi癟瓊o no vale e buscam explorar suas profundezas em busca de riquezas e liga癟繭es com seu passado ancestral. Os territoriais Lobos do Gelo, n瓊o dispostos a tolerar a invas瓊o an瓊, reuniram um ex矇rcito... um ex矇rcito 獺vido por um massacre justificado.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"蝡墧<EFBFBD><EFBFBD><EFBFBD>","","Azeroth",1065353216
"n","OrgrimmarInstance","Azeroth","","Ragefire Chasm",0,0,"Der Flammenschlund","<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>迣郇迮郇郇訄<EFBFBD><>郋郈訄<E98388><E8A884><EFBFBD>","Sima <20>gnea","Abismo Flamejante",4128830,"","","astern Kingdoms",4294967295,0,0," com seu passado ancestral. Os territoriais Lobos do Gelo, n瓊o dispostos a tolerar a invas瓊o an瓊, reuniram um ex矇rcito... um ex矇rcito 獺vido por um massacre justificado.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"","","Azeroth",1065353216
"","MoltenCore","zeroth","","Molten Core",0,0,"Geschmolzener Kern","<EFBFBD>𠉛<EFBFBD>銋见<EFBFBD>","<EFBFBD>迣郇迮郇郇<EFBFBD><20>迮迡<E8BFAE>","N繳cleo Fundido","N繳cleo Derretido",4128830,"","","igreiche",4294967295,0,0,"始ido. Los enanos Pico Tormenta han establecido una posici籀n en el valle y buscan explorar sus profundidades en busca de riquezas y v穩nculos con su pasado ancestral. Los territoriales Lobo G矇lido, que no est獺n dispuestos a tolerar la incursi籀n enana, han reunido un ej矇rcito... un ej矇rcito ansioso por una masacre justificada.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"ing","","Azeroth",1065353216
"Zone01","DireMaul","Azeroth","","Dire Maul",0,0,"D羹sterbruch","<EFBFBD><EFBFBD><EFBFBD>銋𧢲<EFBFBD>","<EFBFBD>訄訇<EFBFBD><EFBFBD><EFBFBD><20><EFBFBD>郋迡","Mazmorras de Gordok","Masmorras de Gordok",4128830,"","","oth",4294967295,0,0,"to... um ex矇rcito 獺vido por um massacre justificado.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"碟憾<EFBFBD>郋郅迮赲<EFBFBD><EFBFBD>赲訄","","Azeroth",1065353216
"y","AlliancePVPBarracks","","","Alliance PVP Barracks",0,0,"Allianz PVP Kaserne","<EFBFBD>𠉛<EFBFBD>PvP<EFBFBD>菔𨯫","<EFBFBD>訄郱訄<EFBFBD><EFBFBD> <20><EFBFBD><E98385><EFBFBD>","Barracas de PVP de la Alianza","Quart矇is da Alian癟a em PVP",4128830,"","","",4294967295,0,0,"ue no est獺n dispuestos a tolerar la incursi籀n enana, han reunido un ej矇rcito... un ej矇rcito ansioso por una masacre justificada.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"e05","","Azeroth",1065353216
"","HordePVPBarracks","","","Horde PVP Barracks",0,0,"Horde PVP Kaserne","<EFBFBD>刻氜PvP<EFBFBD>菔𨯫","<EFBFBD>訄郱訄<EFBFBD><EFBFBD> <20><><EFBFBD>","Barracas de PVP de la Horda","Quart矇is da Horda em PVP",4128830,"","","",4294967295,0,0,"que no est獺n dispuestos a tolerar la incursi籀n enana, han reunido un ej矇rcito... un ej矇rcito ansioso por una masacre justificada.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"05","","Azeroth",1065353216
"Alteractal","development","","","Development Land",0,0,"Entwickler Land","<EFBFBD><EFBFBD>𤑳鍂<EFBFBD><EFBFBD>","<EFBFBD>郋郇訄 <20>訄郱<E8A884>訄訇郋<E8A887><E9838B>邽郕訄","Tierra de Desarrollo","Terreno de Desenvolvimento",4128830,"","","",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"<EFBFBD> 迡郋郅邽郇訄","","Azeroth",1065353216
"<EFBFBD><EFBFBD>见控靚<EFBFBD>","BlackwingLair","zeroth","","Blackwing Lair",0,0,"Pechschwingenhort","暺𤑳蕉銋见楷","<EFBFBD>郋迣郋赲郋 <20><><EFBFBD>郅訄 苠<><EFBFBD>","Guarida de la Ala Negra","Covil de Alanegra",4128830,"","","igreiche",4294967295,0,0,"el hogar del clan de Thrall, los Lobo G矇lido. Los enanos Pico Tormenta han establecido una posici籀n en el valle y buscan explorar sus profundidades en busca de riquezas y v穩nculos con su pasado ancestral. Los territoriales Lobo G矇lido, que no est獺n dispuestos a tolerar la incursi籀n enana, han reunido un ej矇rcito... un ej矇rcito ansioso por una masacre justificada.","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"dor","","Azeroth",1065353216
"<EFBFBD>訄郕<EFBFBD>郕訄<EFBFBD> 迡郋郅邽郇訄","PVPZone03","eroth","Azeroth","Warsong Gulch",0,0,"Kriegshymnenschlucht","<EFBFBD><EFBFBD>撜∟健","<EFBFBD>迮郅<EFBFBD><20><EFBFBD>郇邽 <20>郋邿郇<E982BF>","Garganta Grito de Guerra","Garganta Grito de Guerra",4128830,"astern Kingdoms","<EFBFBD>","astern Kingdoms",4294967295,0,0,"com seu passado ancestral. Os territoriais Lobos do Gelo, n瓊o dispostos a tolerar a invas瓊o an瓊, reuniram um ex矇rcito... um ex矇rcito 獺vido por um massacre justificado.","A valley bordering Ashenvale Forest and the Barrens, Warsong Gulch hosts a constant battle between the Horde and the Alliance. Orcs use their Warsong Mill to cut lumber reaped from Ashenvale, provoking the night elves of Silverwing Hold. Eager to aid their allies, members of every race in Azeroth rush to the Gulch to lend sword, or spell, to the conflict.",0,0,"Zwischen dem Eschental und dem Brachland liegt die Kriegshymnenschlucht, in der Horde und Allianz fortw瓣hrend aufeinander prallen. Orcs nutzen das S瓣gewerk des Kriegshymnenklans, um Holz aus dem Eschental zu verarbeiten, wodurch sie Angriffe der Nachtelfen von der Feste der Silberschwingen provozieren. Bereit, ihren Verb羹ndeten zu helfen, eilen Mitglieder aller V繹lker Azeroths in die Schlucht, um den Konflikt mit Schwert oder Zauber auszutragen.","<EFBFBD><EFBFBD>鈭𡒊<EFBFBD>靚瑟ㄝ<EFBFBD><EFBFBD>韐怎<EFBFBD>銋见𧑐鈭斤<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>撜∟健銝哨<EFBFBD><EFBFBD>𠉛<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>游銁瞈<EFBFBD><EFBFBD><EFBFBD>𧑐餈𥡝<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭箏銁餈䠷<EFBFBD>撱箇<EFBFBD><EFBFBD><EFBFBD>甇䔶<EFBFBD><EFBFBD>典㦤嚗䔶<EFBFBD><EFBFBD><EFBFBD>隡鞟<EFBFBD>靚瑟ㄝ<EFBFBD><EFBFBD><EFBFBD>烐銁嚗諹<EFBFBD>雿踹<EFBFBD><EFBFBD>嗥蕉閬<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>憭𦦵移<EFBFBD><EFBFBD>撣豢<EFBFBD><EFBFBD><EFBFBD><EFBFBD>蛹鈭<EFBFBD><EFBFBD>抵䌊撌梁<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𨅯⏚嚗諹<EFBFBD><EFBFBD><EFBFBD><EFBFBD>刻氜<EFBFBD><EFBFBD><EFBFBD>憯思<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>刻䌊撌梁<EFBFBD><EFBFBD><EFBFBD>擳娍<EFBFBD>銝擧<EFBFBD>鈭箏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Un valle que limita con el Bosque de Frondavil y Los Bald穩os, la Garganta Grito de Guerra es escenario de una batalla constante entre la Horda y la Alianza. Los orcos utilizan su Molino Grito de Guerra para cortar la madera obtenida en Frondavil, lo que provoca a los elfos de la noche del Basti籀n Ala de Plata. Ansiosos por ayudar a sus aliados, miembros de todas las razas de Azeroth acuden a la Garganta para sumarse al conflicto con espadas y hechizos.","Um vale que faz fronteira com a Floresta de Grispinho e os Sert繭es, o Ravina Brado Guerreiro 矇 palco de uma batalha constante entre a Horda e a Alian癟a. Os orcs usam seu Serraria Brado Guerreiro para cortar madeira colhida em Grispinho, provocando os elfos noturnos do Forte Asa de Prata. Desejosos de ajudar seus aliados, membros de todas as ra癟as de Azeroth correm para o Ravina para entrar no conflito com espadas ou feiti癟os.",4128830,"A valley bordering Ashenvale Forest and the Barrens, Warsong Gulch hosts a constant battle between the Horde and the Alliance. Orcs use their Warsong Mill to cut lumber reaped from Ashenvale, provoking the night elves of Silverwing Hold. Eager to aid their allies, members of every race in Azeroth rush to the Gulch to lend sword, or spell, to the conflict.",0,0,"Zwischen dem Eschental und dem Brachland liegt die Kriegshymnenschlucht, in der Horde und Allianz fortw瓣hrend aufeinander prallen. Orcs nutzen das S瓣gewerk des Kriegshymnenklans, um Holz aus dem Eschental zu verarbeiten, wodurch sie Angriffe der Nachtelfen von der Feste der Silberschwingen provozieren. Bereit, ihren Verb羹ndeten zu helfen, eilen Mitglieder aller V繹lker Azeroths in die Schlucht, um den Konflikt mit Schwert oder Zauber auszutragen.","<EFBFBD><EFBFBD>鈭𡒊<EFBFBD>靚瑟ㄝ<EFBFBD><EFBFBD>韐怎<EFBFBD>銋见𧑐鈭斤<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>撜∟健銝哨<EFBFBD><EFBFBD>𠉛<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>游銁瞈<EFBFBD><EFBFBD><EFBFBD>𧑐餈𥡝<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭箏銁餈䠷<EFBFBD>撱箇<EFBFBD><EFBFBD><EFBFBD>甇䔶<EFBFBD><EFBFBD>典㦤嚗䔶<EFBFBD><EFBFBD><EFBFBD>隡鞟<EFBFBD>靚瑟ㄝ<EFBFBD><EFBFBD><EFBFBD>烐銁嚗諹<EFBFBD>雿踹<EFBFBD><EFBFBD>嗥蕉閬<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>憭𦦵移<EFBFBD><EFBFBD>撣豢<EFBFBD><EFBFBD><EFBFBD><EFBFBD>蛹鈭<EFBFBD><EFBFBD>抵䌊撌梁<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𨅯⏚嚗諹<EFBFBD><EFBFBD><EFBFBD><EFBFBD>刻氜<EFBFBD><EFBFBD><EFBFBD>憯思<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>刻䌊撌梁<EFBFBD><EFBFBD><EFBFBD>擳娍<EFBFBD>銝擧<EFBFBD>鈭箏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Un valle en los l穩mites del Bosque de Frondavil y Los Bald穩os, la Garganta Grito de Guerra es escenario de una batalla constante entre la Horda y la Alianza. Los orcos usan su Molino Grito de Guerra para talar madera de Frondavil, provocando a los elfos nocturnos del Basti籀n Ala de Plata. Ansiosos por ayudar a sus aliados, miembros de todas las razas de Azeroth acuden a la Garganta para unirse al conflicto, ya sea con espadas o con hechizos.","Um vale na fronteira da Floresta de Grispinho e os Sert繭es, o Ravina Brado Guerreiro 矇 palco de batalhas constantes entre a Horda e a Alian癟a. Orcs usam sua Serraria Brado Guerreiro para cortar madeira de Grispinho, provocando os elfos noturnos do Forte Asa de Prata. Ansiosos para ajudar seus aliados, membros de todas as ra癟as de Azeroth correm para o Ravina para entrar na luta, seja com espadas ou feiti癟os.",4128830,"inos do Leste","astern Kingdoms","Azeroth",1065353216
"憶鉼覜請<EFBFBD>","AhnQiraj","zeroth","","Ruins of Ahn'Qiraj",0,0,"Ruinen von Ahn'Qiraj","摰匧<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>邽郇<EFBFBD> <20>郇'<27><EFBFBD>訄迠訄","Ruinas de Ahn'Qiraj","Ru穩nas de Ahn'Qiraj",4128830,"","","gdoms",4294967295,0,0,"massacre justificado.","",0,0,"","",0,"","",4128812,"",0,0,"","",0,"","",4128828,"","","Azeroth",1065353216
"lterac","PVPZone04","eroth","Azeroth","Arathi Basin",0,0,"Arathibecken","<EFBFBD><EFBFBD>撣𣬚<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>邽郱邽郇訄 <20><><EFBFBD>","Cuenca de Arathi","Bacia de Arathi",4128830,"gdoms","<EFBFBD>","n Kingdoms",4294967295,0,0,"r a invas瓊o an瓊, reuniram um ex矇rcito... um ex矇rcito 獺vido por um massacre justificado.","The Arathi Basin is one of the main staging points of war between the Humans and the Forsaken in Azeroth. The League of Arathor seek to reclaim lost lands for their benefactors in Stormwind, while the Defilers - elite troopers under the watchful eye of Varimathras - seek to sever the vital connection between the Humans and their Dwarven allies to the south.",0,0,"Das Arathibecken ist einer der wichtigsten Schaupl瓣tze im Kampf zwischen den Menschen und den Verlassenen Azeroths. Die Elitetruppen der Entweihten wollen die Verbindung zwischen den Menschen und ihren Verb羹ndeten im S羹den, den Zwergen, zerst繹ren. Gleichzeitig versucht der Bund von Arathor f羹r seine Wohlt瓣ter in Sturmwind Territorien zur羹ckzuerobern.","<EFBFBD><EFBFBD>撣𣬚<EFBFBD><EFBFBD>唳糓鈭箇掩<EFBFBD>諹◤<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝餉<EFBFBD><EFBFBD>睃㦤銋衤<EFBFBD><EFBFBD><EFBFBD><EFBFBD>厩揣撣嘥𤙴<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𡒊<EFBFBD><EFBFBD>拐犖隞砍內<EFBFBD>墧凒憭𡁶<EFBFBD>憭勗𧑐嚗諹<EFBFBD>𣬚𣑐<EFBFBD>𣬚<EFBFBD><EFBFBD>冽鱻<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𨀣情<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>凋犖蝐餃<EFBFBD>隞碶賑<EFBFBD><EFBFBD>酙鈭箏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𠉛<EFBFBD><EFBFBD><EFBFBD>",0,"La Cuenca de Arathi es uno de los principales campos de batalla entre los humanos y los No-Muertos en Azeroth. La Liga de Arathor busca recuperar las tierras perdidas para sus benefactores en Ventormenta, mientras que los Rapi簽adores - tropas de 矇lite bajo la atenta mirada de Varimathras - intentan cortar el vital v穩nculo entre los humanos y sus aliados los enanos del sur.","O Vale de Arathi 矇 um dos principais campos de batalha entre os humanos e os Renegados em Azeroth. A Liga de Arathor busca recuperar terras perdidas para seus benfeitores em Ventobravo, enquanto os Profanadores - tropas de elite sob o olhar atento de Varimathras - procuram romper a vital conex瓊o entre os humanos e seus aliados an繭es ao sul.",4128830,"The Arathi Basin is one of the main staging points of war between the Humans and the Forsaken in Azeroth. The League of Arathor seek to reclaim lost lands for their benefactors in Stormwind, while the Defilers - elite troopers under the watchful eye of Varimathras - seek to sever the vital connection between the Humans and their Dwarven allies to the south.",0,0,"Das Arathibecken ist einer der wichtigsten Schaupl瓣tze im Kampf zwischen den Menschen und den Verlassenen Azeroths. Der Bund von Arathor versucht Territorien f羹r seine Wohlt瓣ter in Sturmwind zur羹ckzuerobern. Gleichzeitig wollen die Entweihten die Verbindung zwischen den Menschen und ihren Verb羹ndeten, den Zwergen, zerst繹ren.","<EFBFBD><EFBFBD>撣𣬚<EFBFBD><EFBFBD>唳糓鈭箇掩<EFBFBD>諹◤<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝餉<EFBFBD><EFBFBD>睃㦤銋衤<EFBFBD><EFBFBD><EFBFBD><EFBFBD>厩揣撣嘥𤙴<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𡒊<EFBFBD><EFBFBD>拐犖隞砍內<EFBFBD>墧凒憭𡁶<EFBFBD>憭勗𧑐嚗諹<EFBFBD>𣬚𣑐<EFBFBD>𣬚<EFBFBD><EFBFBD>冽鱻<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𨀣情<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>凋犖蝐餃<EFBFBD>隞碶賑<EFBFBD><EFBFBD>酙鈭箏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𠉛<EFBFBD><EFBFBD><EFBFBD>",0,"La Cuenca de Arathi es uno de los principales campos de batalla entre los humanos y los Renegados en Azeroth. La Liga de Arathor busca recuperar las tierras perdidas para sus benefactores en Ventormenta, mientras que los Rapi簽adores - tropas de 矇lite bajo la vigilancia de Varimathras - intentan cortar el v穩nculo vital entre los humanos y sus aliados enanos del sur.","O Vale de Arathi 矇 um dos principais campos de batalha entre humanos e Renegados em Azeroth. A Liga de Arathor busca recuperar terras perdidas para seus benfeitores em Ventobravo, enquanto os Profanadores - tropas de elite sob o olhar atento de Varimathras - tentam romper a liga癟瓊o vital entre humanos e seus aliados an繭es no sul.",4128830,"5","astern Kingdoms","Azeroth",1067450368
"erac","AhnQirajTemple","zeroth","","Ahn'Qiraj Temple",0,0,"Tempel von Ahn'Qiraj","摰匧<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄邾 <20>郇'<27><EFBFBD>訄迠訄","Templo de Ahn'Qiraj","Templo de Ahn'Qiraj",4128830,"","","igreiche",4294967295,0,0," massacre justificado.","",0,0,"","",0,"","",4128812,"",0,0,"","",0,"","",4128828,"Blood Ring","","Azeroth",1065353216
"rac","Karazahn","zeroth","","Lower Karazhan Halls",0,0,"Untere Hallen von Karazhan","<EFBFBD><EFBFBD>韏硺<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>邽迠郇邽邿 觓<><E8A793><EFBFBD> <20><EFBFBD>訄迠訄郇訄","Salones Inferiores de Karazhan","Salas Inferiores de Karazhan",4128830,"","","astern Kingdoms",4294967295,0,0,"fang","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"ring","","Azeroth",1065353216
"ac","Stratholme Raid","zeroth","","Naxxramas",0,0,"Naxxramas","蝥喳<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄郕<EFBFBD><EFBFBD>訄邾訄<EFBFBD>","Naxxramas","Naxxramas",4128830,"","","igreiche",4294967295,0,0,"wfang","",0,0,"","",0,"","",4128780,"",0,0,"","",0,"","",4128780,"lutring","","Azeroth",1065353216
"The territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","KarazhanCrypt","Azeroth","","Karazhan Crypt",0,0,"Karazhan Krypta","<EFBFBD><EFBFBD>韏𧼮<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋訇郇邽<EFBFBD><20><EFBFBD>訄迠訄郇訄","Cripta de Karazhan","Cripta de Karazhan",4128830,"","","oth",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"鉼覜請<EFBFBD>","","Azeroth",1065353216
"he territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","Moomoo","","","Moomoo",0,0,"Moomoo","憟嗥<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>-邾<>","Moomoo","Moomoo",4128830,"","","",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"郅邽郇訄","","Azeroth",1065353216
"e territorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","Grove","Azeroth","","Crescent Grove",0,0,"Mondsichelhain","<EFBFBD><EFBFBD><EFBFBD>堒𧑐","<EFBFBD><EFBFBD><20>郋郅<E9838B>邾迮<E982BE><E8BFAE><EFBFBD>","Bosque Creciente","Bosque Crescente",4128830,"","","oth",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"邽郇訄","","Azeroth",1065353216
"ritorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","EmeraldSanctum","zeroth","","Emerald Sanctum",0,0,"Smaragdsanktum","蝧∠<EFBFBD><EFBFBD><EFBFBD>𧑐","<EFBFBD>郱邾<EFBFBD><EFBFBD><EFBFBD>迡郇郋迮 苤赲<E88BA4><E8B5B2>邽郅邽<E98385>","Santuario Esmeralda","Santu獺rio Esmeralda",4128830,"","","igreiche",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"","","Azeroth",1065353216
"itorial Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","Hateforge","Azeroth","","Hateforge Quarry",0,0,"Steinbruch der Hassschmiede","<EFBFBD><EFBFBD><EFBFBD>𠉛<EFBFBD><EFBFBD><EFBFBD>𨺗<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郱郇邽<EFBFBD><20>迮郇訄赲邽<E8B5B2><E982BD>","Cantera Forja del Odio","Pedreira da Forja do <20>dio",4128830,"","","oth",4294967295,0,0,"<EFBFBD>","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"<EFBFBD>","","Azeroth",1065353216
"al Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","Winterveil","Azeroth","","Winter Veil Vale",0,0,"Winterhauchtal","<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋郅邽郇訄 <20>邽邾郇迮迣郋 <20>郋郕<E9838B>郋赲訄","Valle del Velo Invernal","Vale do V矇u Invernal",4128830,"","","astern Kingdoms",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"","","Azeroth",1065353216
"l Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","Karazahn40","zeroth","","Tower of Karazhan",0,0,"Turm von Karazhan","<EFBFBD><EFBFBD>韏硺<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD>訄迠訄郇訄","Torre de Karazhan","Torre de Karazhan",4128830,"","","igreiche",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"Valle de Alterac","","Azeroth",1065353216
" Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","Giln","Azeroth","","Gilneas City",0,0,"Gilneas","<EFBFBD><EFBFBD>撠潭鱻<EFBFBD><EFBFBD>","<EFBFBD>邽郅郇迮訄<EFBFBD>","Ciudad de Gilneas","Cidade de Gilneas",4128830,"","","astern Kingdoms",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"<EFBFBD>","","Azeroth",1065353216
"Frostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","Dragonmaw","Azeroth","","Dragonmaw Retreat",0,0,"Drachenmal Zuflucht","樴坔<EFBFBD><EFBFBD><EFBFBD>","苺訇迮迡邽<EFBFBD><20><>訄郕郋郇<E9838B>迮邿 <20><EFBFBD><E8A884>","Refugio Faucedraco","Ref繳gio de Garganta de Drag瓊o",4128830,"","","astern Kingdoms",0,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"lle de Alterac","","Azeroth",1065353216
"rostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","HighElfPVP","eroth","Azeroth","Sunstrider Court",0,0,"Sonnenwanderer Hof","<EFBFBD>鞉𠯫<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","","Corte Soldevira","Corte dos Filhos do Sol",8323134,"","","igreiche",4294967295,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"alle de Alterac","","Azeroth",1065353216
"ostwolves, unwilling to suffer the dwarven incursion, have rallied an army... an army eager for righteous slaughter.","Balor","Azeroth","","Stormwrought Ruins",0,0,"Sturmschmied Ruinen","憌擧𠂔摨笔<EFBFBD>","","Ruinas Forjatormenta","Ru穩nas Tempesforja",4128830,"","","astern Kingdoms",0,0,0,"","",0,0,"","",0,"","",4128828,"",0,0,"","",0,"","",4128828,"le de Alterac","","Azeroth",1065353216

Can't render this file because it has a wrong number of fields in line 2.

View file

@ -1,124 +1,135 @@
# fields=22 strings=0,3,12,21
"",7,0,"Frost",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"gher defense makes you harder to hit and makes monsters less likely to land a crushing blow."
"ire",7,0,"Fire",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"se"
"btlety",7,0,"Arms",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"d abilities. First aid abilities can be found on trainers around the world as well as from quests and as drops from monsters."
"ns",7,0,"Combat",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892," less likely to land a crushing blow."
"s",7,0,"Subtlety",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"ikely to land a crushing blow."
"",7,0,"Poisons",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"ords",6,0,"Swords",0,0,0,0,0,0,0,8323199,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"rds",6,0,"Axes",0,0,0,0,0,0,0,8323199,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"ds",6,0,"Bows",0,0,0,0,0,0,0,8323198,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"s",6,0,"Guns",0,0,0,0,0,0,0,8323198,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"gher weapon skill increases your chance to hit.",7,0,"Beast Mastery",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892," to land a crushing blow."
"her weapon skill increases your chance to hit.",7,0,"Survival",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"o land a crushing blow."
" weapon skill increases your chance to hit.",6,0,"Maces",0,0,0,0,0,0,0,8323199,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"weapon skill increases your chance to hit.",6,0,"Two-Handed Swords",0,0,0,0,0,0,0,8323198,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"eapon skill increases your chance to hit.",7,0,"Holy",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"creases your chance to hit."
"your chance to hit.",7,0,"Shadow Magic",0,0,0,0,0,0,0,8323199,"",0,0,0,0,0,0,0,4128892," monsters less likely to land a crushing blow."
"t.",6,0,"Defense",0,0,0,0,0,0,0,8323198,"Higher defense makes you harder to hit and makes monsters less likely to land a crushing blow.",0,0,0,0,0,0,0,4128894,"Frost"
"Axes",10,0,"Language: Common",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"s",9,0,"Dwarven Racial",0,0,0,0,0,0,0,8323199,"",0,0,0,0,0,0,0,4128892,"Frost"
"uns",10,0,"Language: Orcish",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"s",10,0,"Language: Dwarven",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"Beast Mastery",10,0,"Language: Darnassian",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"ast Mastery",10,0,"Language: Taurahe",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
" Mastery",6,0,"Dual Wield",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"ry",9,0,"Tauren Racial",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"y",9,0,"Orc Racial",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"",9,0,"Night Elf Racial",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"rvival",9,0,"First Aid",0,0,0,0,0,0,0,8323198,"Higher first aid skill allows you to learn higher level first aid abilities. First aid abilities can be found on trainers around the world as well as from quests and as drops from monsters.",0,0,0,0,0,0,0,4128894,"Frost"
"l",7,0,"Feral Combat",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,""
"Maces",6,0,"Staves",0,0,0,0,0,0,0,8323199,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"aces",10,0,"Language: Thalassian",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"ces",10,0,"Language: Draconic",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"es",10,0,"Language: Demon Tongue",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"s",10,0,"Language: Titan",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"",10,0,"Language: Old Tongue",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"Two-Handed Swords",9,0,"Survival",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"nded Swords",9,0,"Horse Riding",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"ded Swords",9,0,"Wolf Riding",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"ed Swords",9,0,"Tiger Riding",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
" Swords",9,0,"Ram Riding",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"ords",9,0,"Swimming",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"Holy",6,0,"Two-Handed Maces",0,0,0,0,0,0,0,8323198,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"ly",6,0,"Unarmed",0,0,0,0,0,0,0,8323199,"Higher skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"y",7,0,"Marksmanship",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,""
"",11,0,"Blacksmithing",0,0,0,0,0,0,0,8323198,"Higher smithing skill allows you to learn higher level smithing plans. Blacksmithing plans can be found on trainers around the world as well as from quests and monsters.",0,0,0,0,0,0,0,4128894,"age: Dwarven"
"Shadow Magic",11,0,"Leatherworking",0,0,0,0,0,0,0,8323198,"Higher leatherworking skill allows you to learn higher level leatherworking patterns. Leatherworking patterns can be found on trainers around the world as well as from quests and monsters.",0,0,0,0,0,0,0,4128894,"n"
" Magic",11,0,"Alchemy",0,0,0,0,0,0,0,8323198,"Higher alchemy skill allows you to learn higher level alchemy recipes. Alchemy recipes can be found on trainers around the world as well as from quests and monsters.",0,0,0,0,0,0,0,4128894,"Frost"
"Magic",6,0,"Two-Handed Axes",0,0,0,0,0,0,0,8323198,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"agic",6,0,"Daggers",0,0,0,0,0,0,0,8323199,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"c",6,0,"Thrown",0,0,0,0,0,0,0,8323198,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"nse",11,0,"Herbalism",0,0,0,0,0,0,0,8323198,"Higher herbalism skill allows you to harvest more difficult herbs around the world. If you cannot harvest a specific herb, then increase your skill by harvesting easier to gather herbs in lower level areas.",0,0,0,0,0,0,0,4128894,"Frost"
"se",12,0,"GENERIC (DND)",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"e",7,0,"Retribution",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"found on trainers around the world as well as from quests and as drops from monsters."
"",9,0,"Cooking",0,0,0,0,0,0,0,8323198,"Higher cooking skill allows you to learn higher level cooking recipes. Recipes can be found on trainers around the world as well as from quests and as drops from monsters.",0,0,0,0,0,0,0,4128894,"Frost"
"Higher defense makes you harder to hit and makes monsters less likely to land a crushing blow.",11,0,"Mining",0,0,0,0,0,0,0,8323198,"Higher mining skill allows you to harvest more difficult minerals nodes around the world. If you cannot harvest a specific mineral, then increase your skill by mining easier to mine minerals in lower level areas.",0,0,0,0,0,0,0,4128894,"Frost"
"gher defense makes you harder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Imp",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"her defense makes you harder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Felhunter",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"nse makes you harder to hit and makes monsters less likely to land a crushing blow.",11,0,"Tailoring",0,0,0,0,0,0,0,8323198,"Higher tailoring skill allows you to learn higher level tailoring patterns. Tailoring patterns can be found on trainers around the world as well as from quests and monsters.",0,0,0,0,0,0,0,4128894,"Frost"
"akes you harder to hit and makes monsters less likely to land a crushing blow.",11,0,"Engineering",0,0,0,0,0,0,0,8323198,"Higher engineering skill allows you to learn higher level engineering schematics. Schematics can be found on trainers around the world as well as from quests and monsters.",0,0,0,0,0,0,0,4128894,"Frost"
"kes you harder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Spider",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"es you harder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Voidwalker",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"s you harder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Succubus",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
" you harder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Infernal",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"you harder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Doomguard",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"ou harder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Wolf",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"u harder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Cat",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
" harder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Bear",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"harder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Boar",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"arder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Crocilisk",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"rder to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Carrion Bird",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"der to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Crab",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"er to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Gorilla",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
" to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Raptor",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"to hit and makes monsters less likely to land a crushing blow.",7,0,"Pet - Tallstrider",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
" hit and makes monsters less likely to land a crushing blow.",9,0,"Racial - Undead",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"nd makes monsters less likely to land a crushing blow.",6,0,"Crossbows",0,0,0,0,0,0,0,8323198,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
" makes monsters less likely to land a crushing blow.",6,0,"Wands",0,0,0,0,0,0,0,8323198,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"makes monsters less likely to land a crushing blow.",6,0,"Polearms",0,0,0,0,0,0,0,8323198,"Higher weapon skill increases your chance to hit.",0,0,0,0,0,0,0,4128894,"Frost"
"onsters less likely to land a crushing blow.",7,0,"Pet - Scorpid",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"nsters less likely to land a crushing blow.",7,0,"Arcane",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"y"
"kely to land a crushing blow.",7,0,"Pet - Turtle",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"ly to land a crushing blow.",7,0,"Assassination",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"d abilities. First aid abilities can be found on trainers around the world as well as from quests and as drops from monsters."
"to land a crushing blow.",7,0,"Fury",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"on trainers around the world as well as from quests and as drops from monsters."
"o land a crushing blow.",7,0,"Protection",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"low."
"nd a crushing blow.",7,0,"Beast Training",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"rushing blow.",7,0,"Protection",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Common"
"hing blow.",7,0,"Pet - Generic",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"mmon",8,0,"Plate Mail",0,0,0,0,0,0,0,8323198,"Allows the wearing of plate armor.",0,0,0,0,0,0,0,4128894,"Frost"
"Language: Orcish",10,0,"Language: Gnomish",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"nguage: Orcish",10,0,"Language: Troll",0,0,0,0,0,0,0,8323198,"",0,0,0,0,0,0,0,4128892,"Frost"
"guage: Dwarven",11,0,"Enchanting",0,0,0,0,0,0,0,8323198,"Higher enchanting skill allows you to learn more powerful formulae. Formulae can be found on trainers around the world as well as from quests and monsters.",0,0,0,0,0,0,0,4128894,"Frost"
"ge: Darnassian",7,0,"Demonology",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"to hit."
"e: Darnassian",7,0,"Affliction",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"e to hit."
": Darnassian",9,0,"Fishing",0,0,0,0,0,0,0,8323198,"Higher fishing skill increases your chance of catching fish in bodies of water around the world. If you are having trouble catching fish in a given area, move to a lower level area or purchase a fishing lure and try again.",0,0,0,0,0,0,0,4128894,"Frost"
"uage: Taurahe",7,0,"Enhancement",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"mbat"
"age: Taurahe",7,0,"Restoration",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"rms"
"ge: Taurahe",7,0,"Elemental Combat",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"skill increases your chance to hit."
"ield",11,0,"Skinning",0,0,0,0,0,0,0,4128894,"Higher skinning skill allows you to skin hides from higher level monsters around the world. Once your skill is above 100, you can divide your skill by 5 to determine the highest level of monster you can skin.",0,0,0,0,0,0,0,4128894,"Frost"
"rc Racial",8,0,"Mail",0,0,0,0,0,0,0,4128894,"Allows the wearing of mail armor.",0,0,0,0,0,0,0,4128894,"Frost"
"c Racial",8,0,"Leather",0,0,0,0,0,0,0,4128894,"Allows the wearing of leather armor.",0,0,0,0,0,0,0,4128894,"Frost"
" Racial",8,0,"Cloth",0,0,0,0,0,0,0,4128894,"Allows the wearing of cloth armor.",0,0,0,0,0,0,0,4128894,"Frost"
"Racial",8,0,"Shield",0,0,0,0,0,0,0,4128894,"Allows the use of shields.",0,0,0,0,0,0,0,4128894,"Frost"
"allows you to learn higher level first aid abilities. First aid abilities can be found on trainers around the world as well as from quests and as drops from monsters.",6,0,"Fist Weapons",0,0,0,0,0,0,0,4128894,"Allows for the use of fist weapons. Chance to hit is determined by the Unarmed skill.",0,0,0,0,0,0,0,4128894,"Frost"
" aid abilities can be found on trainers around the world as well as from quests and as drops from monsters.",9,0,"Raptor Riding",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"e found on trainers around the world as well as from quests and as drops from monsters.",9,0,"Mechanostrider Piloting",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
" found on trainers around the world as well as from quests and as drops from monsters.",9,0,"Undead Horsemanship",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"around the world as well as from quests and as drops from monsters.",7,0,"Restoration",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892," level smithing plans. Blacksmithing plans can be found on trainers around the world as well as from quests and monsters."
"round the world as well as from quests and as drops from monsters.",7,0,"Balance",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"and makes monsters less likely to land a crushing blow."
"well as from quests and as drops from monsters.",7,0,"Destruction",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892," can be found on trainers around the world as well as from quests and as drops from monsters."
"ell as from quests and as drops from monsters.",7,0,"Holy",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"creases your chance to hit."
"and as drops from monsters.",7,0,"Discipline",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"guage: Draconic"
"nsters.",7,0,"Lockpicking",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"",7,0,"Pet - Bat",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"Staves",7,0,"Pet - Hyena",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"taves",7,0,"Pet - Owl",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"aves",7,0,"Pet - Wind Serpent",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"alassian",10,0,"Language: Gutterspeak",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"Frost"
"mon Tongue",9,0,"Kodo Riding",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,"uage: Orcish"
" Titan",9,0,"Racial - Troll",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,""
" Tongue",9,0,"Racial - Gnome",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,""
"Tongue",9,0,"Racial - Human",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128892,""
"ue",4294967295,0,"Pet - Event - Remote Control",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128844,""
"orse Riding",9,0,"Riding",0,0,0,0,0,0,0,4128894,"",0,0,0,0,0,0,0,4128844," to land a crushing blow."
# fields=22 strings=0,3,6,7,9,10,12,15,16,18,19,21
"",7,0,"Frost",0,0,"Frost","<EFBFBD><EFBFBD>",0,"Escarcha","Gelo",4128894,"",0,0,"","",0,"","",4128892,"Swords"
"<EFBFBD><EFBFBD><EFBFBD>",7,0,"Fire",0,0,"Feuer","<EFBFBD><EFBFBD>",0,"Fuego","Fogo",4128894,"",0,0,"","",0,"","",4128892,"enos"
"o",7,0,"Arms",0,0,"Waffen","甇血膥",0,"Armas","Armas",4128894,"",0,0,"","",0,"","",4128892," de acertar."
"",7,0,"Combat",0,0,"Kampf","<EFBFBD><EFBFBD>",0,"Combate","Combate",4128894,"",0,0,"","",0,"","",4128892,"increases your chance to hit."
"<EFBFBD><EFBFBD>",7,0,"Subtlety",0,0,"T瓣uschung","<EFBFBD><EFBFBD>",0,"Sutileza","Subterf繳gio",4128894,"",0,0,"","",0,"","",4128892,"es your chance to hit."
"<EFBFBD><EFBFBD><EFBFBD>",7,0,"Poisons",0,0,"Gifte","瘥坿晓",0,"Venenos","Venenos",8323198,"",0,0,"","",0,"","",4128892,"Frost"
"<EFBFBD>",6,0,"Swords",0,0,"Schwerter","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Espadas","Espadas",8323199,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"<EFBFBD>",6,0,"Axes",0,0,"<EFBFBD>xte","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Hachas","Machados",8323199,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"",6,0,"Bows",0,0,"Bogen","<EFBFBD>",0,"Arcos","Arcos",8323198,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"Fuego",6,0,"Guns",0,0,"Schusswaffen","<EFBFBD>",0,"Armas de Fuego","Armas de Fogo",8323198,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"o",7,0,"Beast Mastery",0,0,"Tierherrschaft","<EFBFBD>𤾸<EFBFBD><EFBFBD><EFBFBD>",0,"Maestr穩a en Bestias","Mestre das Bestas",4128894,"None",0,0,"","",0,"None","None",4128892,"ur chance to hit."
"",7,0,"Survival",0,0,"<EFBFBD>berleben","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Supervivencia","Sobreviv礙ncia",4128894,"None",0,0,"","",0,"None","None",4128892," chance to hit."
"go",6,0,"Maces",0,0,"Streitkolben","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Mazas","Ma癟as",8323199,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"o",6,0,"Two-Handed Swords",0,0,"Zweihandschwerter","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Espadas de Dos Manos","Espadas de Duas M瓊os",8323198,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"",7,0,"Holy",0,0,"Heilig","蟡𧼮𧁋",0,"Sagrado","Sagrado",4128894,"None",0,0,"","",0,"None","None",4128892,"<EFBFBD><EFBFBD>"
"mas",7,0,"Shadow Magic",0,0,"Schattenmagie","<EFBFBD>堒蔣擳娍<EFBFBD>",0,"Magia de las Sombras","Magia das Sombras",8323199,"None",0,0,"","",0,"None","None",4128892,"on skill increases your chance to hit."
"<EFBFBD><EFBFBD>",6,0,"Defense",0,0,"Verteidigung","<EFBFBD>脣鴃",0,"Defensa","Defesa",8323198,"Higher defense makes you harder to hit and makes monsters less likely to land a crushing blow.",0,0,"Eine hohe Verteidigungsfertigkeit senkt die Chance des Gegners Euch im Kampf zu treffen und verringert die Wahrscheinlichkeit durch einen kritischen Treffer verletzt zu werden.","<EFBFBD>脣鴃頞𢠃<EFBFBD>嚗䔶<EFBFBD>撠梯<EFBFBD><EFBFBD>曆誑鋡怠稬銝哨<EFBFBD><EFBFBD><EFBFBD>銋蠘<EFBFBD><EFBFBD>曆誑撠<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Mayor defensa te hace m獺s dif穩cil de golpear y reduce la probabilidad de que los monstruos asesten un golpe aplastante.","Maior defesa torna voc礙 mais dif穩cil de ser acertado e reduz a probabilidade de os monstros desferirem um golpe esmagador.",4128894,"Frost"
"<EFBFBD><EFBFBD>",10,0,"Language: Common",0,0,"Sprache: Gemeinsprache","霂剛<EFBFBD>嚗𡁻<EFBFBD>𡁶鍂霂<EFBFBD>",0,"Idioma: Com繳n","L穩ngua: Comum",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"",9,0,"Dwarven Racial",0,0,"Zwergenvolk","<EFBFBD>桐犖蝘齿<EFBFBD><EFBFBD>寥鵭",0,"Racial Enana","Racial An瓊o",8323199,"None",0,0,"","",0,"None","None",4128892,"Frost"
"",10,0,"Language: Orcish",0,0,"Sprache: Orcisch","霂剛<EFBFBD>嚗𡁜<EFBFBD>鈭箄祗",0,"Idioma: Orc","L穩ngua: Orc",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"ubtlety",10,0,"Language: Dwarven",0,0,"Sprache: Zwergisch","霂剛<EFBFBD>嚗𡁶酙鈭箄祗",0,"Idioma: Enano","L穩ngua: An瓊o",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"tlety",10,0,"Language: Darnassian",0,0,"Sprache: Darnassisch","霂剛<EFBFBD>嚗朞噢蝥唾<EFBFBD><EFBFBD>航祗",0,"Idioma: Darnassiano","L穩ngua: Darnassiano",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"ety",10,0,"Language: Taurahe",0,0,"Sprache: Taurisch","霂剛<EFBFBD>嚗𡁶<EFBFBD>憭港犖霂<EFBFBD>",0,"Idioma: Taurahe","L穩ngua: Taurahe",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"",6,0,"Dual Wield",0,0,"Beidh瓣ndigkeit","<EFBFBD>峕郎<EFBFBD><EFBFBD>",0,"Doble Empu簽adura","Empunhar Duas Armas",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"chung",9,0,"Tauren Racial",0,0,"Taurenvolk","<EFBFBD>𥕦仍鈭箇<EFBFBD><EFBFBD>讐鸌<EFBFBD><EFBFBD>",0,"Racial Tauren","Racial Tauren",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"hung",9,0,"Orc Racial",0,0,"Orcvolk","<EFBFBD>賭犖蝘齿<EFBFBD><EFBFBD>寥鵭",0,"Racial de Orco","Racial Orc",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"ung",9,0,"Night Elf Racial",0,0,"Nachtelfenvolk","<EFBFBD><EFBFBD>蝎曄<EFBFBD>蝘齿<EFBFBD><EFBFBD>寥鵭",0,"Racial Elfo Nocturno","Racial Elfo Noturno",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"",9,0,"First Aid",0,0,"Erste Hilfe","<EFBFBD><EFBFBD>",0,"Primeros Auxilios","Primeiros Socorros",8323198,"Higher first aid skill allows you to learn higher level first aid abilities. First aid abilities can be found on trainers around the world as well as from quests and as drops from monsters.",0,0,"Eine hohe Fertigkeit in Erster Hilfe erm繹glicht es, h繹herstufigere F瓣higkeiten der Ersten Hilfe zu benutzen. Diese k繹nnt Ihr bei Lehrern 羹berall in der Welt erwerben. Manchmal erhaltet Ihr diese F瓣higkeiten auch von toten Gegnern oder als Questbelohnung.","擃条漣<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>賭蝙雿惩虾隞亙郎銋𣳇<EFBFBD>蝥抒<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>臭誑<EFBFBD>刻悌蝏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摮虫<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>嚗䔶<EFBFBD><EFBFBD>臭誑<EFBFBD><EFBFBD>摰峕<EFBFBD>隞餃𦛚<EFBFBD>𡝗<EFBFBD>甇餅<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad en primeros auxilios te permite aprender habilidades de primeros auxilios de nivel superior. Estas habilidades se pueden encontrar en instructores, misiones y como bot穩n de monstruos.","Maior habilidade em primeiros socorros permite aprender habilidades de primeiros socorros de n穩vel superior. Essas habilidades podem ser encontradas em instrutores, miss繭es e como saque de monstros.",4128894,"Frost"
"<EFBFBD>",7,0,"Feral Combat",0,0,"Wilder Kampf","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Combate Feral","Combate Selvagem",4128894,"None",0,0,"","",0,"None","None",4128892,"te"
"",6,0,"Staves",0,0,"St瓣be","瘜閙<EFBFBD>",0,"Bastones","B獺culos",8323199,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"Sutileza",10,0,"Language: Thalassian",0,0,"Sprache: Thalassisch","霂剛<EFBFBD>嚗朞𨫢<EFBFBD>㗇鱻霂<EFBFBD>",0,"Idioma: Thalassiano","L穩ngua: Thalassiano",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"utileza",10,0,"Language: Draconic",0,0,"Sprache: Drachisch","霂剛<EFBFBD>嚗𡁻<EFBFBD><EFBFBD>",0,"Idioma: Drac籀nico","L穩ngua: Drac繫nico",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"tileza",10,0,"Language: Demon Tongue",0,0,"Sprache: D瓣monisch","霂剛<EFBFBD>嚗𡁏<EFBFBD>擳磰祗",0,"Idioma: Lengua Demon穩aca","L穩ngua: Demon穩aco",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"ileza",10,0,"Language: Titan",0,0,"Sprache: Titanisch","霂剛<EFBFBD>嚗𡁏陸<EFBFBD>西祗",0,"Idioma: Tit獺n","L穩ngua: Tit瓊",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"leza",10,0,"Language: Old Tongue",0,0,"Sprache: Alte Sprache","霂剛<EFBFBD>嚗𡁜𧂈隞<EFBFBD>",0,"Idioma: Lengua Antigua","L穩ngua: L穩ngua Antiga",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"eza",9,0,"Survival",0,0,"<EFBFBD>berlebenskunst","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Supervivencia","Sobreviv礙ncia",4128894,"Higher survival skill allows you to learn higher level survival outlines. Survival outlines can be found on trainers around the world as well as from quests and monsters.",0,0,"Mit h繹herer <20>berlebenskunst k繹nnt Ihr fortgeschrittene Lehrpl瓣ne erlernen. Lehrpl瓣ne f羹r <20>berlebenskunst findet Ihr bei Lehrern in der ganzen Welt sowie als Belohnung von Quests und bei bestimmten Gegnern.","",0,"Mayor habilidad de supervivencia te permite aprender esquemas de supervivencia de nivel superior. Estos esquemas se encuentran en instructores, misiones y monstruos.","Maior habilidade de sobreviv礙ncia permite aprender esquemas de sobreviv礙ncia de n穩vel superior. Esses esquemas s瓊o encontrados em instrutores, miss繭es e monstros.",4128892,"igher weapon skill increases your chance to hit."
"bterf繳gio",9,0,"Horse Riding",0,0,"Pferdreiten","撉烐钟嚗𡁻帕",0,"Equitaci籀n","Equita癟瓊o",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"terf繳gio",9,0,"Wolf Riding",0,0,"Wolfreiten","撉烐钟嚗𡁶𣄽",0,"Montar Lobo","Cavalgar Lobo",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"erf繳gio",9,0,"Tiger Riding",0,0,"Tigerreiten","撉烐钟嚗朞措",0,"Montar Tigre","Cavalgar Tigre",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"f繳gio",9,0,"Ram Riding",0,0,"Widderreiten","撉烐钟嚗𡁶<EFBFBD>",0,"Montar Carnero","Cavalgar Carneiro",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"gio",9,0,"Swimming",0,0,"Schwimmen","皜豢陶",0,"Nadar","Nata癟瓊o",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"oisons",6,0,"Two-Handed Maces",0,0,"Zweihandstreitkolben","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Mazas de Dos Manos","Ma癟as de Duas M瓊os",8323198,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"sons",6,0,"Unarmed",0,0,"Unbewaffnet","敺埝<EFBFBD><EFBFBD><EFBFBD>",0,"Desarmado","Combate Desarmado",8323199,"Higher skill increases your chance to hit.",0,0,"Eine erh繹hte Fertigkeit steigert Eure Trefferchance.","甇斗<EFBFBD><EFBFBD><EFBFBD>蝥扯<EFBFBD>擃矋<EFBFBD>雿惩稬銝剔𤌍<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad aumenta tu probabilidad de golpear.","Maior habilidade aumenta sua probabilidade de acertar.",4128894,"Frost"
"ons",7,0,"Marksmanship",0,0,"Treffsicherheit","<EFBFBD>",0,"Punter穩a","Pontaria",4128894,"None",0,0,"","",0,"None","None",4128892,"ung"
"ns",11,0,"Blacksmithing",0,0,"Schmiedekunst","<EFBFBD><EFBFBD><EFBFBD>",0,"Herrer穩a","Ferraria",8323198,"Higher smithing skill allows you to learn higher level smithing plans. Blacksmithing plans can be found on trainers around the world as well as from quests and monsters.",0,0,"Eine hohe Schmiedefertigkeit erm繹glicht es Euch h繹herstufigere Schmiedepl瓣ne zu benutzen. Pl瓣ne k繹nnt Ihr bei Lehrern 羹berall in der Welt erwerben. Tote Gegner hinterlassen manchmal Schmiedepl瓣ne oder Ihr erhaltet sie als Questbelohnung.","擃条漣<EFBFBD><EFBFBD>𤫇<EFBFBD><EFBFBD><EFBFBD>賭蝙雿惩虾隞亙郎銋𣳇<EFBFBD>蝥抒<EFBFBD><EFBFBD><EFBFBD>㰘挽霈<EFBFBD><EFBFBD><EFBFBD><EFBFBD>臭誑<EFBFBD>刻悌蝏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摮虫<EFBFBD><EFBFBD><EFBFBD>霈曇恣<EFBFBD><EFBFBD>銋笔虾隞仿<EFBFBD><EFBFBD>摰峕<EFBFBD>隞餃𦛚<EFBFBD>𡝗<EFBFBD>甇餅<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>霈曇恣<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad en herrer穩a te permite aprender planos de herrer穩a de nivel superior. Los planos se encuentran en instructores, misiones y monstruos.","Maior habilidade em ferraria permite aprender planos de ferraria de n穩vel superior. Os planos s瓊o encontrados em instrutores, miss繭es e monstros.",4128894,"血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>"
"s",11,0,"Leatherworking",0,0,"Lederverarbeitung","<EFBFBD>嗥铜",0,"Peleter穩a","Couraria",8323198,"Higher leatherworking skill allows you to learn higher level leatherworking patterns. Leatherworking patterns can be found on trainers around the world as well as from quests and monsters.",0,0,"Eine hohe Lederverarbeitungsfertigkeit erm繹glicht es Euch h繹herstufigere Schnittmuster zu benutzen. Muster k繹nnt Ihr bei Lehrern 羹berall in der Welt erwerben. Tote Gegner hinterlassen manchmal Schnittmuster oder Ihr erhaltet sie als Questbelohnung.","擃条漣<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>賭蝙雿惩虾隞亙郎銋𣳇<EFBFBD>蝥抒<EFBFBD><EFBFBD>嗥铜<EFBFBD>暹甅<EFBFBD><EFBFBD><EFBFBD><EFBFBD>臭誑<EFBFBD>刻悌蝏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摮虫<EFBFBD><EFBFBD><EFBFBD><EFBFBD>暹甅嚗䔶<EFBFBD><EFBFBD>臭誑<EFBFBD><EFBFBD>摰峕<EFBFBD>隞餃𦛚<EFBFBD>𡝗<EFBFBD>甇餅<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>暹甅<EFBFBD><EFBFBD>",0,"Mayor habilidad en peleter穩a te permite aprender patrones de peleter穩a de nivel superior. Los patrones se encuentran en instructores, misiones y monstruos.","Maior habilidade em curtimento permite aprender padr繭es de curtimento de n穩vel superior. Os padr繭es s瓊o encontrados em instrutores, miss繭es e monstros.",4128894,"<EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>"
"e",11,0,"Alchemy",0,0,"Alchimie","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Alquimia","Alquimia",8323198,"Higher alchemy skill allows you to learn higher level alchemy recipes. Alchemy recipes can be found on trainers around the world as well as from quests and monsters.",0,0,"Eine hohe Alchimiefertigkeit erm繹glicht es Euch h繹herstufigere Rezepte zu benutzen. Alchimierezepte k繹nnt Ihr bei Lehrern 羹berall in der Welt erwerben. Tote Gegner hinterlassen manchmal Rezepte oder Ihr erhaltet sie als Questbelohnung.","擃条漣<EFBFBD><EFBFBD><EFBFBD><EFBFBD>烐钟<EFBFBD><EFBFBD><EFBFBD>賭蝙雿惩虾隞亙郎銋𣳇<EFBFBD>蝥抒<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>臭誑<EFBFBD>刻悌蝏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摮虫<EFBFBD><EFBFBD><EFBFBD><EFBFBD>齿䲮嚗䔶<EFBFBD><EFBFBD>臭誑<EFBFBD><EFBFBD>摰峕<EFBFBD>隞餃𦛚<EFBFBD>𡝗<EFBFBD>甇餅<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>齿䲮<EFBFBD><EFBFBD>",0,"Mayor habilidad en alquimia te permite aprender recetas de alquimia de nivel superior. Las recetas se encuentran en instructores, misiones y monstruos.","Maior habilidade em alquimia permite aprender receitas de alquimia de n穩vel superior. As receitas s瓊o encontradas em instrutores, miss繭es e monstros.",4128894,"Frost"
"",6,0,"Two-Handed Axes",0,0,"Zweihand瓣xte","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Hachas de Dos Manos","Machados de Duas M瓊os",8323198,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"瘥坿晓",6,0,"Daggers",0,0,"Dolche","<EFBFBD><EFBFBD>",0,"Dagas","Adagas",8323199,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"<EFBFBD><EFBFBD>",6,0,"Thrown",0,0,"Wurfwaffen","<EFBFBD>閙繮甇血膥",0,"Arrojadizas","Arremesso",8323198,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"nenos",11,0,"Herbalism",0,0,"Kr瓣uterkunde","<EFBFBD>㕑晓摮<EFBFBD>",0,"Herborister穩a","Herborismo",8323198,"Higher herbalism skill allows you to harvest more difficult herbs around the world. If you cannot harvest a specific herb, then increase your skill by harvesting easier to gather herbs in lower level areas.",0,0,"Eine hohe Kr瓣uterkunde erm繹glicht es Euch schwierigere Kr瓣uter zu ernten. Wenn ihr ein bestimmtes Kraut nicht ernten k繹nnt, steigert eure Kr瓣uterkundefertigkeit, indem Ihr in niedrigstufigeren Gebieten leichtere Kr瓣uter erntet.","擃条漣<EFBFBD><EFBFBD><EFBFBD><EFBFBD>臬郎<EFBFBD><EFBFBD><EFBFBD>賭蝙雿惩虾隞仿<EFBFBD><EFBFBD><EFBFBD><EFBFBD>蝥抒<EFBFBD><EFBFBD>㕑晓<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝滩<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>㕑晓嚗諹窈<EFBFBD><EFBFBD>銁颲<EFBFBD><EFBFBD>蝑厩漣<EFBFBD><EFBFBD>𧑐<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>蝑厩漣<EFBFBD>㕑晓嚗䔶誑甇斗<EFBFBD>擃䀝<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>臬郎<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad en herborister穩a te permite recolectar hierbas m獺s dif穩ciles en el mundo. Si no puedes recolectar una hierba, aumenta tu habilidad recolectando hierbas m獺s f獺ciles en zonas de menor nivel.","Maior habilidade em herborismo permite coletar ervas mais dif穩ceis no mundo. Se n瓊o conseguir coletar uma erva, aumente sua habilidade coletando ervas mais f獺ceis em 獺reas de n穩vel menor.",4128894,"Frost"
"enos",12,0,"GENERIC (DND)",0,0,"ALLGEMEIN (DND)","<EFBFBD>𡁶鍂嚗<EFBFBD><EFBFBD><EFBFBD>𤘪贋嚗<EFBFBD>",0,"GEN<EFBFBD>RICO (DND)","GEN<EFBFBD>RICO (DND)",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"nos",7,0,"Retribution",0,0,"Vergeltung","<EFBFBD><EFBFBD>",0,"Retribucion","Retribui癟瓊o",4128894,"None",0,0,"","",0,"None","None",4128892,"Machados"
"os",9,0,"Cooking",0,0,"Kochkunst","<EFBFBD>寥左",0,"Cocina","Culin獺ria",8323198,"Higher cooking skill allows you to learn higher level cooking recipes. Recipes can be found on trainers around the world as well as from quests and as drops from monsters.",0,0,"Eine hohe Kochfertigkeit erm繹glicht es Euch h繹herstufigere Rezepte zu benutzen. Rezepte k繹nnt Ihr bei Lehrern 羹berall in der Welt erwerben. Tote Gegner hinterlassen manchmal Kochrezepte oder Ihr erhaltet sie als Questbelohnung.","擃条漣<EFBFBD><EFBFBD><EFBFBD>擖芣<EFBFBD><EFBFBD>賭蝙雿惩虾隞亙郎銋𣳇<EFBFBD>蝥抒<EFBFBD><EFBFBD>𡏭停<EFBFBD><EFBFBD><EFBFBD><EFBFBD>臭誑<EFBFBD>刻悌蝏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摮虫<EFBFBD><EFBFBD><EFBFBD><EFBFBD>𡏭停嚗䔶<EFBFBD><EFBFBD>臭誑<EFBFBD><EFBFBD>摰峕<EFBFBD>隞餃𦛚<EFBFBD>𡝗<EFBFBD>甇餅<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𡏭停<EFBFBD><EFBFBD>",0,"Mayor habilidad en cocina te permite aprender recetas de cocina de nivel superior. Las recetas se encuentran en instructores, misiones y como bot穩n de monstruos.","Maior habilidade em culin獺ria permite aprender receitas de culin獺ria de n穩vel superior. As receitas s瓊o encontradas em instrutores, miss繭es e como saque de monstros.",4128894,"Frost"
"s",11,0,"Mining",0,0,"Bergbau","<EFBFBD><EFBFBD>𣳽",0,"Miner穩a","Minera癟瓊o",8323198,"Higher mining skill allows you to harvest more difficult minerals nodes around the world. If you cannot harvest a specific mineral, then increase your skill by mining easier to mine minerals in lower level areas.",0,0,"Eine hohe Bergbaufertigkeit erm繹glicht es Euch schwierigere Erzvorkommen abzubauen. Wenn ihr ein bestimmtes Erzvorkommen nicht abbauen k繹nnt, steigert eure Bergbaufertigkeit, indem Ihr in niedrigstufigeren Gebieten leichtere Erzvorkommen abbaut.","擃条漣<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>賭蝙雿惩虾隞仿<EFBFBD><EFBFBD><EFBFBD><EFBFBD>蝥抒<EFBFBD><EFBFBD>輻𨺗<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝滩<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>輻𨺗嚗諹窈<EFBFBD><EFBFBD>銁颲<EFBFBD><EFBFBD>蝑厩漣<EFBFBD><EFBFBD>𧑐<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>蝑厩漣<EFBFBD>輻𨺗嚗䔶誑甇斗<EFBFBD>擃䀝<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad en miner穩a te permite recolectar vetas de mineral m獺s dif穩ciles en el mundo. Si no puedes recolectar un mineral, aumenta tu habilidad extrayendo minerales m獺s f獺ciles en zonas de menor nivel.","Maior habilidade em minera癟瓊o permite coletar veios de min矇rio mais dif穩ceis no mundo. Se n瓊o conseguir coletar um min矇rio, aumente sua habilidade extraindo min矇rios mais f獺ceis em 獺reas de n穩vel menor.",4128894,"Frost"
"Swords",7,0,"Pet - Imp",0,0,"Tier - Wichtel","摰删<EFBFBD> - 撠誯狩",0,"Mascota - Diablillo","Mascote - Diabrete",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"words",7,0,"Pet - Felhunter",0,0,"Tier - Teufelsj瓣ger","摰删<EFBFBD> - <20>啁㘚<E59581>𡒊䠋",0,"Mascota - Man獺fago","Mascote - Ca癟ador Vil",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"hwerter",11,0,"Tailoring",0,0,"Schneiderei","<EFBFBD><EFBFBD>",0,"Sastrer穩a","Alfaiataria",8323198,"Higher tailoring skill allows you to learn higher level tailoring patterns. Tailoring patterns can be found on trainers around the world as well as from quests and monsters.",0,0,"Eine hohe Schneiderfertigkeit erm繹glicht es Euch h繹herstufigere Schnittmuster zu benutzen. Muster k繹nnt Ihr bei Lehrern 羹berall in der Welt erwerben. Tote Gegner hinterlassen manchmal Schnittmuster oder Ihr erhaltet sie als Questbelohnung.","擃条漣<EFBFBD><EFBFBD><EFBFBD>蝻脲<EFBFBD><EFBFBD>賭蝙雿惩虾隞亙郎銋𣳇<EFBFBD>蝥抒<EFBFBD><EFBFBD><EFBFBD><EFBFBD>暹甅<EFBFBD><EFBFBD><EFBFBD><EFBFBD>臭誑<EFBFBD>刻悌蝏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摮虫<EFBFBD><EFBFBD><EFBFBD><EFBFBD>暹甅嚗䔶<EFBFBD><EFBFBD>臭誑<EFBFBD><EFBFBD>摰峕<EFBFBD>隞餃𦛚<EFBFBD>𡝗<EFBFBD>甇餅<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>暹甅<EFBFBD><EFBFBD>",0,"Mayor habilidad en sastrer穩a te permite aprender patrones de sastrer穩a de nivel superior. Los patrones se encuentran en instructores, misiones y monstruos.","Maior habilidade em alfaiataria permite aprender padr繭es de alfaiataria de n穩vel superior. Os padr繭es s瓊o encontrados em instrutores, miss繭es e monstros.",4128894,"Frost"
"er",11,0,"Engineering",0,0,"Ingenieurskunst","撌亦<EFBFBD><EFBFBD>",0,"Ingenier穩a","Engenharia",8323198,"Higher engineering skill allows you to learn higher level engineering schematics. Schematics can be found on trainers around the world as well as from quests and monsters.",0,0,"Eine hohe Ingenieursfertigkeit erm繹glicht es Euch h繹herstufigere Baupl瓣ne zu benutzen. Baupl瓣ne k繹nnt Ihr bei Lehrern 羹berall in der Welt erwerben. Tote Gegner hinterlassen manchmal Baupl瓣ne oder Ihr erhaltet sie als Questbelohnung.","擃条漣<EFBFBD><EFBFBD>極蝔见郎<EFBFBD><EFBFBD><EFBFBD>賭蝙雿惩虾隞亙郎銋𣳇<EFBFBD>蝥抒<EFBFBD>撌亦<EFBFBD>摮血㦛蝥詻<EFBFBD><EFBFBD><EFBFBD><EFBFBD>臭誑<EFBFBD>刻悌蝏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摮虫<EFBFBD><EFBFBD><EFBFBD><EFBFBD>曄爾嚗䔶<EFBFBD><EFBFBD>臭誑<EFBFBD><EFBFBD>摰峕<EFBFBD>隞餃𦛚<EFBFBD>𡝗<EFBFBD>甇餅<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>曄爾<EFBFBD><EFBFBD>",0,"Mayor habilidad en ingenier穩a te permite aprender esquemas de ingenier穩a de nivel superior. Los esquemas se encuentran en instructores, misiones y monstruos.","Maior habilidade em engenharia permite aprender esquemas de engenharia de n穩vel superior. Os esquemas s瓊o encontrados em instrutores, miss繭es e monstros.",4128894,"Frost"
"r",7,0,"Pet - Spider",0,0,"Tier - Spinne","摰删<EFBFBD> - <20><EFBFBD>",0,"Mascota - Ara簽a","Mascote - Aranha",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"",7,0,"Pet - Voidwalker",0,0,"Tier - Leerwandler","摰删<EFBFBD> - <20>𡁶征銵諹<E98AB5><E8ABB9>",0,"Mascota - Abisario","Mascote - Emiss獺rio do Caos",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",7,0,"Pet - Succubus",0,0,"Tier - Sukkubus","摰删<EFBFBD> - 擳<><E693B3>",0,"Mascota - S繳cubo","Mascote - S繳cubo",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"<EFBFBD><EFBFBD><EFBFBD>",7,0,"Pet - Infernal",0,0,"Tier - H繹llenbestie","摰删<EFBFBD> - <20>啁㘚<E59581><E3989A>",0,"Mascota - Infernal","Mascote - Infernal",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"<EFBFBD><EFBFBD><EFBFBD>",7,0,"Pet - Doomguard",0,0,"Tier - Verdammniswache","摰删<EFBFBD> - <20>急𠯫摰<F0A0AFAB>",0,"Mascota - Guardia Apocal穩ptico","Mascote - Demonarca",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"<EFBFBD><EFBFBD>",7,0,"Pet - Wolf",0,0,"Tier - Wolf","摰删<EFBFBD> - <20><>",0,"Mascota - Lobo","Mascote - Lobo",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"<EFBFBD><EFBFBD><EFBFBD>",7,0,"Pet - Cat",0,0,"Tier - Katze","摰删<EFBFBD> - 鞊<>",0,"Mascota - Gato","Mascote - Gato",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"<EFBFBD>",7,0,"Pet - Bear",0,0,"Tier - B瓣r","摰删<EFBFBD> - <20><>",0,"Mascota - Oso","Mascote - Urso",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"<EFBFBD><EFBFBD>",7,0,"Pet - Boar",0,0,"Tier - Eber","摰删<EFBFBD> - <20>𡒊㻛",0,"Mascota - Jabal穩","Mascote - Javali",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"<EFBFBD>",7,0,"Pet - Crocilisk",0,0,"Tier - Krokilisk","摰删<EFBFBD> - 曈<>",0,"Mascota - Bestia: Crocolisco","Mascote - Fera - Crocolisco",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"<EFBFBD>",7,0,"Pet - Carrion Bird",0,0,"Tier - Aasvogel","摰删<EFBFBD> - 憌蠘<E6868C><EFBFBD>",0,"Mascota - Ave Carro簽era","Mascote - Ave de Carni癟a",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"",7,0,"Pet - Crab",0,0,"Tier - Krebs","摰删<EFBFBD> - <20><>",0,"Mascota - Cangrejo","Mascote - Caranguejo",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"Espadas",7,0,"Pet - Gorilla",0,0,"Tier - Gorilla","摰删<EFBFBD> - <20>拍玌",0,"Mascota - Best穩a - Gorila","Mascote - Gorila",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"padas",7,0,"Pet - Raptor",0,0,"Tier - Raptor","摰删<EFBFBD> - 餈<><E9A488><EFBFBD>",0,"Mascota - Raptor","Mascote - Raptor",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"adas",7,0,"Pet - Tallstrider",0,0,"Tier - Weitschreiter","摰删<EFBFBD> - <20><><EFBFBD><EFBFBD>",0,"Mascota - Zancaalta","Mascote - Andarilho Alto",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"as",9,0,"Racial - Undead",0,0,"Volk - Untote","鈭∠<EFBFBD>蝘齿<EFBFBD><EFBFBD>寥鵭",0,"Racial - No Muerto","Racial - Morto Vivo",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"her weapon skill increases your chance to hit.",6,0,"Crossbows",0,0,"Armbr羹ste","<EFBFBD>",0,"Ballestas","Bestas",8323198,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"er weapon skill increases your chance to hit.",6,0,"Spears",0,0,"Speere","<EFBFBD><EFBFBD>",0,"Lanzas","Lan癟as",8323198,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
"r weapon skill increases your chance to hit.",6,0,"Wands",0,0,"Zauberst瓣be","擳娍<EFBFBD>",0,"Varitas","Varinhas",8323198,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
" weapon skill increases your chance to hit.",6,0,"Polearms",0,0,"Stangenwaffen","<EFBFBD><EFBFBD>甇血膥",0,"Armas de Asta","Armas de Haste",8323198,"Higher weapon skill increases your chance to hit.",0,0,"Eine erh繹hte Waffenfertigkeit steigert Eure Trefferchance.","甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad con armas aumenta tu probabilidad de golpear.","Maior habilidade com armas aumenta sua probabilidade de acertar.",4128894,"Frost"
" skill increases your chance to hit.",7,0,"Pet - Scorpid",0,0,"Tier - Skorpid","摰删<EFBFBD> - <20>𤾸<EFBFBD>",0,"Mascota - Esc籀rpido","Mascote - Escorp穩deo",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"skill increases your chance to hit.",7,0,"Arcane",0,0,"Arkan","憟交钟",0,"Arcano","Arcano",4128894,"None",0,0,"","",0,"None","None",4128892,"hung"
"s your chance to hit.",7,0,"Pet - Turtle",0,0,"Tier - Schildkr繹te","摰删<EFBFBD> - 瘚琿<E7989A>",0,"Mascota - Tortuga","Mascote - Tartaruga",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"your chance to hit.",7,0,"Assassination",0,0,"Meucheln","<EFBFBD><EFBFBD>",0,"Asesinato","Assassinato",8323198,"None",0,0,"","",0,"None","None",4128892," de acertar."
"r chance to hit.",7,0,"Fury",0,0,"Furor","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Furia","F繳ria",4128894,"None",0,0,"","",0,"None","None",4128892,"os"
" chance to hit.",7,0,"Protection",0,0,"Schutz","<EFBFBD>脫擪",0,"Protecci籀n","Prote癟瓊o",4128894,"None",0,0,"","",0,"None","None",4128892,"e erh繹hte Waffenfertigkeit steigert Eure Trefferchance."
"nce to hit.",7,0,"Beast Training",0,0,"Bestienausbildung","霈剔<EFBFBD><EFBFBD>𤾸<EFBFBD>",0,"Adiestramiento de Bestias","Treinamento de Feras",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
" hit.",7,0,"Protection",0,0,"Schutz","<EFBFBD>脫擪",0,"Protecci籀n","Prote癟瓊o",4128894,"None",0,0,"","",0,"None","None",4128892,"enfertigkeit steigert Eure Trefferchance."
"t.",7,0,"Pet - Generic",0,0,"Tier - Allgemein","摰删<EFBFBD> - 憭抵<E686AD>",0,"Mascota - Gen矇rica","Mascote - Gen矇rico",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"fertigkeit steigert Eure Trefferchance.",8,0,"Plate Mail",0,0,"Plattenpanzer","<EFBFBD>輻睻",0,"Malla de Placas","Armadura de Placa",8323198,"Allows the wearing of plate armor.",0,0,"Erlaubt das Tragen von Plattenr羹stungen.","雿蹂<EFBFBD><EFBFBD>臭誑蝛踵踎<EFBFBD><EFBFBD><EFBFBD>",0,"Permite usar armaduras de placas.","Permite usar armaduras de placa.",4128894,"Frost"
"Eure Trefferchance.",10,0,"Language: Gnomish",0,0,"Sprache: Gnomisch","霂剛<EFBFBD>嚗帋<EFBFBD><EFBFBD>坿祗",0,"Idioma: Gn籀mico","L穩ngua: Gn繫mico",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"re Trefferchance.",10,0,"Language: Troll",0,0,"Sprache: Trollisch","霂剛<EFBFBD>嚗𡁜楊擳磰祗",0,"Idioma: Troll","L穩ngua: Troll",8323198,"None",0,0,"","",0,"None","None",4128892,"Frost"
"甇血膥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃矋<EFBFBD><EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",11,0,"Enchanting",0,0,"Verzauberkunst","<EFBFBD><EFBFBD><EFBFBD>",0,"Encantamiento","Encantamento",8323198,"Higher enchanting skill allows you to learn more powerful formulae. Formulae can be found on trainers around the world as well as from quests and monsters.",0,0,"Eine hohe Verzauberungsfertigkeit erm繹glicht es Euch m瓣chtigere Formeln zu benutzen. Verzauberungsformeln k繹nnt Ihr bei Lehrern 羹berall in der Welt erwerben und auch bei toten Gegnern und beim Questen finden.","擃条漣<EFBFBD><EFBFBD><EFBFBD>擳娍<EFBFBD><EFBFBD>賭蝙雿惩虾隞亙郎銋𣳇<EFBFBD>蝥抒<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>臭誑<EFBFBD>刻悌蝏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摮虫<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>嚗䔶<EFBFBD><EFBFBD>臭誑<EFBFBD><EFBFBD>摰峕<EFBFBD>隞餃𦛚<EFBFBD>𡝗<EFBFBD>甇餅<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad en encantamiento te permite aprender f籀rmulas m獺s poderosas. Las f籀rmulas se encuentran en instructores, misiones y monstruos.","Maior habilidade em encantamento permite aprender f籀rmulas mais poderosas. As f籀rmulas s瓊o encontradas em instrutores, miss繭es e monstros.",4128894,"Frost"
"<EFBFBD>刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",7,0,"Demonology",0,0,"D瓣monologie","<EFBFBD><EFBFBD>摮西<EFBFBD>",0,"Demonolog穩a","Demonologia",4128894,"None",0,0,"","",0,"None","None",4128892,"ampf"
"鍂霂交郎<EFBFBD>典稬銝剜<EFBFBD>鈭箇<EFBFBD><EFBFBD><EFBFBD>撠梯<EFBFBD>擃塩<EFBFBD><EFBFBD>",7,0,"Affliction",0,0,"Gebrechen","<EFBFBD>𥡝㜃",0,"Aflicci籀n","Afli癟瓊o",4128894,"None",0,0,"","",0,"None","None",4128892,""
"刻砲甇血膥<EFBFBD>颱葉<EFBFBD>䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",9,0,"Fishing",0,0,"Angeln","<EFBFBD>㯄掉",0,"Pesca","Pesca",8323198,"Higher fishing skill increases your chance of catching fish in bodies of water around the world. If you are having trouble catching fish in a given area, move to a lower level area or purchase a fishing lure and try again.",0,0,"Eine hohe Angelfertigkeit steigert Eure Chance Fische in einem Gew瓣sser zu fangen. Wenn Ihr in einem bestimmten Gebiet Probleme habt Fische zu angeln, versucht es in einem Gebiet mit einer niedrigeren Stufe oder benutzt einen Fischk繹der.","擃条漣<EFBFBD><EFBFBD><EFBFBD>敼潭<EFBFBD><EFBFBD>賭蝙雿惩虾隞仿<EFBFBD><EFBFBD><EFBFBD>蝥抒<EFBFBD>敼潦<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝芸躹<EFBFBD><EFBFBD>銝滚<EFBFBD>敼潘<EFBFBD>霂瑕<EFBFBD>雿𡒊<EFBFBD>蝥批躹<EFBFBD>笔縧<EFBFBD>㯄掉嚗峕<EFBFBD><EFBFBD><EFBFBD>揚銋圈掉擖萄<EFBFBD><EFBFBD><EFBFBD>霂𨰻<EFBFBD><EFBFBD>",0,"Mayor habilidad en pesca aumenta tu probabilidad de atrapar peces en cuerpos de agua. Si tienes problemas, ve a una zona de menor nivel o compra un se簽uelo e int矇ntalo de nuevo.","Maior habilidade em pesca aumenta sua probabilidade de pegar peixes em corpos d'獺gua. Se estiver com dificuldades, v獺 para uma 獺rea de n穩vel menor ou compre uma isca e tente novamente.",4128894,"Frost"
"<EFBFBD>鈭箇<EFBFBD><EFBFBD><EFBFBD>撠梯<EFBFBD>擃塩<EFBFBD><EFBFBD>",7,0,"Enhancement",0,0,"Verst瓣rkung","憓𧼮撩",0,"Mejora","Aprimoramento",4128894,"None",0,0,"","",0,"None","None",4128892,"cha"
"䔶犖<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>停頞𢠃<EFBFBD><EFBFBD><EFBFBD>",7,0,"Restoration",0,0,"Wiederherstellung","<EFBFBD><EFBFBD>",0,"Restauraci籀n","Restaura癟瓊o",4128894,"None",0,0,"","",0,"None","None",4128892,""
"鈭箇<EFBFBD><EFBFBD><EFBFBD>撠梯<EFBFBD>擃塩<EFBFBD><EFBFBD>",7,0,"Elemental Combat",0,0,"Elementarkampf","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Combate Elemental","Combate Elemental",4128894,"None",0,0,"","",0,"None","None",4128892,"Waffen"
"擃塩<EFBFBD><EFBFBD>",11,0,"Skinning",0,0,"K羹rschnerei","<EFBFBD>亦铜",0,"Desuello","Esfolamento",4128894,"Higher skinning skill allows you to skin hides from higher level monsters around the world. Once your skill is above 100, you can divide your skill by 5 to determine the highest level of monster you can skin.",0,0,"Eine hohe K羹rschnerfertigkeit erm繹glicht es Euch h繹herstufigere Monster zu h瓣uten. Sobald Euer Fertigkeitswert 100 羹bersteigt ist die maximale Stufe der Monster, die Ihr H瓣uten k繹nnt, Euer Fertigkeitswert geteilt durch 5.","擃条漣<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>賭蝙雿惩虾隞乩<EFBFBD>擃条漣<EFBFBD><EFBFBD>頨思<EFBFBD><EFBFBD><EFBFBD>瘥𤤿铜<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>賢之鈭<EFBFBD>100嚗屸<EFBFBD><EFBFBD><EFBFBD><EFBFBD>臬竉<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>擃条<EFBFBD>蝥扳糓雿删<EFBFBD><EFBFBD>亦铜<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>圈膄隞<EFBFBD>5<EFBFBD><EFBFBD>",0,"Mayor habilidad en desuello te permite desollar monstruos de mayor nivel. Con habilidad superior a 100, div穩dela entre 5 para saber el nivel m獺ximo de monstruo que puedes desollar.","Maior habilidade em esfolamento permite esfolar monstros de n穩vel superior. Com habilidade acima de 100, divida por 5 para saber o n穩vel m獺ximo de monstros que pode esfolar.",4128894,"Frost"
"ad con armas aumenta tu probabilidad de golpear.",8,0,"Mail",0,0,"Schwere R羹stung","<EFBFBD><EFBFBD>",0,"Malla","Malha",4128894,"Allows the wearing of mail armor.",0,0,"Erlaubt das Tragen von schweren R羹stungen.","雿蹂<EFBFBD><EFBFBD>臭誑蝛輸<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Permite usar armaduras de malla.","Permite usar armaduras de malha.",4128894,"Frost"
"d con armas aumenta tu probabilidad de golpear.",8,0,"Leather",0,0,"Leder","<EFBFBD>桃睻",0,"Cuero","Couro",4128894,"Allows the wearing of leather armor.",0,0,"Erlaubt das Tragen von Lederr羹stungen.","雿蹂<EFBFBD><EFBFBD>臭誑蝛輻铜<EFBFBD><EFBFBD><EFBFBD>",0,"Permite usar armaduras de cuero.","Permite usar armaduras de couro.",4128894,"Frost"
" con armas aumenta tu probabilidad de golpear.",8,0,"Cloth",0,0,"Stoff","<EFBFBD>",0,"Pa簽o","Tecido",4128894,"Allows the wearing of cloth armor.",0,0,"Erlaubt das Tragen von Stoffr羹stungen.","雿蹂<EFBFBD><EFBFBD>臭誑蝛踹<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Permite usar armaduras de tela.","Permite usar armaduras de tecido.",4128894,"Frost"
" tu probabilidad de golpear.",8,0,"Shield",0,0,"Schild","<EFBFBD><EFBFBD>",0,"Escudo","Escudo",4128894,"Allows the use of shields.",0,0,"Erlaubt Euch die Benutzung von Schilden.","摮虫<EFBFBD>雿輻鍂<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Permite usar escudos.","Permite usar escudos.",4128894,"Frost"
"idade com armas aumenta sua probabilidade de acertar.",6,0,"Fist Weapons",0,0,"Faustwaffen","<EFBFBD><EFBFBD>",0,"Armas de Pu簽o","Armas de Punho",4128894,"Allows for the use of fist weapons. Chance to hit is determined by the Unarmed skill.",0,0,"Erm繹glicht Euch die Verwendung von Faustwaffen. Die Trefferchance wird durch die Kampffertigkeit ""Unbewaffnetet"" bestimmt.","摮虫<EFBFBD>雿輻鍂<EFBFBD><EFBFBD>雿𨀣<EFBFBD><EFBFBD><EFBFBD>稬銝剜<EFBFBD>鈭箇<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鈭𤾸<EFBFBD><EFBFBD>𧢲<EFBFBD><EFBFBD>𡑒<EFBFBD><EFBFBD>𤤿<EFBFBD><EFBFBD><EFBFBD>蝔见漲<EFBFBD><EFBFBD>",0,"Permite usar armas de pu簽o. La probabilidad de golpear depende de la habilidad ""Sin armas"".","Permite usar armas de punho. A probabilidade de acerto depende da habilidade ""Sem armas"".",4128894,"Frost"
"<EFBFBD>te",9,0,"Raptor Riding",0,0,"Raptorreiten","撉烐钟嚗朞<EFBFBD><EFBFBD><EFBFBD>",0,"Cabalgar Raptor","Cavalgar Raptor",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"s",9,0,"Mechanostrider Piloting",0,0,"Roboschreiterlenken","撉烐钟嚗𡁏㦤璇圈<EFBFBD>銵屸<EFBFBD>",0,"Pilotaje de Mecazancudo","Pilotar Mecanostruz",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"",9,0,"Undead Horsemanship",0,0,"Untoten-Reitkunst","撉烐钟嚗𡁻疙撉冽<EFBFBD><EFBFBD>",0,"Adiestrador de Caballos No-muerto","Equita癟瓊o de Morto-vivo",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"n",7,0,"Restoration",0,0,"Wiederherstellung","<EFBFBD><EFBFBD>",0,"Restauraci籀n","Restaura癟瓊o",4128894,"None",0,0,"","",0,"None","None",4128892,"ttenmagie"
"",7,0,"Balance",0,0,"Gleichgewicht","撟唾﹛",0,"Equilibrio","Equil穩brio",4128894,"None",0,0,"","",0,"None","None",4128892,"gher weapon skill increases your chance to hit."
"usswaffen",7,0,"Destruction",0,0,"Zerst繹rung","<EFBFBD><EFBFBD>",0,"Destrucci籀n","Destrui癟瓊o",4128894,"None",0,0,"","",0,"None","None",4128892,""
"sswaffen",7,0,"Holy",0,0,"Heilig","蟡𧼮𧁋",0,"Sagrado","Sagrado",4128894,"None",0,0,"","",0,"None","None",4128892,"<EFBFBD><EFBFBD>"
"as de Fuego",7,0,"Discipline",0,0,"Disziplin","<EFBFBD><EFBFBD>",0,"Disciplina","Disciplina",4128894,"None",0,0,"","",0,"None","None",4128892,"tr穩a en Bestias"
" Fogo",7,0,"Lockpicking",0,0,"Schlossknacken","<EFBFBD><EFBFBD><EFBFBD>",0,"Forzar Cerraduras","Arrombamento",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"Tierherrschaft",7,0,"Pet - Bat",0,0,"Tier - Fledermaus","摰删<EFBFBD> - <20><EFBFBD>",0,"Mascota - Murci矇lago","Mascote - Morcego",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"ierherrschaft",7,0,"Pet - Hyena",0,0,"Tier - Hy瓣ne","摰删<EFBFBD> - <20>毺𣄽",0,"Mascota - Hiena","Mascote - Hiena",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"erherrschaft",7,0,"Pet - Owl",0,0,"Tier - Eule","摰删<EFBFBD> - <20>怠仍暽<E4BB8D>",0,"Mascota - B繳ho","Mascote - Coruja",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"rherrschaft",7,0,"Pet - Wind Serpent",0,0,"Tier - Windnatter","摰删<EFBFBD> - 憌舘<E6868C>",0,"Mascota - Serpiente de Viento","Mascote - Serpente do Vento",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"賣綉<EFBFBD><EFBFBD>",10,0,"Language: Gutterspeak",0,0,"Sprache: Gossensprache","霂剛<EFBFBD>嚗帋滿<EFBFBD>菔祗",0,"Idioma: Argot","L穩ngua: Gritaria",4128894,"None",0,0,"","",0,"None","None",4128892,"Frost"
"Bestas",9,0,"Kodo Riding",0,0,"Kodoreiten","撉烐钟嚗𡁶<EFBFBD>憭𡁜<EFBFBD>",0,"Montar Kodo","Cavalgar Kodo",4128894,"None",0,0,"","",0,"None","None",4128892," Trefferchance."
"",9,0,"Racial - Troll",0,0,"Volk - Trolle","蝘齿<EFBFBD><EFBFBD>寥鵭 - 撌券<E6928C>",0,"Racial - Troll","Racial - Troll",4128894,"None",0,0,"","",0,"None","None",4128892,""
"<EFBFBD><EFBFBD><EFBFBD>",9,0,"Racial - Gnome",0,0,"Volk - Gnome","蝘齿<EFBFBD><EFBFBD>寥鵭 - 靘誩<E99D98>",0,"Racial - Gnomo","Racial - Gnomo",4128894,"None",0,0,"","",0,"None","None",4128892,""
"<EFBFBD><EFBFBD>",9,0,"Racial - Human",0,0,"Volk - Menschen","蝘齿<EFBFBD><EFBFBD>寥鵭 - 鈭箇掩",0,"Racial - Humano","Racial - Humano",4128894,"None",0,0,"","",0,"None","None",4128892,""
"<EFBFBD>",11,0,"Jewelcrafting",0,0,"Juwelenschleifen","<EFBFBD><EFBFBD><EFBFBD>惩極 ",0,"Joyer穩a","Joalheria",8323198,"Higher jewelcrafting skill allows you to learn higher level jewelcrafting plans. Jewelcrafting plans can be found on trainers around the world as well as from quests and monsters.",0,0,"Mit h繹herer Juwelierskunst k繹nnt Ihr fortgeschrittene Juwelierspl瓣ne erlernen. Juwelierspl瓣ne findet Ihr bei Lehrern in der ganzen Welt sowie als Belohnung von Quests und bei bestimmten Gegnern.","擃条漣<EFBFBD><EFBFBD><EFBFBD>摰嘥<EFBFBD>撌交<EFBFBD><EFBFBD>賭蝙雿惩虾隞亙郎銋𣳇<EFBFBD>蝥抒<EFBFBD><EFBFBD><EFBFBD><EFBFBD>惩極<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>臭誑<EFBFBD>刻悌蝏<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>摮虫<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>嚗䔶<EFBFBD><EFBFBD>臭誑<EFBFBD><EFBFBD>摰峕<EFBFBD>隞餃𦛚<EFBFBD>𡝗<EFBFBD>甇餅<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,"Mayor habilidad en joyer穩a te permite aprender dise簽os de joyer穩a de nivel superior. Los dise簽os se encuentran en instructores, misiones y monstruos.","Maior habilidade em joalheria permite aprender designs de joalheria de n穩vel superior. Os designs s瓊o encontrados em instrutores, miss繭es e monstros.",4128894,"Frost"
"<EFBFBD>",9,0,"Racial - Elf",0,0,"Volk - Elfen","蝘齿<EFBFBD>-蝎曄<E89D8E>",0,"Racial - Elfo","Racial - Elfo",4128894,"",0,0,"","",0,"","",4128892,""
"Supervivencia",4294967295,0,"Pet - Event - Remote Control",0,0,"Tier - Ereignis Ferngesteuert","摰删<EFBFBD>-瘣餃𢆡-<2D>交綉<E4BAA4><E7B689>",0,"Mascota - Evento - Control Remoto","Mascote - Evento - Controle Remoto",4128894,"",0,0,"","",0,"","",4128844,""
"rvivencia",9,0,"Riding",0,0,"Reiten","撉烐钟",0,"Montar","Cavalgando",4128894,"",0,0,"","",0,"","",4128844,"ur chance to hit."
"es",9,0,"Racial - Goblin",0,0,"Volk - Goblins","蝘齿<EFBFBD>-<2D>啁移 ",0,"Racial - Goblin","Racial - Goblin",4128894,"",0,0,"","",0,"","",4128892,""
"",10,0,"Language: Goblin",0,0,"Sprache: Goblisch","霂剛<EFBFBD>嚗𡁜𧑐蝎曇祗 ",0,"Idioma: Goblin","L穩ngua: Goblin",8323198,"",0,0,"","",0,"","",4128892,"Frost"
"",7,0,"ZzCompanions",0,0,"ZzCompanions","撠譍<EFBFBD><EFBFBD>",0,"ZzCompa簽eros","ZzCompanheiros",4128894,"",0,0,"","",0,"","",4128844,""
"Magia das Sombras",7,0,"ZMounts",0,0,"ZMounts","<EFBFBD><EFBFBD>",0,"ZMonturas","ZMontarias",4128894,"",0,0,"","",0,"","",4128844,"eidigungsfertigkeit senkt die Chance des Gegners Euch im Kampf zu treffen und verringert die Wahrscheinlichkeit durch einen kritischen Treffer verletzt zu werden."
"agia das Sombras",7,0,"ZzzGlyphs",0,0,"ZzzGlyphs","<EFBFBD><EFBFBD>",0,"ZzzzGlifos","ZzzGlifos",4128894,"",0,0,"","",0,"","",4128844,"Racial Tauren"
"gia das Sombras",7,0,"ZzzzToys",0,0,"ZzzzToys","<EFBFBD><EFBFBD>",0,"ZzzzJuguetes","ZzzzBrinquedos",4128894,"",0,0,"","",0,"","",4128844,"nvolk"
"ia das Sombras",7,0,"Pet - Serpent",0,0,"Tier - Schlange","摰删<EFBFBD> - <20><>",0,"Mascota - Serpiente","Mascote - Serpente",4128894,"",0,0,"","",0,"","",4128892,"Frost"
"a das Sombras",7,0,"Pet - Fox",0,0,"Tier - Fuchs","摰删<EFBFBD> - <20>鞟䧧",0,"Mascota - Zorro","Mascote - Raposa",4128894,"",0,0,"","",0,"","",4128892,"Frost"

Can't render this file because it has a wrong number of fields in line 2.

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -215,7 +215,7 @@
"terface\Icons\Spell_Frost_Frost","Interface\Icons\Spell_Shadow_AnimateDead"
"erface\Icons\Spell_Frost_Frost","Interface\Icons\Spell_Shadow_NightOfTheDead"
"rface\Icons\Spell_Frost_Frost","Interface\Icons\Spell_Orc_Omniscience"
"face\Icons\Spell_Frost_Frost","Spells\Icon\Spell_Fire_Fire"
"face\Icons\Spell_Frost_Frost","Interface\Icons\Spell_Fire_Fire"
"ace\Icons\Spell_Frost_Frost","Interface\Icons\Spell_Nature_StarFall"
"ce\Icons\Spell_Frost_Frost","Interface\Icons\INV_Potion_19"
"e\Icons\Spell_Frost_Frost","Interface\Icons\INV_Misc_Bag_11"
@ -1032,3 +1032,390 @@
"Spell_Shadow_RaiseDead","Interface\Icons\INV_Sword_51"
"pell_Shadow_RaiseDead","Interface\Icons\INV_Sword_17"
"\Icons\Spell_Nature_Lightning","Interface\Icons\INV_Misc_Food_54"
"cons\Spell_Nature_Lightning","Interface\Icons\inv_misc_foxkit"
"ons\Spell_Nature_Lightning","Interface\Icons\ability_hunter_aspectofthefox"
"ns\Spell_Nature_Lightning","Interface\Icons\ability_mount_spectraltiger"
"s\Spell_Nature_Lightning","Interface\Icons\INV_Misc_QuestionMark"
"\Spell_Nature_Lightning","Interface\Icons\spell_arcane_teleporttheramore"
"Spell_Nature_Lightning","Interface\Icons\spell_arcane_portaltheramore"
"pell_Nature_Lightning","Interface\Icons\spell_arcane_Tamamo"
"ell_Nature_Lightning","Interface\Icons\inv_misc_deliciouspizza"
"ll_Nature_Lightning","Interface\Icons\inv_pet_broom"
"l_Nature_Lightning","Interface\Icons\ability_hunter_pet_dragonhawk"
"Icons\Spell_Nature_Lightning","Interface\Icons\INV_Sword_01"
"_Nature_Lightning","Interface\Icons\spell_arcane_manatap"
"Nature_Lightning","Interface\Icons\spell_fire_bluefire"
"ature_Lightning","Interface\Icons\achievement_boss_infinitecorruptor"
"ture_Lightning","Interface\Icons\inv_pet_speedy"
"ure_Lightning","Interface\Icons\Ability_Mount_WarHippogryph"
"re_Lightning","Interface\Icons\Ability_Mount_Gryphon_01"
"e_Lightning","Interface\Icons\Ability_Mount_BlackBattlestrider"
"_Lightning","Interface\Icons\Ability_Mount_Gyrocoptor"
"Lightning","Interface\Icons\Ability_Mount_GyrocoptorElite"
"ightning","Interface\Icons\INV_Mount_WhimsyshireCloudMount01"
"ghtning","Interface\Icons\INV_Mount_WhimsyshireCloudMount02"
"htning","Interface\Icons\INV_Mount_WhimsyshireCloudMount03"
"tning","Interface\Icons\INV_Mount_WhimsyshireCloudMount04"
"ning","Interface\Icons\INV_Mount_WhimsyshireCloudMount05"
"ing","Interface\Icons\Ability_Mount_BlueWindRider"
"ng","Interface\Icons\Ability_Mount_GreenWindRider"
"g","Interface\Icons\Ability_Mount_TawnyWindRider"
"","Interface\Icons\Ability_Mount_SwiftRedWindRider"
"Interface\Icons\Spell_Nature_Strength","Interface\Icons\Ability_Mount_PolarBear_Black"
"nterface\Icons\Spell_Nature_Strength","Interface\Icons\Ability_Mount_KotoBrewfest"
"erface\Icons\Spell_Nature_Strength","Interface\Icons\inv_pet_cats_blacktabbycat"
"face\Icons\Spell_Nature_Strength","Interface\Icons\inv_pet_cats_bombaycat"
"ace\Icons\Spell_Nature_Strength","Interface\Icons\inv_pet_cats_calicocat"
"ce\Icons\Spell_Nature_Strength","Interface\Icons\inv_pet_cats_cornishrexcat"
"e\Icons\Spell_Nature_Strength","Interface\Icons\inv_pet_cats_corruptedkitten"
"\Icons\Spell_Nature_Strength","Interface\Icons\inv_pet_cats_orangetabbycat"
"Icons\Spell_Nature_Strength","Interface\Icons\inv_pet_cats_siamesecat"
"cons\Spell_Nature_Strength","Interface\Icons\inv_pet_cats_silvertabbycat"
"ons\Spell_Nature_Strength","Interface\Icons\inv_pet_cats_whitekitten"
"ns\Spell_Nature_Strength","Interface\Icons\INV_Pet_Cockroach"
"s\Spell_Nature_Strength","Interface\Icons\inv_pet_diseasedbearcub"
"\Spell_Nature_Strength","Interface\Icons\inv_pet_fawn"
"Spell_Nature_Strength","Interface\Icons\inv_pet_sprite_darter_hatchling"
"pell_Nature_Strength","Interface\Icons\inv_pet_mechanicalchicken"
"ell_Nature_Strength","Interface\Icons\inv_pet_mechanicalsquirrel"
"ll_Nature_Strength","Interface\Icons\inv_pet_babymurlocs_blue"
"l_Nature_Strength","Interface\Icons\inv_pet_babymurlocs_pink"
"_Nature_Strength","Interface\Icons\inv_pet_babymurlocs_white"
"Nature_Strength","Interface\Icons\INV_Pet_BabyShark"
"ature_Strength","Interface\Icons\inv_pet_kirin_tor_familiar"
"ture_Strength","Interface\Icons\inv_pet_snowman"
"ure_Strength","Interface\Icons\INC_Misc_Head_Nerubian_01"
"re_Strength","Interface\Icons\Ability_Druid_ForceofNature"
"e_Strength","Interface\Icons\Inv_Misc_Rabbit"
"_Strength","Interface\Icons\Spell_Shaman_Hex"
"Strength","Interface\Icons\inv_misc_PheonixPet_01"
"trength","Interface\Icons\inv_Pet_babyblizzardbear"
"rength","Interface\Icons\inv_pet_mouse"
"ength","Interface\Icons\inv_babypig"
"ngth","Interface\Icons\inv_misc_archaeology_babypterrodax"
"gth","Interface\Icons\Achievement_WorldEvent_Reindeer"
"th","Interface\Icons\inv_misc_bearcubbrown"
"h","Interface\Icons\inv_waepon_bow_zulgurub_d_01"
"Interface\Icons\Spell_Nature_Rejuvenation","Interface\Icons\inv_helmet_67"
"nterface\Icons\Spell_Nature_Rejuvenation","Interface\Icons\inv_helmet_68"
"terface\Icons\Spell_Nature_Rejuvenation","Interface\Icons\inv_misc_boarshead"
"erface\Icons\Spell_Nature_Rejuvenation","Interface\Icons\Spell_Nature_EarthElemental_Totem"
"face\Icons\Spell_Nature_Rejuvenation","Interface\Icons\Spell_Frost_SummonWaterElemental_2"
"ace\Icons\Spell_Nature_Rejuvenation","Interface\Icons\inv_pet_voidhound"
"ce\Icons\Spell_Nature_Rejuvenation","Interface\Icons\ability_deathknight_summongargoyle"
"e\Icons\Spell_Nature_Rejuvenation","Interface\Icons\Ability_Hunter_Cobrastrikes"
"\Icons\Spell_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_basilisk"
"Icons\Spell_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_chimaera"
"cons\Spell_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_chimera"
"ons\Spell_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_corehound"
"ns\Spell_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_devilsaur"
"s\Spell_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_hippogryph"
"\Spell_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_hydra"
"Spell_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_pterrodax2"
"pell_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_serpent1"
"ell_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_silithid"
"ll_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_stag1"
"l_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_thunder_lizard"
"_Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_wasp"
"Nature_Rejuvenation","Interface\Icons\ability_hunter_pet_worm"
"ature_Rejuvenation","Interface\Icons\Achievement_Boss_Mutanus_the_Devourer"
"ture_Rejuvenation","Interface\Icons\Achievement_Reputation_Ogre"
"ure_Rejuvenation","Interface\Icons\Achievement_rat"
"re_Rejuvenation","Interface\Icons\Achievement_Halloween_Worms_01"
"e_Rejuvenation","Interface\Icons\inv_pet_babyhippogryph"
"_Rejuvenation","Interface\Icons\INV_Misc_Fish_64"
"Rejuvenation","Interface\Icons\Spell_Fire_Elemental_Totem"
"ejuvenation","Interface\Icons\Spells_Shaman_FeralSpirit"
"juvenation","Interface\Icons\Spells_Shaman_SpiritLink"
"uvenation","Interface\Icons\Spells_Shaman_TotemRecall"
"venation","Interface\Icons\Spells_Shaman_Dropall01"
"enation","Interface\Icons\Spells_Shaman_Dropall02"
"nation","Interface\Icons\Spells_Shaman_Dropall03"
"ation","Interface\Icons\Trade_Survival"
"tion","Interface\Icons\warlock_summon_doomguard"
"ion","Interface\Icons\trade_archaeology_highborne_scroll"
"on","Interface\Icons\trade_archaeology_highborne_artifactfragment"
"n","Interface\Icons\Spell_Shadow_SummonFelGuard"
"","Interface\Icons\Spell_Shadow_SoulLeech_3"
"Interface\Icons\Spell_Nature_NullWard","Interface\Icons\Spell_Shadow_SoulLeech_2"
"nterface\Icons\Spell_Nature_NullWard","Interface\Icons\Spell_Shadow_SoulLeech_1"
"terface\Icons\Spell_Nature_NullWard","Interface\Icons\Spell_Shadow_SoulLeech"
"rface\Icons\Spell_Nature_NullWard","Interface\Icons\Spell_Shadow_ShadowMend"
"face\Icons\Spell_Nature_NullWard","Interface\Icons\Spell_Shadow_PainSpike"
"ace\Icons\Spell_Nature_NullWard","Interface\Icons\Spell_Shadow_DestructiveSoul"
"ce\Icons\Spell_Nature_NullWard","Interface\Icons\Spell_Nature_SkinofEarth"
"e\Icons\Spell_Nature_NullWard","Interface\Icons\Spell_Nature_ShamanRage"
"\Icons\Spell_Nature_NullWard","Interface\Icons\Spell_Nature_GiftoftheWaterSprit"
"Icons\Spell_Nature_NullWard","Interface\Icons\Spell_Nature_ElementalPrecision_2"
"cons\Spell_Nature_NullWard","Interface\Icons\Spell_Nature_ElementalPrecision_1"
"ons\Spell_Nature_NullWard","Interface\Icons\Spell_Nature_ElementalAbsorption"
"ns\Spell_Nature_NullWard","Interface\Icons\Spell_Holy_SurgeofLight"
"s\Spell_Nature_NullWard","Interface\Icons\Spell_Holy_SummonChampion"
"\Spell_Nature_NullWard","Interface\Icons\Spell_Holy_SealofBLood"
"Spell_Nature_NullWard","Interface\Icons\Spell_Holy_ReviveChampion"
"pell_Nature_NullWard","Interface\Icons\Spell_Holy_ProclaimChampion_02"
"ell_Nature_NullWard","Interface\Icons\Spell_Holy_ProclaimChampion"
"ll_Nature_NullWard","Interface\Icons\Spell_Holy_CrusaderStrike"
"l_Nature_NullWard","Interface\Icons\Spell_Holy_CrusaderAura"
"_Nature_NullWard","Interface\Icons\Spell_Holy_Crusade"
"Nature_NullWard","Interface\Icons\Spell_Holy_ChampionsGrace"
"ature_NullWard","Interface\Icons\Spell_Holy_ChampionsBond"
"ture_NullWard","Interface\Icons\Spell_Holy_BorrowedTime"
"ure_NullWard","Interface\Icons\Spell_Holy_ArdentDefender"
"re_NullWard","Interface\Icons\item_azereansphere"
"e_NullWard","Interface\Icons\timelesscoin"
"_NullWard","Interface\Icons\INV_Misc_Tournaments_Symbol_BloodElf"
"NullWard","Interface\Icons\INV_Misc_Token_Thrallmar"
"ullWard","Interface\Icons\INV_Misc_Token_HonorHold"
"lWard","Interface\Icons\INV_Misc_Rune_01_Red"
"Ward","Interface\Icons\INV_Misc_Rune_01_Yellow"
"ard","Interface\Icons\INV_Misc_Rune_01_Purple"
"rd","Interface\Icons\INV_Misc_Rune_01_Green"
"d","Interface\Icons\INV_Misc_EngGizmos_swissArmy"
"","Interface\Icons\INV_Misc_EngGizmos_RocketChicken"
"Interface\Icons\Spell_Nature_Earthquake","Interface\Icons\INV_Misc_Cauldron_Shadow"
"nterface\Icons\Spell_Nature_Earthquake","Interface\Icons\INV_Misc_Cauldron_Nature"
"terface\Icons\Spell_Nature_Earthquake","Interface\Icons\INV_Misc_Cauldron_Frost"
"erface\Icons\Spell_Nature_Earthquake","Interface\Icons\INV_Misc_Cauldron_Fire"
"rface\Icons\Spell_Nature_Earthquake","Interface\Icons\INV_Misc_Cauldron_Arcane"
"face\Icons\Spell_Nature_Earthquake","Interface\Icons\INV_MISC_BEER_02"
"ace\Icons\Spell_Nature_Earthquake","Interface\Icons\INV_MISC_BEER_01"
"ce\Icons\Spell_Nature_Earthquake","Interface\Icons\Ability_Warrior_WeaponMastery"
"e\Icons\Spell_Nature_Earthquake","Interface\Icons\Ability_Warrior_VictoryRush"
"\Icons\Spell_Nature_Earthquake","Interface\Icons\Ability_Warrior_SwordandBoard"
"Icons\Spell_Nature_Earthquake","Interface\Icons\Ability_Warrior_StrengthOfArms"
"cons\Spell_Nature_Earthquake","Interface\Icons\Ability_Warrior_ShieldReflection"
"ons\Spell_Nature_Earthquake","Interface\Icons\Ability_Warrior_ShieldMastery"
"ns\Spell_Nature_Earthquake","Interface\Icons\Ability_Warrior_ShieldGuard"
"s\Spell_Nature_Earthquake","Interface\Icons\Ability_Warrior_ShieldBreak"
"\Spell_Nature_Earthquake","Interface\Icons\Ability_Warrior_RallyingCry"
"Spell_Nature_Earthquake","Interface\Icons\Ability_Warrior_Intervene"
"pell_Nature_Earthquake","Interface\Icons\Ability_Warrior_ImprovedDisciplines"
"ell_Nature_Earthquake","Interface\Icons\Ability_Warrior_Devastate"
"ll_Nature_Earthquake","Interface\Icons\Ability_Warrior_CriticalBlock"
"l_Nature_Earthquake","Interface\Icons\Ability_Warrior_CommandingShout"
"_Nature_Earthquake","Interface\Icons\Ability_Warlock_DemonicEmpowerment"
"Nature_Earthquake","Interface\Icons\Ability_Warlock_Avoidance"
"ture_Earthquake","Interface\Icons\Ability_Vehicle_SiegeEngineCharge"
"ure_Earthquake","Interface\Icons\ability_titankeeper_amalgam"
"re_Earthquake","Interface\Icons\Ability_Shaman_WaterShield"
"e_Earthquake","Interface\Icons\Ability_Shaman_StormStrike"
"_Earthquake","Interface\Icons\Ability_Shaman_Lavalash"
"Earthquake","Interface\Icons\Ability_Shaman_Heroism"
"arthquake","Interface\Icons\Ability_Rogue_SurpriseAttack"
"rthquake","Interface\Icons\Ability_Rogue_ShadowStrikes"
"thquake","Interface\Icons\Ability_Rogue_Shadowstep"
"hquake","Interface\Icons\Ability_Rogue_EnvelopingShadows"
"quake","Interface\Icons\Ability_Rogue_Disembowel"
"uake","Interface\Icons\Ability_Rogue_DeviousPoisons"
"ake","Interface\Icons\ability_rewindtime"
"ke","Interface\Icons\Ability_Mage_FrostFireBlot"
"e","Interface\Icons\Ability_Hunter_SteadyShot"
"","Interface\Icons\Ability_Druid_TreeofLife"
"Interface\Icons\Spell_Nature_SpiritWolf","Interface\Icons\Ability_Druid_TigersRoar"
"nterface\Icons\Spell_Nature_SpiritWolf","Interface\Icons\Ability_Druid_Starfall"
"terface\Icons\Spell_Nature_SpiritWolf","Interface\Icons\Ability_Druid_PrimalTenacity"
"erface\Icons\Spell_Nature_SpiritWolf","Interface\Icons\Ability_Druid_PrimalPrecision"
"rface\Icons\Spell_Nature_SpiritWolf","Interface\Icons\Ability_Druid_OwlkinFrenzy"
"face\Icons\Spell_Nature_SpiritWolf","Interface\Icons\Ability_Druid_ManaTree"
"ace\Icons\Spell_Nature_SpiritWolf","Interface\Icons\Ability_Druid_GaleWinds"
"ce\Icons\Spell_Nature_SpiritWolf","Interface\Icons\Ability_Druid_FlightForm"
"e\Icons\Spell_Nature_SpiritWolf","Interface\Icons\Ability_Druid_Eclipse"
"\Icons\Spell_Nature_SpiritWolf","Interface\Icons\Ability_Druid_Berserk"
"Icons\Spell_Nature_SpiritWolf","Interface\Icons\ability_bossmagistrix_timewarp2"
"cons\Spell_Nature_SpiritWolf","Interface\Icons\Spell_Holy_EmpowerChampion"
"ons\Spell_Nature_SpiritWolf","Interface\Icons\Trade_Survival"
"ns\Spell_Nature_SpiritWolf","Interface\Icons\ability_warlock_incubus"
"s\Spell_Nature_SpiritWolf","Interface\Icons\ability_druid_lacerate"
"\Spell_Nature_SpiritWolf","Interface\Icons\ability_druid_mangle2"
"Spell_Nature_SpiritWolf","Interface\Icons\ability_druid_mastershapeshifter"
"pell_Nature_SpiritWolf","Interface\Icons\ability_hunter_aspectoftheviper"
"ell_Nature_SpiritWolf","Interface\Icons\ability_hunter_chimerashot2"
"ll_Nature_SpiritWolf","Interface\Icons\ability_hunter_cobrastrikes"
"l_Nature_SpiritWolf","Interface\Icons\ability_hunter_disarmingshot"
"_Nature_SpiritWolf","Interface\Icons\ability_hunter_forcusedaim"
"Nature_SpiritWolf","Interface\Icons\ability_hunter_goforthethroat"
"ature_SpiritWolf","Interface\Icons\ability_hunter_improvedsteadyshot"
"ture_SpiritWolf","Interface\Icons\ability_hunter_improvedtracking"
"ure_SpiritWolf","Interface\Icons\ability_hunter_killcommand"
"re_SpiritWolf","Interface\Icons\ability_hunter_pet_warpstalker"
"e_SpiritWolf","Interface\Icons\Ability_Mage_IncantersAbsorbtion"
"SpiritWolf","Interface\Icons\ability_mage_livingbomb"
"piritWolf","Interface\Icons\ability_mount_bigblizzardbear"
"iritWolf","Interface\Icons\ability_paladin_judgementblue"
"ritWolf","Interface\Icons\ability_rogue_deadlybrew"
"itWolf","Interface\Icons\ability_rogue_disembowel"
"tWolf","Interface\Icons\ability_rogue_shadowdance"
"Wolf","Interface\Icons\ability_warlock_chaosbolt"
"olf","Interface\Icons\ability_warlock_demonicpower"
"lf","Interface\Icons\ability_warlock_demonsoul"
"f","Interface\Icons\ability_warlock_moltencore"
"","Interface\Icons\ability_warlock_shadowflame"
"Interface\Icons\Spell_Nature_CorrosiveBreath","Interface\Icons\inv_hunterpet_warpstalker"
"nterface\Icons\Spell_Nature_CorrosiveBreath","Interface\Icons\INV_Netherwhelp"
"terface\Icons\Spell_Nature_CorrosiveBreath","Interface\Icons\INV_ThrowingKnife_06"
"erface\Icons\Spell_Nature_CorrosiveBreath","Interface\Icons\inv_warpstalkermountbc"
"rface\Icons\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_Arcane_Blast"
"face\Icons\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_Holy_AuraMastery"
"ace\Icons\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_Shadow_DemonicPact"
"ce\Icons\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_Shadow_FelMending"
"e\Icons\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_Shadow_UnstableAffliction_3"
"\Icons\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_Shaman_AstralShift"
"Icons\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_Shaman_FeralSpirit"
"cons\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_Shaman_ImprovedEarthShield"
"ons\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_Shaman_SpiritLink"
"ns\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_Shaman_TidalWaves"
"s\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_Shaman_TotemRecall"
"\Spell_Nature_CorrosiveBreath","Interface\Icons\Spell_unused2"
"Spell_Nature_CorrosiveBreath","Interface\Icons\inv_misc_toy_10"
"ll_Nature_CorrosiveBreath","Interface\Icons\Spell_Arcane_PortalStonard"
"_Nature_CorrosiveBreath","Interface\Icons\Spell_Arcane_TeleportStonard"
"Nature_CorrosiveBreath","Interface\Icons\Spell_Arcane_PortalTheramore"
"ature_CorrosiveBreath","Interface\Icons\Spell_Arcane_TeleportTheramore"
"ture_CorrosiveBreath","Interface\Icons\Inv_glyph_majordruid"
"re_CorrosiveBreath","Interface\Icons\INV_Glyph_MajorHunter"
"e_CorrosiveBreath","Interface\Icons\INV_Glyph_MajorMage"
"_CorrosiveBreath","Interface\Icons\INV_Glyph_MajorPaladin"
"CorrosiveBreath","Interface\Icons\INV_Glyph_MajorPriest"
"orrosiveBreath","Interface\Icons\INV_Glyph_MajorRogue"
"rrosiveBreath","Interface\Icons\INV_Glyph_MajorShaman"
"rosiveBreath","Interface\Icons\INV_Glyph_MajorWarlock"
"osiveBreath","Interface\Icons\INV_Glyph_MajorWarrior"
"siveBreath","Interface\Icons\INV_Glyph_MinorDeathKnight"
"iveBreath","Interface\Icons\INV_Glyph_MinorDruid"
"veBreath","Interface\Icons\INV_Glyph_MinorHunter"
"ure_CorrosiveBreath","Interface\Icons\INV_Glyph_MajorDeathKnight"
"reath","Interface\Icons\INV_Glyph_MinorMage"
"eath","Interface\Icons\INV_Glyph_MinorPaladin"
"ath","Interface\Icons\INV_Glyph_MinorPriest"
"th","Interface\Icons\INV_Glyph_MinorRogue"
"h","Interface\Icons\INV_Glyph_MinorWarlock"
"Breath","Interface\Icons\INV_Glyph_MinorShaman"
"eBreath","Interface\Icons\INV_Glyph_MinorWarrior"
"","Interface\Icons\INV_Scroll_15"
"terface\Icons\Ability_Ensnare","Interface\Icons\ability_gilnean_raven.blp"
"erface\Icons\Ability_Ensnare","Interface\Icons\INV_Misc_Bag_08"
"rface\Icons\Ability_Ensnare","Interface\Icons\INV_Letter_13"
"face\Icons\Ability_Ensnare","Interface\Icons\INV_Misc_Basket_01"
"ace\Icons\Ability_Ensnare","Interface\Icons\INV_Misc_Gem_Sapphire_03"
"ce\Icons\Ability_Ensnare","Interface\Icons\BTNTurtlePendant"
"e\Icons\Ability_Ensnare","Interface\Icons\Ability_Warrior_DecisiveStrike_New"
"\Icons\Ability_Ensnare","Interface\Icons\inv_misc_boarshead"
"Icons\Ability_Ensnare","Interface\Icons\INV_BoarBlue_Mount"
"cons\Ability_Ensnare","Interface\Icons\INV_Misc_MissileSmall_Purple"
"ons\Ability_Ensnare","Interface\Icons\INV_Misc_Idol_01"
"ns\Ability_Ensnare","Interface\Icons\INV_Shoulder_30"
"s\Ability_Ensnare","Interface\Icons\Ability_Mage_Firestarter"
"\Ability_Ensnare","Interface\Icons\btnholyscriptures"
"Ability_Ensnare","Interface\Icons\INV_Misc_Bone_09"
"bility_Ensnare","Interface\Icons\INV_Sword_31"
"ility_Ensnare","Interface\Icons\INV_Misc_Dust_Infinite"
"lity_Ensnare","Interface\Icons\inv_relics_idolofhealth"
"ity_Ensnare","Interface\Icons\INV_Misc_Herb_02"
"ty_Ensnare","Interface\Icons\btnorbofdepths"
"y_Ensnare","Interface\Icons\INV_Misc_Quiver_03"
"_Ensnare","Interface\Icons\INV_Misc_Book_08"
"Ensnare","Interface\Icons\INV_Misc_Map_01"
"nsnare","Interface\Icons\inv_corgi2"
"snare","Interface\Icons\INV_Enchant_EssenceMysticalLarge"
"nare","Interface\Icons\Spell_Mage_FocusingCrystal"
"are","Interface\Icons\garrison_weaponupgrade"
"re","Interface\Icons\trade_archaeology_highbornesoulmirror"
"e","Interface\Icons\inv_jewelry_talisman_fireice"
"","Interface\Icons\inv_misc_book_06"
"Interface\Icons\Spell_Holy_HolyBolt","Interface\Icons\ability_warlock_power_overwhelming"
"nterface\Icons\Spell_Holy_HolyBolt","Interface\Icons\ability_warrior_stalwartprotector"
"terface\Icons\Spell_Holy_HolyBolt","Interface\Icons\inv_misc_gem_felstone"
"erface\Icons\Spell_Holy_HolyBolt","Interface\Icons\INV_Misc_Quiver_04"
"rface\Icons\Spell_Holy_HolyBolt","Interface\Icons\inv_pet_monkey"
"face\Icons\Spell_Holy_HolyBolt","Interface\Icons\INV_Misc_Gear_08"
"ace\Icons\Spell_Holy_HolyBolt","Interface\Icons\inv_relics_idolofhealth"
"ce\Icons\Spell_Holy_HolyBolt","Interface\Icons\inv_misc_herb_02"
"e\Icons\Spell_Holy_HolyBolt","Interface\Icons\INV_misc_organ_02"
"\Icons\Spell_Holy_HolyBolt","Interface\Icons\ability_warrior_reprisal"
"Icons\Spell_Holy_HolyBolt","Interface\Icons\INV_Misc_Fish_Turtle_01"
"ons\Spell_Holy_HolyBolt","Interface\Icons\INV_Misc_Fish_Turtle_03"
"ns\Spell_Holy_HolyBolt","Interface\Icons\BTNHorseShoe"
"s\Spell_Holy_HolyBolt","Interface\Icons\inv_garrison_cargoship"
"\Spell_Holy_HolyBolt","Interface\Icons\Ability_Rogue_DeviousPoisons"
"pell_Holy_HolyBolt","Interface\Icons\BTNHeartAmulet"
"ell_Holy_HolyBolt","Interface\Icons\INV_MISC_PETMOONKINNE"
"ll_Holy_HolyBolt","Interface\Icons\inv_misc_orb_05"
"l_Holy_HolyBolt","Interface\Icons\inv_ore_arcanite_02"
"_Holy_HolyBolt","Interface\Icons\Inv_stone_08"
"Holy_HolyBolt","Interface\Icons\duck_1"
"oly_HolyBolt","Interface\Icons\Ability_Druid_StagForm"
"ly_HolyBolt","Interface\Icons\Ability_Warrior_SwordandBoard"
"y_HolyBolt","Interface\Icons\spell_bubl1"
"_HolyBolt","Interface\Icons\Ability_hunter_pet_hyena"
"HolyBolt","Interface\Icons\Ability_hunter_pet_crocolisk"
"olyBolt","Interface\Icons\Achievement_Halloween_Cat_01"
"lyBolt","Interface\Icons\INV_Misc_Book_02"
"yBolt","Interface\Icons\spell_coordinated_assault_1"
"Bolt","Interface\Icons\spell_coordinated_assault_2"
"olt","Interface\Icons\spell_lacerate_1"
"lt","Interface\Icons\spell_lacerate_1A"
"t","Interface\Icons\spell_lacerate_1B"
"","Interface\Icons\spell_lacerate_1C"
"Interface\Icons\Spell_Shadow_Charm","Interface\Icons\spell_lacerate_1D"
"nterface\Icons\Spell_Shadow_Charm","Interface\Icons\spell_lacerate_2B"
"terface\Icons\Spell_Shadow_Charm","Interface\Icons\spell_lacerate_3"
"erface\Icons\Spell_Shadow_Charm","Interface\Icons\spell_shattering_javelin_1"
"rface\Icons\Spell_Shadow_Charm","Interface\Icons\spell_shattering_javelin_2"
"face\Icons\Spell_Shadow_Charm","Interface\Icons\spell_shadow_of_death_3B"
"ace\Icons\Spell_Shadow_Charm","Interface\Icons\spell_call_of_wild_2A2"
"ce\Icons\Spell_Shadow_Charm","Interface\Icons\ability_mage_moltenarmor"
"e\Icons\Spell_Shadow_Charm","Interface\Icons\ability_rogue_fleetfooted"
"\Icons\Spell_Shadow_Charm","Interface\Icons\spell_cloaked_in_shadows_1"
"Icons\Spell_Shadow_Charm","Interface\Icons\spell_cloaked_in_shadows_2"
"cons\Spell_Shadow_Charm","Interface\Icons\spell_cloaked_in_shadows_3"
"ons\Spell_Shadow_Charm","Interface\Icons\spell_cloaked_in_shadows_4"
"ns\Spell_Shadow_Charm","Interface\Icons\spell_double_dose_1"
"s\Spell_Shadow_Charm","Interface\Icons\spell_double_dose_2"
"\Spell_Shadow_Charm","Interface\Icons\spell_double_dose_3"
"Spell_Shadow_Charm","Interface\Icons\spell_double_dose_4"
"pell_Shadow_Charm","Interface\Icons\inv_misc_food_66"
"ell_Shadow_Charm","Interface\Icons\ability_hunter_goforthethroat"
"ll_Shadow_Charm","Interface\Icons\spell_smoke_bomb_5"
"l_Shadow_Charm","Interface\Icons\earthshaker_slam_11"
"_Shadow_Charm","Interface\Icons\master_strike_1"
"Shadow_Charm","Interface\Icons\spell_reshift_2"
"hadow_Charm","Interface\Icons\inv_enchant_voidsphere"
"dow_Charm","Interface\Icons\inv_yellow_purple_elixir_2"
"ow_Charm","Interface\Icons\inv_green_pink_elixir_1"
"w_Charm","Interface\Icons\inv_blue_gold_elixir_2"
"Charm","Interface\Icons\spell_portal_alahthalas"
"harm","Interface\Icons\spell_teleport_alahthalas"
"arm","Interface\Icons\inv_potion_120"
"rm","Interface\Icons\inv_potion_106"
"m","Interface\Icons\inv_potion_112"
"","Interface\Icons\inv_potion_113"
"Interface\Icons\Spell_Nature_GuardianWard","Interface\Icons\inv_potion_114"
"nterface\Icons\Spell_Nature_GuardianWard","Interface\Icons\inv_potion_123"
"terface\Icons\Spell_Nature_GuardianWard","Interface\Icons\inv_potion_124"
"erface\Icons\Spell_Nature_GuardianWard","Interface\Icons\inv_potion_115"
"rface\Icons\Spell_Nature_GuardianWard","Interface\Icons\inv_potion_116"
"face\Icons\Spell_Nature_GuardianWard","Interface\Icons\inv_potion_128"
"ace\Icons\Spell_Nature_GuardianWard","Interface\Icons\inv_misc_monsterscales_28"
"ce\Icons\Spell_Nature_GuardianWard","Interface\Icons\inv_stone_17"
"e\Icons\Spell_Nature_GuardianWard","Interface\Icons\inv_stone_18"
"\Icons\Spell_Nature_GuardianWard","Interface\Icons\inv_potion_142"
"Icons\Spell_Nature_GuardianWard","Interface\Icons\inv_potion_143"
"cons\Spell_Nature_GuardianWard","Interface\Icons\inv_drink_33"
"ons\Spell_Nature_GuardianWard","Interface\Icons\inv_potion_141"
"ns\Spell_Nature_GuardianWard","Interface\Icons\inv_mana_agate_01"
"s\Spell_Nature_GuardianWard","Interface\Icons\inv_mana_jade_01"
"\Spell_Nature_GuardianWard","Interface\Icons\inv_mana_citrine_01"
"Spell_Nature_GuardianWard","Interface\Icons\inv_mana_ruby_01"
"pell_Nature_GuardianWard","Interface\Icons\inv_trinket_naxxramas07"
"ell_Nature_GuardianWard","Interface\Icons\spell_fire_elemental_totem"
"ll_Nature_GuardianWard","Interface\Icons\spell_nature_poisoncleansingtotem"
"l_Nature_GuardianWard","Interface\Icons\spell_frost_summonwaterelemental"
"_Nature_GuardianWard","Interface\Icons\Spell_shadow_summonvoidwalker"
"Nature_GuardianWard","Interface\Icons\spell_holy_devotion"
"ature_GuardianWard","Interface\Icons\spell_holy_greaterblessingsofkings"
"ture_GuardianWard","Interface\Icons\inv_corrosive_01"
"ure_GuardianWard","Interface\Icons\INV_Misc_MonsterScales_01"
"e_GuardianWard","Interface\INV_Misc_Pelt_Bear_Ruin_05"
"_GuardianWard","Interface\INV_Misc_Root_01"
"uardianWard","Interface\INV_Crate_03"

1 # fields=2 strings=0 1
215 terface\Icons\Spell_Frost_Frost Interface\Icons\Spell_Shadow_AnimateDead
216 erface\Icons\Spell_Frost_Frost Interface\Icons\Spell_Shadow_NightOfTheDead
217 rface\Icons\Spell_Frost_Frost Interface\Icons\Spell_Orc_Omniscience
218 face\Icons\Spell_Frost_Frost Spells\Icon\Spell_Fire_Fire Interface\Icons\Spell_Fire_Fire
219 ace\Icons\Spell_Frost_Frost Interface\Icons\Spell_Nature_StarFall
220 ce\Icons\Spell_Frost_Frost Interface\Icons\INV_Potion_19
221 e\Icons\Spell_Frost_Frost Interface\Icons\INV_Misc_Bag_11
1032 Spell_Shadow_RaiseDead Interface\Icons\INV_Sword_51
1033 pell_Shadow_RaiseDead Interface\Icons\INV_Sword_17
1034 \Icons\Spell_Nature_Lightning Interface\Icons\INV_Misc_Food_54
1035 cons\Spell_Nature_Lightning Interface\Icons\inv_misc_foxkit
1036 ons\Spell_Nature_Lightning Interface\Icons\ability_hunter_aspectofthefox
1037 ns\Spell_Nature_Lightning Interface\Icons\ability_mount_spectraltiger
1038 s\Spell_Nature_Lightning Interface\Icons\INV_Misc_QuestionMark
1039 \Spell_Nature_Lightning Interface\Icons\spell_arcane_teleporttheramore
1040 Spell_Nature_Lightning Interface\Icons\spell_arcane_portaltheramore
1041 pell_Nature_Lightning Interface\Icons\spell_arcane_Tamamo
1042 ell_Nature_Lightning Interface\Icons\inv_misc_deliciouspizza
1043 ll_Nature_Lightning Interface\Icons\inv_pet_broom
1044 l_Nature_Lightning Interface\Icons\ability_hunter_pet_dragonhawk
1045 Icons\Spell_Nature_Lightning Interface\Icons\INV_Sword_01
1046 _Nature_Lightning Interface\Icons\spell_arcane_manatap
1047 Nature_Lightning Interface\Icons\spell_fire_bluefire
1048 ature_Lightning Interface\Icons\achievement_boss_infinitecorruptor
1049 ture_Lightning Interface\Icons\inv_pet_speedy
1050 ure_Lightning Interface\Icons\Ability_Mount_WarHippogryph
1051 re_Lightning Interface\Icons\Ability_Mount_Gryphon_01
1052 e_Lightning Interface\Icons\Ability_Mount_BlackBattlestrider
1053 _Lightning Interface\Icons\Ability_Mount_Gyrocoptor
1054 Lightning Interface\Icons\Ability_Mount_GyrocoptorElite
1055 ightning Interface\Icons\INV_Mount_WhimsyshireCloudMount01
1056 ghtning Interface\Icons\INV_Mount_WhimsyshireCloudMount02
1057 htning Interface\Icons\INV_Mount_WhimsyshireCloudMount03
1058 tning Interface\Icons\INV_Mount_WhimsyshireCloudMount04
1059 ning Interface\Icons\INV_Mount_WhimsyshireCloudMount05
1060 ing Interface\Icons\Ability_Mount_BlueWindRider
1061 ng Interface\Icons\Ability_Mount_GreenWindRider
1062 g Interface\Icons\Ability_Mount_TawnyWindRider
1063 Interface\Icons\Ability_Mount_SwiftRedWindRider
1064 Interface\Icons\Spell_Nature_Strength Interface\Icons\Ability_Mount_PolarBear_Black
1065 nterface\Icons\Spell_Nature_Strength Interface\Icons\Ability_Mount_KotoBrewfest
1066 erface\Icons\Spell_Nature_Strength Interface\Icons\inv_pet_cats_blacktabbycat
1067 face\Icons\Spell_Nature_Strength Interface\Icons\inv_pet_cats_bombaycat
1068 ace\Icons\Spell_Nature_Strength Interface\Icons\inv_pet_cats_calicocat
1069 ce\Icons\Spell_Nature_Strength Interface\Icons\inv_pet_cats_cornishrexcat
1070 e\Icons\Spell_Nature_Strength Interface\Icons\inv_pet_cats_corruptedkitten
1071 \Icons\Spell_Nature_Strength Interface\Icons\inv_pet_cats_orangetabbycat
1072 Icons\Spell_Nature_Strength Interface\Icons\inv_pet_cats_siamesecat
1073 cons\Spell_Nature_Strength Interface\Icons\inv_pet_cats_silvertabbycat
1074 ons\Spell_Nature_Strength Interface\Icons\inv_pet_cats_whitekitten
1075 ns\Spell_Nature_Strength Interface\Icons\INV_Pet_Cockroach
1076 s\Spell_Nature_Strength Interface\Icons\inv_pet_diseasedbearcub
1077 \Spell_Nature_Strength Interface\Icons\inv_pet_fawn
1078 Spell_Nature_Strength Interface\Icons\inv_pet_sprite_darter_hatchling
1079 pell_Nature_Strength Interface\Icons\inv_pet_mechanicalchicken
1080 ell_Nature_Strength Interface\Icons\inv_pet_mechanicalsquirrel
1081 ll_Nature_Strength Interface\Icons\inv_pet_babymurlocs_blue
1082 l_Nature_Strength Interface\Icons\inv_pet_babymurlocs_pink
1083 _Nature_Strength Interface\Icons\inv_pet_babymurlocs_white
1084 Nature_Strength Interface\Icons\INV_Pet_BabyShark
1085 ature_Strength Interface\Icons\inv_pet_kirin_tor_familiar
1086 ture_Strength Interface\Icons\inv_pet_snowman
1087 ure_Strength Interface\Icons\INC_Misc_Head_Nerubian_01
1088 re_Strength Interface\Icons\Ability_Druid_ForceofNature
1089 e_Strength Interface\Icons\Inv_Misc_Rabbit
1090 _Strength Interface\Icons\Spell_Shaman_Hex
1091 Strength Interface\Icons\inv_misc_PheonixPet_01
1092 trength Interface\Icons\inv_Pet_babyblizzardbear
1093 rength Interface\Icons\inv_pet_mouse
1094 ength Interface\Icons\inv_babypig
1095 ngth Interface\Icons\inv_misc_archaeology_babypterrodax
1096 gth Interface\Icons\Achievement_WorldEvent_Reindeer
1097 th Interface\Icons\inv_misc_bearcubbrown
1098 h Interface\Icons\inv_waepon_bow_zulgurub_d_01
1099 Interface\Icons\Spell_Nature_Rejuvenation Interface\Icons\inv_helmet_67
1100 nterface\Icons\Spell_Nature_Rejuvenation Interface\Icons\inv_helmet_68
1101 terface\Icons\Spell_Nature_Rejuvenation Interface\Icons\inv_misc_boarshead
1102 erface\Icons\Spell_Nature_Rejuvenation Interface\Icons\Spell_Nature_EarthElemental_Totem
1103 face\Icons\Spell_Nature_Rejuvenation Interface\Icons\Spell_Frost_SummonWaterElemental_2
1104 ace\Icons\Spell_Nature_Rejuvenation Interface\Icons\inv_pet_voidhound
1105 ce\Icons\Spell_Nature_Rejuvenation Interface\Icons\ability_deathknight_summongargoyle
1106 e\Icons\Spell_Nature_Rejuvenation Interface\Icons\Ability_Hunter_Cobrastrikes
1107 \Icons\Spell_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_basilisk
1108 Icons\Spell_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_chimaera
1109 cons\Spell_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_chimera
1110 ons\Spell_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_corehound
1111 ns\Spell_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_devilsaur
1112 s\Spell_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_hippogryph
1113 \Spell_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_hydra
1114 Spell_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_pterrodax2
1115 pell_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_serpent1
1116 ell_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_silithid
1117 ll_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_stag1
1118 l_Nature_Rejuvenation Interface\Icons\ability_hunter_pet_thunder_lizard
1119 _Nature_Rejuvenation Interface\Icons\ability_hunter_pet_wasp
1120 Nature_Rejuvenation Interface\Icons\ability_hunter_pet_worm
1121 ature_Rejuvenation Interface\Icons\Achievement_Boss_Mutanus_the_Devourer
1122 ture_Rejuvenation Interface\Icons\Achievement_Reputation_Ogre
1123 ure_Rejuvenation Interface\Icons\Achievement_rat
1124 re_Rejuvenation Interface\Icons\Achievement_Halloween_Worms_01
1125 e_Rejuvenation Interface\Icons\inv_pet_babyhippogryph
1126 _Rejuvenation Interface\Icons\INV_Misc_Fish_64
1127 Rejuvenation Interface\Icons\Spell_Fire_Elemental_Totem
1128 ejuvenation Interface\Icons\Spells_Shaman_FeralSpirit
1129 juvenation Interface\Icons\Spells_Shaman_SpiritLink
1130 uvenation Interface\Icons\Spells_Shaman_TotemRecall
1131 venation Interface\Icons\Spells_Shaman_Dropall01
1132 enation Interface\Icons\Spells_Shaman_Dropall02
1133 nation Interface\Icons\Spells_Shaman_Dropall03
1134 ation Interface\Icons\Trade_Survival
1135 tion Interface\Icons\warlock_summon_doomguard
1136 ion Interface\Icons\trade_archaeology_highborne_scroll
1137 on Interface\Icons\trade_archaeology_highborne_artifactfragment
1138 n Interface\Icons\Spell_Shadow_SummonFelGuard
1139 Interface\Icons\Spell_Shadow_SoulLeech_3
1140 Interface\Icons\Spell_Nature_NullWard Interface\Icons\Spell_Shadow_SoulLeech_2
1141 nterface\Icons\Spell_Nature_NullWard Interface\Icons\Spell_Shadow_SoulLeech_1
1142 terface\Icons\Spell_Nature_NullWard Interface\Icons\Spell_Shadow_SoulLeech
1143 rface\Icons\Spell_Nature_NullWard Interface\Icons\Spell_Shadow_ShadowMend
1144 face\Icons\Spell_Nature_NullWard Interface\Icons\Spell_Shadow_PainSpike
1145 ace\Icons\Spell_Nature_NullWard Interface\Icons\Spell_Shadow_DestructiveSoul
1146 ce\Icons\Spell_Nature_NullWard Interface\Icons\Spell_Nature_SkinofEarth
1147 e\Icons\Spell_Nature_NullWard Interface\Icons\Spell_Nature_ShamanRage
1148 \Icons\Spell_Nature_NullWard Interface\Icons\Spell_Nature_GiftoftheWaterSprit
1149 Icons\Spell_Nature_NullWard Interface\Icons\Spell_Nature_ElementalPrecision_2
1150 cons\Spell_Nature_NullWard Interface\Icons\Spell_Nature_ElementalPrecision_1
1151 ons\Spell_Nature_NullWard Interface\Icons\Spell_Nature_ElementalAbsorption
1152 ns\Spell_Nature_NullWard Interface\Icons\Spell_Holy_SurgeofLight
1153 s\Spell_Nature_NullWard Interface\Icons\Spell_Holy_SummonChampion
1154 \Spell_Nature_NullWard Interface\Icons\Spell_Holy_SealofBLood
1155 Spell_Nature_NullWard Interface\Icons\Spell_Holy_ReviveChampion
1156 pell_Nature_NullWard Interface\Icons\Spell_Holy_ProclaimChampion_02
1157 ell_Nature_NullWard Interface\Icons\Spell_Holy_ProclaimChampion
1158 ll_Nature_NullWard Interface\Icons\Spell_Holy_CrusaderStrike
1159 l_Nature_NullWard Interface\Icons\Spell_Holy_CrusaderAura
1160 _Nature_NullWard Interface\Icons\Spell_Holy_Crusade
1161 Nature_NullWard Interface\Icons\Spell_Holy_ChampionsGrace
1162 ature_NullWard Interface\Icons\Spell_Holy_ChampionsBond
1163 ture_NullWard Interface\Icons\Spell_Holy_BorrowedTime
1164 ure_NullWard Interface\Icons\Spell_Holy_ArdentDefender
1165 re_NullWard Interface\Icons\item_azereansphere
1166 e_NullWard Interface\Icons\timelesscoin
1167 _NullWard Interface\Icons\INV_Misc_Tournaments_Symbol_BloodElf
1168 NullWard Interface\Icons\INV_Misc_Token_Thrallmar
1169 ullWard Interface\Icons\INV_Misc_Token_HonorHold
1170 lWard Interface\Icons\INV_Misc_Rune_01_Red
1171 Ward Interface\Icons\INV_Misc_Rune_01_Yellow
1172 ard Interface\Icons\INV_Misc_Rune_01_Purple
1173 rd Interface\Icons\INV_Misc_Rune_01_Green
1174 d Interface\Icons\INV_Misc_EngGizmos_swissArmy
1175 Interface\Icons\INV_Misc_EngGizmos_RocketChicken
1176 Interface\Icons\Spell_Nature_Earthquake Interface\Icons\INV_Misc_Cauldron_Shadow
1177 nterface\Icons\Spell_Nature_Earthquake Interface\Icons\INV_Misc_Cauldron_Nature
1178 terface\Icons\Spell_Nature_Earthquake Interface\Icons\INV_Misc_Cauldron_Frost
1179 erface\Icons\Spell_Nature_Earthquake Interface\Icons\INV_Misc_Cauldron_Fire
1180 rface\Icons\Spell_Nature_Earthquake Interface\Icons\INV_Misc_Cauldron_Arcane
1181 face\Icons\Spell_Nature_Earthquake Interface\Icons\INV_MISC_BEER_02
1182 ace\Icons\Spell_Nature_Earthquake Interface\Icons\INV_MISC_BEER_01
1183 ce\Icons\Spell_Nature_Earthquake Interface\Icons\Ability_Warrior_WeaponMastery
1184 e\Icons\Spell_Nature_Earthquake Interface\Icons\Ability_Warrior_VictoryRush
1185 \Icons\Spell_Nature_Earthquake Interface\Icons\Ability_Warrior_SwordandBoard
1186 Icons\Spell_Nature_Earthquake Interface\Icons\Ability_Warrior_StrengthOfArms
1187 cons\Spell_Nature_Earthquake Interface\Icons\Ability_Warrior_ShieldReflection
1188 ons\Spell_Nature_Earthquake Interface\Icons\Ability_Warrior_ShieldMastery
1189 ns\Spell_Nature_Earthquake Interface\Icons\Ability_Warrior_ShieldGuard
1190 s\Spell_Nature_Earthquake Interface\Icons\Ability_Warrior_ShieldBreak
1191 \Spell_Nature_Earthquake Interface\Icons\Ability_Warrior_RallyingCry
1192 Spell_Nature_Earthquake Interface\Icons\Ability_Warrior_Intervene
1193 pell_Nature_Earthquake Interface\Icons\Ability_Warrior_ImprovedDisciplines
1194 ell_Nature_Earthquake Interface\Icons\Ability_Warrior_Devastate
1195 ll_Nature_Earthquake Interface\Icons\Ability_Warrior_CriticalBlock
1196 l_Nature_Earthquake Interface\Icons\Ability_Warrior_CommandingShout
1197 _Nature_Earthquake Interface\Icons\Ability_Warlock_DemonicEmpowerment
1198 Nature_Earthquake Interface\Icons\Ability_Warlock_Avoidance
1199 ture_Earthquake Interface\Icons\Ability_Vehicle_SiegeEngineCharge
1200 ure_Earthquake Interface\Icons\ability_titankeeper_amalgam
1201 re_Earthquake Interface\Icons\Ability_Shaman_WaterShield
1202 e_Earthquake Interface\Icons\Ability_Shaman_StormStrike
1203 _Earthquake Interface\Icons\Ability_Shaman_Lavalash
1204 Earthquake Interface\Icons\Ability_Shaman_Heroism
1205 arthquake Interface\Icons\Ability_Rogue_SurpriseAttack
1206 rthquake Interface\Icons\Ability_Rogue_ShadowStrikes
1207 thquake Interface\Icons\Ability_Rogue_Shadowstep
1208 hquake Interface\Icons\Ability_Rogue_EnvelopingShadows
1209 quake Interface\Icons\Ability_Rogue_Disembowel
1210 uake Interface\Icons\Ability_Rogue_DeviousPoisons
1211 ake Interface\Icons\ability_rewindtime
1212 ke Interface\Icons\Ability_Mage_FrostFireBlot
1213 e Interface\Icons\Ability_Hunter_SteadyShot
1214 Interface\Icons\Ability_Druid_TreeofLife
1215 Interface\Icons\Spell_Nature_SpiritWolf Interface\Icons\Ability_Druid_TigersRoar
1216 nterface\Icons\Spell_Nature_SpiritWolf Interface\Icons\Ability_Druid_Starfall
1217 terface\Icons\Spell_Nature_SpiritWolf Interface\Icons\Ability_Druid_PrimalTenacity
1218 erface\Icons\Spell_Nature_SpiritWolf Interface\Icons\Ability_Druid_PrimalPrecision
1219 rface\Icons\Spell_Nature_SpiritWolf Interface\Icons\Ability_Druid_OwlkinFrenzy
1220 face\Icons\Spell_Nature_SpiritWolf Interface\Icons\Ability_Druid_ManaTree
1221 ace\Icons\Spell_Nature_SpiritWolf Interface\Icons\Ability_Druid_GaleWinds
1222 ce\Icons\Spell_Nature_SpiritWolf Interface\Icons\Ability_Druid_FlightForm
1223 e\Icons\Spell_Nature_SpiritWolf Interface\Icons\Ability_Druid_Eclipse
1224 \Icons\Spell_Nature_SpiritWolf Interface\Icons\Ability_Druid_Berserk
1225 Icons\Spell_Nature_SpiritWolf Interface\Icons\ability_bossmagistrix_timewarp2
1226 cons\Spell_Nature_SpiritWolf Interface\Icons\Spell_Holy_EmpowerChampion
1227 ons\Spell_Nature_SpiritWolf Interface\Icons\Trade_Survival
1228 ns\Spell_Nature_SpiritWolf Interface\Icons\ability_warlock_incubus
1229 s\Spell_Nature_SpiritWolf Interface\Icons\ability_druid_lacerate
1230 \Spell_Nature_SpiritWolf Interface\Icons\ability_druid_mangle2
1231 Spell_Nature_SpiritWolf Interface\Icons\ability_druid_mastershapeshifter
1232 pell_Nature_SpiritWolf Interface\Icons\ability_hunter_aspectoftheviper
1233 ell_Nature_SpiritWolf Interface\Icons\ability_hunter_chimerashot2
1234 ll_Nature_SpiritWolf Interface\Icons\ability_hunter_cobrastrikes
1235 l_Nature_SpiritWolf Interface\Icons\ability_hunter_disarmingshot
1236 _Nature_SpiritWolf Interface\Icons\ability_hunter_forcusedaim
1237 Nature_SpiritWolf Interface\Icons\ability_hunter_goforthethroat
1238 ature_SpiritWolf Interface\Icons\ability_hunter_improvedsteadyshot
1239 ture_SpiritWolf Interface\Icons\ability_hunter_improvedtracking
1240 ure_SpiritWolf Interface\Icons\ability_hunter_killcommand
1241 re_SpiritWolf Interface\Icons\ability_hunter_pet_warpstalker
1242 e_SpiritWolf Interface\Icons\Ability_Mage_IncantersAbsorbtion
1243 SpiritWolf Interface\Icons\ability_mage_livingbomb
1244 piritWolf Interface\Icons\ability_mount_bigblizzardbear
1245 iritWolf Interface\Icons\ability_paladin_judgementblue
1246 ritWolf Interface\Icons\ability_rogue_deadlybrew
1247 itWolf Interface\Icons\ability_rogue_disembowel
1248 tWolf Interface\Icons\ability_rogue_shadowdance
1249 Wolf Interface\Icons\ability_warlock_chaosbolt
1250 olf Interface\Icons\ability_warlock_demonicpower
1251 lf Interface\Icons\ability_warlock_demonsoul
1252 f Interface\Icons\ability_warlock_moltencore
1253 Interface\Icons\ability_warlock_shadowflame
1254 Interface\Icons\Spell_Nature_CorrosiveBreath Interface\Icons\inv_hunterpet_warpstalker
1255 nterface\Icons\Spell_Nature_CorrosiveBreath Interface\Icons\INV_Netherwhelp
1256 terface\Icons\Spell_Nature_CorrosiveBreath Interface\Icons\INV_ThrowingKnife_06
1257 erface\Icons\Spell_Nature_CorrosiveBreath Interface\Icons\inv_warpstalkermountbc
1258 rface\Icons\Spell_Nature_CorrosiveBreath Interface\Icons\Spell_Arcane_Blast
1259 face\Icons\Spell_Nature_CorrosiveBreath Interface\Icons\Spell_Holy_AuraMastery
1260 ace\Icons\Spell_Nature_CorrosiveBreath Interface\Icons\Spell_Shadow_DemonicPact
1261 ce\Icons\Spell_Nature_CorrosiveBreath Interface\Icons\Spell_Shadow_FelMending
1262 e\Icons\Spell_Nature_CorrosiveBreath Interface\Icons\Spell_Shadow_UnstableAffliction_3
1263 \Icons\Spell_Nature_CorrosiveBreath Interface\Icons\Spell_Shaman_AstralShift
1264 Icons\Spell_Nature_CorrosiveBreath Interface\Icons\Spell_Shaman_FeralSpirit
1265 cons\Spell_Nature_CorrosiveBreath Interface\Icons\Spell_Shaman_ImprovedEarthShield
1266 ons\Spell_Nature_CorrosiveBreath Interface\Icons\Spell_Shaman_SpiritLink
1267 ns\Spell_Nature_CorrosiveBreath Interface\Icons\Spell_Shaman_TidalWaves
1268 s\Spell_Nature_CorrosiveBreath Interface\Icons\Spell_Shaman_TotemRecall
1269 \Spell_Nature_CorrosiveBreath Interface\Icons\Spell_unused2
1270 Spell_Nature_CorrosiveBreath Interface\Icons\inv_misc_toy_10
1271 ll_Nature_CorrosiveBreath Interface\Icons\Spell_Arcane_PortalStonard
1272 _Nature_CorrosiveBreath Interface\Icons\Spell_Arcane_TeleportStonard
1273 Nature_CorrosiveBreath Interface\Icons\Spell_Arcane_PortalTheramore
1274 ature_CorrosiveBreath Interface\Icons\Spell_Arcane_TeleportTheramore
1275 ture_CorrosiveBreath Interface\Icons\Inv_glyph_majordruid
1276 re_CorrosiveBreath Interface\Icons\INV_Glyph_MajorHunter
1277 e_CorrosiveBreath Interface\Icons\INV_Glyph_MajorMage
1278 _CorrosiveBreath Interface\Icons\INV_Glyph_MajorPaladin
1279 CorrosiveBreath Interface\Icons\INV_Glyph_MajorPriest
1280 orrosiveBreath Interface\Icons\INV_Glyph_MajorRogue
1281 rrosiveBreath Interface\Icons\INV_Glyph_MajorShaman
1282 rosiveBreath Interface\Icons\INV_Glyph_MajorWarlock
1283 osiveBreath Interface\Icons\INV_Glyph_MajorWarrior
1284 siveBreath Interface\Icons\INV_Glyph_MinorDeathKnight
1285 iveBreath Interface\Icons\INV_Glyph_MinorDruid
1286 veBreath Interface\Icons\INV_Glyph_MinorHunter
1287 ure_CorrosiveBreath Interface\Icons\INV_Glyph_MajorDeathKnight
1288 reath Interface\Icons\INV_Glyph_MinorMage
1289 eath Interface\Icons\INV_Glyph_MinorPaladin
1290 ath Interface\Icons\INV_Glyph_MinorPriest
1291 th Interface\Icons\INV_Glyph_MinorRogue
1292 h Interface\Icons\INV_Glyph_MinorWarlock
1293 Breath Interface\Icons\INV_Glyph_MinorShaman
1294 eBreath Interface\Icons\INV_Glyph_MinorWarrior
1295 Interface\Icons\INV_Scroll_15
1296 terface\Icons\Ability_Ensnare Interface\Icons\ability_gilnean_raven.blp
1297 erface\Icons\Ability_Ensnare Interface\Icons\INV_Misc_Bag_08
1298 rface\Icons\Ability_Ensnare Interface\Icons\INV_Letter_13
1299 face\Icons\Ability_Ensnare Interface\Icons\INV_Misc_Basket_01
1300 ace\Icons\Ability_Ensnare Interface\Icons\INV_Misc_Gem_Sapphire_03
1301 ce\Icons\Ability_Ensnare Interface\Icons\BTNTurtlePendant
1302 e\Icons\Ability_Ensnare Interface\Icons\Ability_Warrior_DecisiveStrike_New
1303 \Icons\Ability_Ensnare Interface\Icons\inv_misc_boarshead
1304 Icons\Ability_Ensnare Interface\Icons\INV_BoarBlue_Mount
1305 cons\Ability_Ensnare Interface\Icons\INV_Misc_MissileSmall_Purple
1306 ons\Ability_Ensnare Interface\Icons\INV_Misc_Idol_01
1307 ns\Ability_Ensnare Interface\Icons\INV_Shoulder_30
1308 s\Ability_Ensnare Interface\Icons\Ability_Mage_Firestarter
1309 \Ability_Ensnare Interface\Icons\btnholyscriptures
1310 Ability_Ensnare Interface\Icons\INV_Misc_Bone_09
1311 bility_Ensnare Interface\Icons\INV_Sword_31
1312 ility_Ensnare Interface\Icons\INV_Misc_Dust_Infinite
1313 lity_Ensnare Interface\Icons\inv_relics_idolofhealth
1314 ity_Ensnare Interface\Icons\INV_Misc_Herb_02
1315 ty_Ensnare Interface\Icons\btnorbofdepths
1316 y_Ensnare Interface\Icons\INV_Misc_Quiver_03
1317 _Ensnare Interface\Icons\INV_Misc_Book_08
1318 Ensnare Interface\Icons\INV_Misc_Map_01
1319 nsnare Interface\Icons\inv_corgi2
1320 snare Interface\Icons\INV_Enchant_EssenceMysticalLarge
1321 nare Interface\Icons\Spell_Mage_FocusingCrystal
1322 are Interface\Icons\garrison_weaponupgrade
1323 re Interface\Icons\trade_archaeology_highbornesoulmirror
1324 e Interface\Icons\inv_jewelry_talisman_fireice
1325 Interface\Icons\inv_misc_book_06
1326 Interface\Icons\Spell_Holy_HolyBolt Interface\Icons\ability_warlock_power_overwhelming
1327 nterface\Icons\Spell_Holy_HolyBolt Interface\Icons\ability_warrior_stalwartprotector
1328 terface\Icons\Spell_Holy_HolyBolt Interface\Icons\inv_misc_gem_felstone
1329 erface\Icons\Spell_Holy_HolyBolt Interface\Icons\INV_Misc_Quiver_04
1330 rface\Icons\Spell_Holy_HolyBolt Interface\Icons\inv_pet_monkey
1331 face\Icons\Spell_Holy_HolyBolt Interface\Icons\INV_Misc_Gear_08
1332 ace\Icons\Spell_Holy_HolyBolt Interface\Icons\inv_relics_idolofhealth
1333 ce\Icons\Spell_Holy_HolyBolt Interface\Icons\inv_misc_herb_02
1334 e\Icons\Spell_Holy_HolyBolt Interface\Icons\INV_misc_organ_02
1335 \Icons\Spell_Holy_HolyBolt Interface\Icons\ability_warrior_reprisal
1336 Icons\Spell_Holy_HolyBolt Interface\Icons\INV_Misc_Fish_Turtle_01
1337 ons\Spell_Holy_HolyBolt Interface\Icons\INV_Misc_Fish_Turtle_03
1338 ns\Spell_Holy_HolyBolt Interface\Icons\BTNHorseShoe
1339 s\Spell_Holy_HolyBolt Interface\Icons\inv_garrison_cargoship
1340 \Spell_Holy_HolyBolt Interface\Icons\Ability_Rogue_DeviousPoisons
1341 pell_Holy_HolyBolt Interface\Icons\BTNHeartAmulet
1342 ell_Holy_HolyBolt Interface\Icons\INV_MISC_PETMOONKINNE
1343 ll_Holy_HolyBolt Interface\Icons\inv_misc_orb_05
1344 l_Holy_HolyBolt Interface\Icons\inv_ore_arcanite_02
1345 _Holy_HolyBolt Interface\Icons\Inv_stone_08
1346 Holy_HolyBolt Interface\Icons\duck_1
1347 oly_HolyBolt Interface\Icons\Ability_Druid_StagForm
1348 ly_HolyBolt Interface\Icons\Ability_Warrior_SwordandBoard
1349 y_HolyBolt Interface\Icons\spell_bubl1
1350 _HolyBolt Interface\Icons\Ability_hunter_pet_hyena
1351 HolyBolt Interface\Icons\Ability_hunter_pet_crocolisk
1352 olyBolt Interface\Icons\Achievement_Halloween_Cat_01
1353 lyBolt Interface\Icons\INV_Misc_Book_02
1354 yBolt Interface\Icons\spell_coordinated_assault_1
1355 Bolt Interface\Icons\spell_coordinated_assault_2
1356 olt Interface\Icons\spell_lacerate_1
1357 lt Interface\Icons\spell_lacerate_1A
1358 t Interface\Icons\spell_lacerate_1B
1359 Interface\Icons\spell_lacerate_1C
1360 Interface\Icons\Spell_Shadow_Charm Interface\Icons\spell_lacerate_1D
1361 nterface\Icons\Spell_Shadow_Charm Interface\Icons\spell_lacerate_2B
1362 terface\Icons\Spell_Shadow_Charm Interface\Icons\spell_lacerate_3
1363 erface\Icons\Spell_Shadow_Charm Interface\Icons\spell_shattering_javelin_1
1364 rface\Icons\Spell_Shadow_Charm Interface\Icons\spell_shattering_javelin_2
1365 face\Icons\Spell_Shadow_Charm Interface\Icons\spell_shadow_of_death_3B
1366 ace\Icons\Spell_Shadow_Charm Interface\Icons\spell_call_of_wild_2A2
1367 ce\Icons\Spell_Shadow_Charm Interface\Icons\ability_mage_moltenarmor
1368 e\Icons\Spell_Shadow_Charm Interface\Icons\ability_rogue_fleetfooted
1369 \Icons\Spell_Shadow_Charm Interface\Icons\spell_cloaked_in_shadows_1
1370 Icons\Spell_Shadow_Charm Interface\Icons\spell_cloaked_in_shadows_2
1371 cons\Spell_Shadow_Charm Interface\Icons\spell_cloaked_in_shadows_3
1372 ons\Spell_Shadow_Charm Interface\Icons\spell_cloaked_in_shadows_4
1373 ns\Spell_Shadow_Charm Interface\Icons\spell_double_dose_1
1374 s\Spell_Shadow_Charm Interface\Icons\spell_double_dose_2
1375 \Spell_Shadow_Charm Interface\Icons\spell_double_dose_3
1376 Spell_Shadow_Charm Interface\Icons\spell_double_dose_4
1377 pell_Shadow_Charm Interface\Icons\inv_misc_food_66
1378 ell_Shadow_Charm Interface\Icons\ability_hunter_goforthethroat
1379 ll_Shadow_Charm Interface\Icons\spell_smoke_bomb_5
1380 l_Shadow_Charm Interface\Icons\earthshaker_slam_11
1381 _Shadow_Charm Interface\Icons\master_strike_1
1382 Shadow_Charm Interface\Icons\spell_reshift_2
1383 hadow_Charm Interface\Icons\inv_enchant_voidsphere
1384 dow_Charm Interface\Icons\inv_yellow_purple_elixir_2
1385 ow_Charm Interface\Icons\inv_green_pink_elixir_1
1386 w_Charm Interface\Icons\inv_blue_gold_elixir_2
1387 Charm Interface\Icons\spell_portal_alahthalas
1388 harm Interface\Icons\spell_teleport_alahthalas
1389 arm Interface\Icons\inv_potion_120
1390 rm Interface\Icons\inv_potion_106
1391 m Interface\Icons\inv_potion_112
1392 Interface\Icons\inv_potion_113
1393 Interface\Icons\Spell_Nature_GuardianWard Interface\Icons\inv_potion_114
1394 nterface\Icons\Spell_Nature_GuardianWard Interface\Icons\inv_potion_123
1395 terface\Icons\Spell_Nature_GuardianWard Interface\Icons\inv_potion_124
1396 erface\Icons\Spell_Nature_GuardianWard Interface\Icons\inv_potion_115
1397 rface\Icons\Spell_Nature_GuardianWard Interface\Icons\inv_potion_116
1398 face\Icons\Spell_Nature_GuardianWard Interface\Icons\inv_potion_128
1399 ace\Icons\Spell_Nature_GuardianWard Interface\Icons\inv_misc_monsterscales_28
1400 ce\Icons\Spell_Nature_GuardianWard Interface\Icons\inv_stone_17
1401 e\Icons\Spell_Nature_GuardianWard Interface\Icons\inv_stone_18
1402 \Icons\Spell_Nature_GuardianWard Interface\Icons\inv_potion_142
1403 Icons\Spell_Nature_GuardianWard Interface\Icons\inv_potion_143
1404 cons\Spell_Nature_GuardianWard Interface\Icons\inv_drink_33
1405 ons\Spell_Nature_GuardianWard Interface\Icons\inv_potion_141
1406 ns\Spell_Nature_GuardianWard Interface\Icons\inv_mana_agate_01
1407 s\Spell_Nature_GuardianWard Interface\Icons\inv_mana_jade_01
1408 \Spell_Nature_GuardianWard Interface\Icons\inv_mana_citrine_01
1409 Spell_Nature_GuardianWard Interface\Icons\inv_mana_ruby_01
1410 pell_Nature_GuardianWard Interface\Icons\inv_trinket_naxxramas07
1411 ell_Nature_GuardianWard Interface\Icons\spell_fire_elemental_totem
1412 ll_Nature_GuardianWard Interface\Icons\spell_nature_poisoncleansingtotem
1413 l_Nature_GuardianWard Interface\Icons\spell_frost_summonwaterelemental
1414 _Nature_GuardianWard Interface\Icons\Spell_shadow_summonvoidwalker
1415 Nature_GuardianWard Interface\Icons\spell_holy_devotion
1416 ature_GuardianWard Interface\Icons\spell_holy_greaterblessingsofkings
1417 ture_GuardianWard Interface\Icons\inv_corrosive_01
1418 ure_GuardianWard Interface\Icons\INV_Misc_MonsterScales_01
1419 e_GuardianWard Interface\INV_Misc_Pelt_Bear_Ruin_05
1420 _GuardianWard Interface\INV_Misc_Root_01
1421 uardianWard Interface\INV_Crate_03

View file

@ -1,433 +1,476 @@
# fields=21
26,41,0,1,11069,12338,12339,12340,12341,0,0,0,0,0,0,0,0,0,0,0,0
30,41,0,2,11103,12357,12358,12359,12360,0,0,0,0,0,0,0,0,0,0,0,0
34,41,1,0,11119,11120,12846,12847,12848,0,0,0,0,0,0,0,0,0,0,0,0
28,41,1,1,11100,12353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
27,41,1,2,11078,11080,12342,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1141,41,2,0,18459,18460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
31,41,2,1,11108,12349,12350,0,0,0,0,0,0,0,0,0,0,0,0,0,0
29,41,2,2,11366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
23,41,2,3,11083,12351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
25,41,3,0,11095,12872,12873,0,0,0,0,0,0,0,0,0,0,0,0,0,0
24,41,3,1,11094,13043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1639,41,3,3,29074,29075,29076,0,0,0,0,0,0,0,0,0,0,0,0,0,0
33,41,4,1,11115,11367,11368,0,0,0,0,0,0,0,0,0,0,0,0,0,0
32,41,4,2,11113,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0
35,41,5,2,11124,12378,12398,12399,12400,0,0,0,0,0,0,0,0,0,0,0,0
36,41,6,1,11129,0,0,0,0,0,0,0,0,33,0,0,2,0,0,1,0
70,61,0,0,11189,28332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
37,61,0,1,11070,12473,16763,16765,16766,0,0,0,0,0,0,0,0,0,0,0,0
1649,61,0,2,29438,29439,29440,0,0,0,0,0,0,0,0,0,0,0,0,0,0
73,61,1,0,11207,12672,15047,15052,15053,0,0,0,0,0,0,0,0,0,0,0,0
38,61,1,1,11071,12496,12497,0,0,0,0,0,0,0,0,0,0,0,0,0,0
62,61,1,2,11165,12475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
65,61,1,3,11175,12569,12571,0,0,0,0,0,0,0,0,0,0,0,0,0,0
61,61,2,0,11151,12952,12953,0,0,0,0,0,0,0,0,0,0,0,0,0,0
69,61,2,1,12472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
63,61,2,3,11185,12487,12488,0,0,0,0,0,0,0,0,0,0,0,0,0,0
741,61,3,0,16757,16758,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
66,61,3,1,11160,12518,12519,0,0,0,0,0,0,0,0,0,0,0,0,0,0
67,61,3,2,11170,12982,12983,12984,12985,0,0,0,0,62,0,0,1,0,0,0,0
72,61,4,1,11958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
64,61,4,2,11190,12489,12490,0,0,0,0,0,0,0,0,0,0,0,0,0,0
68,61,5,2,11180,28592,28593,28594,28595,0,0,0,0,0,0,0,0,0,0,0,0
71,61,6,1,11426,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0
74,81,0,0,11210,12592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
76,81,0,1,11222,12839,12840,12841,12842,0,0,0,0,0,0,0,0,0,0,0,0
80,81,0,2,11237,12463,12464,16769,16770,0,0,0,0,0,0,0,0,0,0,0,0
78,81,1,0,6057,6085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1650,81,1,1,29441,29444,29445,29446,29447,0,0,0,0,0,0,0,0,0,0,0,0
75,81,1,2,11213,12574,12575,12576,12577,0,0,0,0,0,0,0,0,0,0,0,0
82,81,2,0,11247,12606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
81,81,2,1,11242,12467,12469,0,0,0,0,0,0,0,0,0,0,0,0,0,0
85,81,2,2,28574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
83,81,3,0,11252,12605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
88,81,3,1,11255,12598,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1142,81,3,3,18462,18463,18464,0,0,0,0,0,0,0,0,0,0,0,0,0,0
86,81,4,1,12043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
77,81,4,2,11232,12500,12501,12502,12503,0,0,0,0,85,0,0,0,0,0,0,0
421,81,5,1,15058,15059,15060,0,0,0,0,0,0,86,0,0,0,0,0,0,0
87,81,6,1,12042,0,0,0,0,0,0,0,0,421,0,0,2,0,0,1,0
124,161,0,0,12282,12663,12664,0,0,0,0,0,0,0,0,0,0,0,0,0,0
130,161,0,1,16462,16463,16464,16465,16466,0,0,0,0,0,0,0,0,0,0,0,0
127,161,0,2,12286,12658,12659,0,0,0,0,0,0,0,0,0,0,0,0,0,0
126,161,1,0,12285,12697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
641,161,1,1,12295,12676,12677,12678,12679,0,0,0,0,0,0,0,0,0,0,0,0
128,161,1,3,12287,12665,12666,0,0,0,0,0,0,0,0,0,0,0,0,0,0
131,161,2,0,12290,12963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
137,161,2,1,12296,0,0,0,0,0,0,0,0,641,0,0,4,0,0,1,0
121,161,2,2,12834,12849,12867,0,0,0,0,0,0,127,0,0,2,0,0,0,0
136,161,3,1,12163,12711,12712,12713,12714,0,0,0,0,0,0,0,0,0,0,0,0
662,161,3,2,16493,16494,0,0,0,0,0,0,0,121,0,0,2,0,0,0,0
132,161,4,0,12700,12781,12783,12784,12785,0,0,0,0,0,0,0,0,0,0,0,0
133,161,4,1,12292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
125,161,4,2,12284,12701,12702,12703,12704,0,0,0,0,0,0,0,0,0,0,0,0
123,161,4,3,12281,12812,12813,12814,12815,0,0,0,0,0,0,0,0,0,0,0,0
134,161,5,0,12165,12830,12831,12832,12833,0,0,0,0,0,0,0,0,0,0,0,0
129,161,5,2,12289,12668,23695,0,0,0,0,0,0,0,0,0,0,0,0,0,0
135,161,6,1,12294,0,0,0,0,0,0,0,0,133,0,0,0,0,0,1,0
1601,163,0,1,12298,12724,12725,12726,12727,0,0,0,0,0,0,0,0,0,0,0,0
138,163,0,2,12297,12750,12751,12752,12753,0,0,0,0,0,0,0,0,0,0,0,0
142,163,1,0,12301,12818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
140,163,1,2,12299,12761,12762,12763,12764,0,0,0,0,0,0,0,0,0,0,0,0
141,163,1,3,12300,12959,12960,12961,12962,0,0,0,0,0,0,0,0,0,0,0,0
153,163,2,0,12975,0,0,0,0,0,0,0,0,142,0,0,1,0,0,1,0
145,163,2,1,12945,12307,12944,0,0,0,0,0,0,1601,0,0,4,0,0,0,0
147,163,2,2,12797,12799,12800,0,0,0,0,0,0,0,0,0,0,0,0,0,0
144,163,2,3,12303,12788,12789,12791,12792,0,0,0,0,0,0,0,0,0,0,0,0
146,163,3,0,12308,12810,12811,0,0,0,0,0,0,0,0,0,0,0,0,0,0
151,163,3,1,12313,12804,12807,0,0,0,0,0,0,0,0,0,0,0,0,0,0
143,163,3,2,12302,12765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
150,163,4,0,12312,12803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
152,163,4,1,12809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
149,163,4,2,12311,12958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
702,163,5,2,16538,16539,16540,16541,16542,0,0,0,0,0,0,0,0,0,0,0,0
148,163,6,1,23922,0,0,0,0,0,0,0,0,152,0,0,0,0,0,1,0
158,164,0,1,12321,12835,12836,12837,12838,0,0,0,0,0,0,0,0,0,0,0,0
157,164,0,2,12320,12852,12853,12855,12856,0,0,0,0,0,0,0,0,0,0,0,0
161,164,1,1,12324,12876,12877,12878,12879,0,0,0,0,0,0,0,0,0,0,0,0
159,164,1,2,12322,12999,13000,13001,13002,0,0,0,0,0,0,0,0,0,0,0,0
166,164,2,0,12329,12950,20496,0,0,0,0,0,0,0,0,0,0,0,0,0,0
160,164,2,1,12323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
661,164,2,2,16487,16489,16492,0,0,0,0,0,0,0,0,0,0,0,0,0,0
154,164,2,3,12318,12857,12858,12860,12861,0,0,0,0,0,0,0,0,0,0,0,0
1581,164,3,0,23584,23585,23586,23587,23588,0,0,0,0,0,0,0,0,0,0,0,0
1542,164,3,1,20502,20503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
155,164,3,2,12317,13045,13046,13047,13048,0,0,0,0,0,0,0,0,0,0,0,0
168,164,4,0,12862,12330,20497,20498,20499,0,0,0,0,0,0,0,0,0,0,0,0
165,164,4,1,12328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1543,164,4,3,20504,20505,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1541,164,5,0,20500,20501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
156,164,5,2,12319,12971,12972,12973,12974,0,0,0,0,155,0,0,4,0,0,0,0
167,164,6,1,23881,0,0,0,0,0,0,0,0,165,0,0,0,0,0,1,0
203,181,0,0,13741,13793,13792,0,0,0,0,0,0,0,0,0,0,0,0,0,0
201,181,0,1,13732,13863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
186,181,0,2,13712,13788,13789,13790,13791,0,0,0,0,0,0,0,0,0,0,0,0
202,181,1,0,13733,13865,13866,0,0,0,0,0,0,0,0,0,0,0,0,0,0
187,181,1,1,13713,13853,13854,13855,13856,0,0,0,0,0,0,0,0,0,0,0,0
181,181,1,2,13705,13832,13843,13844,13845,0,0,0,0,0,0,0,0,0,0,0,0
204,181,2,0,13742,13872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
301,181,2,1,14251,0,0,0,0,0,0,0,0,187,0,0,4,0,0,1,0
222,181,2,3,13743,13875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
206,181,3,0,13754,13867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
182,181,3,1,13706,13804,13805,13806,13807,0,0,0,0,0,0,0,0,0,0,0,0
221,181,3,2,13715,13848,13849,13851,13852,0,0,0,0,181,0,0,4,0,0,0,0
184,181,4,0,13709,13800,13801,13802,13803,0,0,0,0,0,0,0,0,0,0,0,0
223,181,4,1,13877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
242,181,4,2,13960,13961,13962,13963,13964,0,0,0,0,0,0,0,0,0,0,0,0
183,181,4,3,13707,13966,13967,13968,13969,0,0,0,0,0,0,0,0,0,0,0,0
1703,181,5,1,30919,30920,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0
1122,181,5,2,18427,18428,18429,0,0,0,0,0,0,0,0,0,0,0,0,0,0
205,181,6,1,13750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
276,182,0,0,14162,14163,14164,0,0,0,0,0,0,0,0,0,0,0,0,0,0
272,182,0,1,14144,14148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
270,182,0,2,14138,14139,14140,14141,14142,0,0,0,0,0,0,0,0,0,0,0,0
273,182,1,0,14156,14160,14161,0,0,0,0,0,0,0,0,0,0,0,0,0,0
274,182,1,1,14158,14159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
277,182,1,3,14165,14166,14167,0,0,0,0,0,0,0,0,0,0,0,0,0,0
281,182,2,0,14179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
278,182,2,1,14168,14169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
269,182,2,2,14128,14132,14135,14136,14137,0,0,0,0,270,0,0,4,0,0,0,0
682,182,3,1,16513,16514,16515,16719,16720,0,0,0,0,0,0,0,0,0,0,0,0
268,182,3,2,14113,14114,14115,14116,14117,0,0,0,0,0,0,0,0,0,0,0,0
280,182,4,1,14177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
279,182,4,2,14174,14175,14176,0,0,0,0,0,0,0,0,0,0,0,0,0,0
283,182,5,1,14186,14190,14193,14194,14195,0,0,0,0,280,0,0,0,0,0,0,0
382,182,6,1,14983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
241,183,0,1,13958,13970,13971,13972,13973,0,0,0,0,0,0,0,0,0,0,0,0
261,183,0,2,14057,14072,14073,14074,14075,0,0,0,0,0,0,0,0,0,0,0,0
1700,183,1,0,30892,30893,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
247,183,1,1,13981,14066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
244,183,1,2,13975,14062,14063,14064,14065,0,0,0,0,0,0,0,0,0,0,0,0
245,183,2,0,13976,13979,13980,0,0,0,0,0,0,0,0,0,0,0,0,0,0
303,183,2,1,14278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
263,183,2,2,14079,14080,14081,0,0,0,0,0,0,0,0,0,0,0,0,0,0
246,183,3,0,13983,14070,14071,0,0,0,0,0,0,0,0,0,0,0,0,0,0
262,183,3,1,14076,14094,14095,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1123,183,3,2,14171,14172,14173,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1701,183,4,0,30894,30895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
284,183,4,1,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
265,183,4,2,14082,14083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
681,183,4,3,16511,0,0,0,0,0,0,0,0,1123,0,0,2,0,0,1,0
1702,183,5,2,30902,30903,30904,30905,30906,0,0,0,0,0,0,0,0,0,0,0,0
381,183,6,1,14183,0,0,0,0,0,0,0,0,284,0,0,0,0,0,1,0
342,201,0,1,14522,14788,14789,14790,14791,0,0,0,0,0,0,0,0,0,0,0,0
345,201,0,2,14524,14525,14526,14527,14528,0,0,0,0,0,0,0,0,0,0,0,0
352,201,1,0,14523,14784,14785,14786,14787,0,0,0,0,0,0,0,0,0,0,0,0
344,201,1,1,14749,14767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
343,201,1,2,14748,14768,14769,0,0,0,0,0,0,0,0,0,0,0,0,0,0
321,201,1,3,14531,14774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
348,201,2,1,14751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
347,201,2,2,14521,14776,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0
346,201,3,0,14747,14770,14771,0,0,0,0,0,0,0,0,0,0,0,0,0,0
341,201,3,1,14520,14780,14781,14782,14783,0,0,0,0,0,0,0,0,0,0,0,0
350,201,3,3,14750,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1201,201,4,1,18551,18552,18553,18554,18555,0,0,0,0,0,0,0,0,0,0,0,0
351,201,4,2,14752,0,0,0,0,0,0,0,0,347,0,0,2,0,0,1,0
1202,201,5,2,18544,18547,18548,18549,18550,0,0,0,0,0,0,0,0,0,0,0,0
322,201,6,1,10060,0,0,0,0,0,0,0,0,1201,0,0,4,0,0,1,0
410,202,0,0,14913,15012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
406,202,0,1,14908,15020,17191,0,0,0,0,0,0,0,0,0,0,0,0,0,0
401,202,0,2,14889,15008,15009,15010,15011,0,0,0,0,0,0,0,0,0,0,0,0
411,202,1,1,27900,27901,27902,27903,27904,0,0,0,0,0,0,0,0,0,0,0,0
1181,202,1,2,18530,18531,18533,18534,18535,0,0,0,0,0,0,0,0,0,0,0,0
442,202,2,0,15237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1636,202,2,1,27811,27815,27816,0,0,0,0,0,0,0,0,0,0,0,0,0,0
361,202,2,3,14892,15362,15363,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1635,202,3,0,27789,27790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
408,202,3,1,14912,15013,15014,0,0,0,0,0,0,0,0,0,0,0,0,0,0
403,202,3,2,14909,15017,0,0,0,0,0,0,0,1181,0,0,4,0,0,0,0
413,202,4,0,14911,15018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1561,202,4,1,20711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
402,202,4,2,14901,15028,15029,15030,15031,0,0,0,0,0,0,0,0,0,0,0,0
404,202,5,2,14898,15349,15354,15355,15356,0,0,0,0,0,0,0,0,0,0,0,0
1637,202,6,1,724,0,0,0,0,0,0,0,0,1561,0,0,0,0,0,1,0
465,203,0,1,15270,15335,15336,15337,15338,0,0,0,0,0,0,0,0,0,0,0,0
464,203,0,2,15268,15323,15324,15325,15326,0,0,0,0,0,0,0,0,0,0,0,0
466,203,1,0,15318,15272,15320,0,0,0,0,0,0,0,0,0,0,0,0,0,0
482,203,1,1,15275,15317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
463,203,1,2,15260,15327,15328,15329,15330,0,0,0,0,0,0,0,0,0,0,0,0
542,203,2,0,15392,15448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
481,203,2,1,15273,15312,15313,15314,15316,0,0,0,0,0,0,0,0,0,0,0,0
501,203,2,2,15407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
483,203,3,1,15274,15311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
881,203,3,2,17322,17323,17325,0,0,0,0,0,0,0,0,0,0,0,0,0,0
461,203,3,3,15257,15331,15332,15333,15334,0,0,0,0,0,0,0,0,0,0,0,0
541,203,4,0,15487,0,0,0,0,0,0,0,0,542,0,0,1,0,0,1,0
484,203,4,1,15286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1638,203,4,2,27839,27840,0,0,0,0,0,0,0,484,0,0,0,0,0,0,0
462,203,5,2,15259,15307,15308,15309,15310,0,0,0,0,0,0,0,0,0,0,0,0
521,203,6,1,15473,0,0,0,0,0,0,0,0,484,0,0,0,0,0,1,0
564,261,0,1,16039,16109,16110,16111,16112,0,0,0,0,0,0,0,0,0,0,0,0
563,261,0,2,16035,16105,16106,16107,16108,0,0,0,0,0,0,0,0,0,0,0,0
572,261,1,0,16043,16130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1640,261,1,1,28996,28997,28998,0,0,0,0,0,0,0,0,0,0,0,0,0,0
561,261,1,2,16038,16160,16161,0,0,0,0,0,0,0,0,0,0,0,0,0,0
574,261,2,0,16164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
575,261,2,1,16040,16113,16114,16115,16116,0,0,0,0,0,0,0,0,0,0,0,0
562,261,2,2,16041,16117,16118,16119,16120,0,0,0,0,0,0,0,0,0,0,0,0
567,261,3,0,16086,16544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1642,261,3,1,29062,29064,29065,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1645,261,3,3,30160,29179,29180,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1641,261,4,0,28999,29000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
565,261,4,1,16089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
721,261,5,2,16578,16579,16580,16581,16582,0,0,0,0,562,0,0,4,0,0,0,0
573,261,6,1,16166,0,0,0,0,0,0,0,0,565,0,0,0,0,0,1,0
586,262,0,1,16182,16226,16227,16228,16229,0,0,0,0,0,0,0,0,0,0,0,0
593,262,0,2,16179,16214,16215,16216,16217,0,0,0,0,0,0,0,0,0,0,0,0
589,262,1,0,16184,16209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
581,262,1,1,16176,16235,16240,0,0,0,0,0,0,0,0,0,0,0,0,0,0
595,262,1,2,16173,16222,16223,16224,16225,0,0,0,0,0,0,0,0,0,0,0,0
583,262,2,0,16180,16196,16198,0,0,0,0,0,0,0,0,0,0,0,0,0,0
587,262,2,1,16181,16230,16232,16233,16234,0,0,0,0,0,0,0,0,0,0,0,0
582,262,2,2,16189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1646,262,2,3,29187,29189,29191,0,0,0,0,0,0,0,0,0,0,0,0,0,0
588,262,3,1,16187,16205,16206,16207,16208,0,0,0,0,0,0,0,0,0,0,0,0
594,262,3,2,16194,16218,16219,16220,16221,0,0,0,0,0,0,0,0,0,0,0,0
1648,262,4,0,29206,29205,29202,0,0,0,0,0,0,0,0,0,0,0,0,0,0
591,262,4,2,16188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
592,262,5,2,16178,16210,16211,16212,16213,0,0,0,0,0,0,0,0,0,0,0,0
590,262,6,1,16190,0,0,0,0,0,0,0,0,588,0,0,4,0,0,1,0
614,263,0,1,17485,17486,17487,17488,17489,0,0,0,0,0,0,0,0,0,0,0,0
612,263,0,2,16253,16298,16299,16300,16301,0,0,0,0,0,0,0,0,0,0,0,0
609,263,1,0,16258,16293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
613,263,1,1,16255,16302,16303,16304,16305,0,0,0,0,0,0,0,0,0,0,0,0
605,263,1,2,16262,16287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
607,263,1,3,16261,16290,16291,0,0,0,0,0,0,0,0,0,0,0,0,0,0
610,263,2,0,16259,16295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
617,263,2,2,16269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
601,263,2,3,16254,16271,16272,16273,16274,0,0,0,0,0,0,0,0,0,0,0,0
602,263,3,1,16256,16281,16282,16283,16284,0,0,0,0,613,0,0,4,0,0,0,0
615,263,3,2,16252,16306,16307,16308,16309,0,0,0,0,0,0,0,0,0,0,0,0
1647,263,4,0,29192,29193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
611,263,4,1,16266,29079,29080,0,0,0,0,0,0,0,0,0,0,0,0,0,0
616,263,4,2,16268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1643,263,5,2,29082,29084,29086,29087,29088,0,0,0,0,0,0,0,0,0,0,0,0
901,263,6,1,17364,0,0,0,0,0,0,0,0,611,0,0,2,0,0,1,0
796,281,0,1,16934,16935,16936,16937,16938,0,0,0,0,0,0,0,0,0,0,0,0
795,281,0,2,16858,16859,16860,16861,16862,0,0,0,0,0,0,0,0,0,0,0,0
799,281,1,0,16947,16948,16949,16950,16951,0,0,0,0,0,0,0,0,0,0,0,0
797,281,1,1,16940,16941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
794,281,1,2,16929,16930,16931,16932,16933,0,0,0,0,0,0,0,0,0,0,0,0
807,281,2,0,17002,24866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
804,281,2,1,16979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
798,281,2,2,16942,16943,16944,0,0,0,0,0,0,0,0,0,0,0,0,0,0
802,281,3,0,16966,16968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
803,281,3,1,16972,16974,16975,0,0,0,0,0,0,0,0,0,0,0,0,0,0
800,281,3,2,16952,16954,0,0,0,0,0,0,0,798,0,0,2,0,0,0,0
801,281,3,3,16958,16961,0,0,0,0,0,0,0,798,0,0,2,0,0,0,0
805,281,4,0,16998,16999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1162,281,4,2,16857,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
808,281,5,1,17003,17004,17005,17006,24894,0,0,0,0,803,0,0,2,0,0,0,0
809,281,6,1,17007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
821,282,0,1,17050,17051,17053,17054,17055,0,0,0,0,0,0,0,0,0,0,0,0
822,282,0,2,17056,17058,17059,17060,17061,0,0,0,0,0,0,0,0,0,0,0,0
824,282,1,0,17069,17070,17071,17072,17073,0,0,0,0,0,0,0,0,0,0,0,0
823,282,1,1,17063,17065,17066,17067,17068,0,0,0,0,0,0,0,0,0,0,0,0
826,282,1,2,17079,17082,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0
829,282,2,1,17106,17107,17108,0,0,0,0,0,0,0,0,0,0,0,0,0,0
827,282,2,2,5570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
841,282,2,3,17118,17119,17120,17121,17122,0,0,0,0,0,0,0,0,0,0,0,0
843,282,3,1,24968,24969,24970,24971,24972,0,0,0,0,0,0,0,0,0,0,0,0
830,282,3,3,17111,17112,17113,0,0,0,0,0,0,0,0,0,0,0,0,0,0
831,282,4,0,17116,0,0,0,0,0,0,0,0,824,0,0,4,0,0,1,0
828,282,4,2,17104,24943,24944,24945,24946,0,0,0,0,827,0,0,0,0,0,0,0
842,282,4,3,17123,17124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
825,282,5,2,17074,17075,17076,17077,17078,0,0,0,0,0,0,0,0,0,0,0,0
844,282,6,1,18562,0,0,0,0,0,0,0,0,843,0,0,4,0,0,1,0
762,283,0,0,16814,16815,16816,16817,16818,0,0,0,0,0,0,0,0,0,0,0,0
761,283,0,1,16689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,339
921,283,0,2,17245,17247,17248,17249,0,0,0,0,0,761,0,0,0,0,0,0,0
787,283,1,0,16918,16919,16920,0,0,0,0,0,0,0,0,0,0,0,0,0,0
763,283,1,1,16821,16822,16823,16824,16825,0,0,0,0,0,0,0,0,0,0,0,0
791,283,1,2,16902,16903,16904,16905,16906,0,0,0,0,0,0,0,0,0,0,0,0
781,283,1,3,16833,16834,16835,0,0,0,0,0,0,0,0,0,0,0,0,0,0
782,283,2,0,16836,16839,16840,0,0,0,0,0,0,0,0,0,0,0,0,0,0
788,283,2,2,16864,0,0,0,0,0,0,0,0,791,0,0,4,0,0,1,0
764,283,2,3,16819,16820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
792,283,3,1,16909,16910,16911,16912,16913,0,0,0,0,763,0,0,4,0,0,0,0
784,283,3,2,16850,16923,16924,16925,16926,0,0,0,0,0,0,0,0,0,0,0,0
789,283,4,1,16880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
783,283,4,2,16845,16846,16847,0,0,0,0,0,0,0,0,0,0,0,0,0,0
790,283,5,1,16896,16897,16899,16900,16901,0,0,0,0,789,0,0,0,0,0,0,0
793,283,6,1,24858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
944,301,0,1,17793,17796,17801,17802,17803,0,0,0,0,0,0,0,0,0,0,0,0
941,301,0,2,17778,17779,17780,17781,17782,0,0,0,0,0,0,0,0,0,0,0,0
943,301,1,1,17788,17789,17790,17791,17792,0,0,0,0,0,0,0,0,0,0,0,0
982,301,1,2,18119,18120,18121,18122,18123,0,0,0,0,0,0,0,0,0,0,0,0
983,301,2,0,18126,18127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
984,301,2,1,18128,18129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
981,301,2,2,18130,18131,18132,18133,18134,0,0,0,0,0,0,0,0,0,0,0,0
963,301,2,3,17877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
985,301,3,0,18135,18136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
964,301,3,1,17917,17918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
965,301,3,3,17927,17929,17930,17931,17932,0,0,0,0,0,0,0,0,0,0,0,0
986,301,4,0,18096,18073,0,0,0,0,0,0,0,985,0,0,1,0,0,0,0
961,301,4,1,17815,17833,17834,17835,17836,0,0,0,0,0,0,0,0,0,0,0,0
967,301,4,2,17959,0,0,0,0,0,0,0,0,981,0,0,4,0,0,0,0
966,301,5,2,17954,17955,17956,17957,17958,0,0,0,0,0,0,0,0,0,0,0,0
968,301,6,1,17962,0,0,0,0,0,0,0,0,961,0,0,4,0,0,1,0
1005,302,0,1,18174,18175,18176,18177,18178,0,0,0,0,0,0,0,0,0,0,0,0
1003,302,0,2,17810,17811,17812,17813,17814,0,0,0,0,0,0,0,0,0,0,0,0
1006,302,1,0,18179,18180,18181,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1101,302,1,1,18213,18372,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1007,302,1,2,18182,18183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1004,302,1,3,17804,17805,17806,17807,17808,0,0,0,0,0,0,0,0,0,0,0,0
1284,302,2,0,18827,18829,18830,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1001,302,2,1,17783,17784,17785,17786,17787,0,0,0,0,0,0,0,0,0,0,0,0
1061,302,2,2,18288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1021,302,3,0,18218,18219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1002,302,3,1,18094,18095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1121,302,3,3,17864,18393,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1041,302,4,1,18265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1081,302,4,2,18223,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,1,0
1082,302,4,3,18310,18311,18312,18313,0,0,0,0,0,1081,0,0,0,0,0,0,0
1042,302,5,1,18271,18272,18273,18274,18275,0,0,0,0,1041,0,0,0,0,0,0,0
1022,302,6,1,18220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1221,303,0,0,18692,18693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1222,303,0,1,18694,18695,18696,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1223,303,0,2,18697,18698,18699,18700,18701,0,0,0,0,0,0,0,0,0,0,0,0
1224,303,1,0,18703,18704,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1225,303,1,1,18705,18706,18707,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1242,303,1,2,18731,18743,18744,18745,18746,0,0,0,0,0,0,0,0,0,0,0,0
1243,303,2,0,18754,18755,18756,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1226,303,2,1,18708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1241,303,2,2,18748,18749,18750,18751,18752,0,0,0,0,0,0,0,0,0,0,0,0
1227,303,3,1,18709,18710,0,0,0,0,0,0,0,1226,0,0,0,0,0,0,0
1262,303,3,2,18769,18770,18771,18772,18773,0,0,0,0,0,0,0,4,0,0,0,0
1283,303,4,0,18821,18822,18823,18824,18825,0,0,0,0,0,0,0,0,0,0,0,0
1281,303,4,1,18788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1261,303,4,3,18767,18768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1244,303,5,2,23785,23822,23823,23824,23825,0,0,0,0,1262,0,0,4,0,0,0,0
1282,303,6,1,19028,0,0,0,0,0,0,0,0,1281,0,0,0,0,0,1,0
1263,303,6,2,18774,18775,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1382,361,0,1,19552,19553,19554,19555,19556,0,0,0,0,0,0,0,0,0,0,0,0
1389,361,0,2,19583,19584,19585,19586,19587,0,0,0,0,0,0,0,0,0,0,0,0
1624,361,1,0,19557,19558,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1381,361,1,1,19549,19550,19551,24386,24387,0,0,0,0,0,0,0,0,0,0,0,0
1395,361,1,2,19609,19610,19612,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1625,361,1,3,24443,19575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1384,361,2,0,19559,19560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1391,361,2,1,19596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1396,361,2,2,19616,19617,19618,19619,19620,0,0,0,0,0,0,0,0,0,0,0,0
1385,361,3,1,19572,19573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1393,361,3,2,19598,19599,19600,19601,19602,0,0,0,0,0,0,0,0,0,0,0,0
1388,361,4,0,19578,20895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1387,361,4,1,19577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1390,361,4,3,19590,19592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1397,361,5,2,19621,19622,19623,19624,19625,0,0,0,0,1393,0,0,4,0,0,0,0
1386,361,6,1,19574,0,0,0,0,0,0,0,0,1387,0,0,0,0,0,1,0
1623,362,0,0,24293,24294,24295,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1301,362,0,1,19151,19152,19153,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1311,362,0,2,19295,19297,19298,19301,19300,0,0,0,0,0,0,0,0,0,0,0,0
1304,362,1,0,19184,19387,19388,19389,19390,0,0,0,0,0,0,0,0,0,0,0,0
1621,362,1,1,19159,19160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1305,362,1,2,19228,19232,19233,19234,19235,0,0,0,0,0,0,0,0,0,0,0,0
1306,362,2,0,19239,19245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1622,362,2,1,19255,19256,19257,19258,19259,0,0,0,0,0,0,0,0,0,0,0,0
1308,362,2,2,19263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1322,362,3,0,19376,19377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1310,362,3,1,19290,19294,24283,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1309,362,3,3,19286,19287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1321,362,4,1,19370,19371,19373,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1312,362,4,2,19306,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,1,0
1303,362,5,2,19168,19180,19181,24296,24297,0,0,0,0,0,0,0,0,0,0,0,0
1325,362,6,1,19386,0,0,0,0,0,0,0,0,1321,0,0,2,0,0,1,0
1341,363,0,1,19407,19412,19413,19414,19415,0,0,0,0,0,0,0,0,0,0,0,0
1342,363,0,2,19416,19417,19418,19419,19420,0,0,0,0,0,0,0,0,0,0,0,0
1343,363,1,1,19421,19422,19423,19424,19425,0,0,0,0,0,0,0,0,0,0,0,0
1344,363,1,2,19426,19427,19429,19430,19431,0,0,0,0,0,0,0,0,0,0,0,0
1345,363,2,0,19434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1346,363,2,1,19454,19455,19456,19457,19458,0,0,0,0,0,0,0,0,0,0,0,0
1352,363,2,3,19498,19499,19500,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1348,363,3,1,19464,19465,19466,19467,19468,0,0,0,0,0,0,0,0,0,0,0,0
1349,363,3,2,19485,19487,19488,19489,19490,0,0,0,0,1344,0,0,4,0,0,0,0
1353,363,4,0,19503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1347,363,4,1,19461,19462,24691,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1351,363,4,2,19491,19493,19494,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1362,363,5,2,19507,19508,19509,19510,19511,0,0,0,0,0,0,0,0,0,0,0,0
1361,363,6,1,19506,0,0,0,0,0,0,0,0,1347,0,0,2,0,0,1,0
1401,381,0,1,20042,20045,20046,20047,20048,0,0,0,0,0,0,0,0,0,0,0,0
1407,381,0,2,20101,20102,20103,20104,20105,0,0,0,0,0,0,0,0,0,0,0,0
1631,381,1,0,25956,25957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1464,381,1,1,20335,20336,20337,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1403,381,1,2,20060,20061,20062,20063,20064,0,0,0,0,0,0,0,0,0,0,0,0
1633,381,2,0,9452,26016,26021,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1411,381,2,1,20117,20118,20119,20120,20121,0,0,0,0,0,0,0,0,0,0,0,0
1481,381,2,2,20375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1634,381,2,3,26022,26023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1632,381,3,0,9799,25988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1405,381,3,2,20091,20092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1410,381,4,0,20111,20112,20113,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1409,381,4,2,20218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1402,381,5,1,20049,20056,20057,20058,20059,0,0,0,0,1411,0,0,4,0,0,0,0
1441,381,6,1,20066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1450,382,0,1,20262,20263,20264,20265,20266,0,0,0,0,0,0,0,0,0,0,0,0
1449,382,0,2,20257,20258,20259,20260,20261,0,0,0,0,0,0,0,0,0,0,0,0
1432,382,1,1,20205,20206,20207,20209,20208,0,0,0,0,0,0,0,0,0,0,0,0
1463,382,1,2,20224,20225,20330,20331,20332,0,0,0,0,0,0,0,0,0,0,0,0
1444,382,2,0,20237,20238,20239,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1435,382,2,1,26573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1443,382,2,2,20234,20235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1628,382,2,3,9453,25836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1461,382,3,1,20210,20212,20213,20214,20215,0,0,0,0,0,0,0,0,0,0,0,0
1446,382,3,2,20244,20245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1433,382,4,1,20216,0,0,0,0,0,0,0,0,1461,0,0,4,0,0,1,0
1465,382,4,2,20359,20360,20361,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1627,382,5,2,5923,5924,5925,5926,25829,0,0,0,0,0,0,0,0,0,0,0,0
1502,382,6,1,20473,0,0,0,0,0,0,0,0,1433,0,0,0,0,0,1,0
1422,383,0,1,20138,20139,20140,20141,20142,0,0,0,0,0,0,0,0,0,0,0,0
1421,383,0,2,20127,20130,20135,20136,20137,0,0,0,0,0,0,0,0,0,0,0,0
1630,383,1,0,20189,20192,20193,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1425,383,1,1,20174,20175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1423,383,1,3,20143,20144,20145,20146,20147,0,0,0,0,0,0,0,0,0,0,0,0
1442,383,2,0,20217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1501,383,2,1,20468,20469,20470,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1424,383,2,2,20148,20149,20150,0,0,0,0,0,0,1421,0,0,4,0,0,0,0
1629,383,2,3,20096,20097,20098,20099,20100,0,0,0,0,0,0,0,0,0,0,0,0
1521,383,3,1,20487,20488,20489,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1626,383,3,2,20254,20255,20256,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1431,383,4,1,20911,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
1426,383,4,2,20177,20179,20181,20180,20182,0,0,0,0,0,0,0,0,0,0,0,0
1429,383,5,2,20196,20197,20198,20199,20200,0,0,0,0,0,0,0,0,0,0,0,0
1430,383,6,1,20925,0,0,0,0,0,0,0,0,1431,0,0,0,0,0,1,0
1,41,0,1,11069,12338,12339,12340,12341,0,0,0,0,0,0,0,0,0,0,0,0
2,41,0,2,11103,12357,12358,12359,12360,0,0,0,0,0,0,0,0,0,0,0,0
3,41,1,0,11119,11120,12846,12847,12848,0,0,0,0,0,0,0,0,0,0,0,0
4,41,1,1,11100,12353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
5,41,1,2,11078,11080,12342,0,0,0,0,0,0,0,0,0,0,0,0,0,0
6,41,2,0,18459,18460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
7,41,2,1,11108,12349,12350,0,0,0,0,0,0,0,0,0,0,0,0,0,0
8,41,2,2,11366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
9,41,2,3,11083,12351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
10,41,3,0,11095,12872,12873,0,0,0,0,0,0,0,0,0,0,0,0,0,0
11,41,3,1,11094,13043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
12,41,3,3,29074,29075,29076,0,0,0,0,0,0,0,0,0,0,0,0,0,0
13,41,4,0,11113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
14,41,4,1,11115,11367,11368,0,0,0,0,0,0,0,0,0,0,0,0,0,0
15,41,4,2,51927,51928,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0
16,41,5,2,11124,12378,12398,12399,12400,0,0,0,0,0,0,0,0,0,0,0,0
17,41,6,1,11129,0,0,0,0,0,0,0,0,14,0,0,2,0,0,1,0
18,61,0,0,11189,28332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
19,61,0,1,11070,12473,16763,16765,16766,0,0,0,0,0,0,0,0,0,0,0,0
20,61,0,2,29438,29439,29440,0,0,0,0,0,0,0,0,0,0,0,0,0,0
21,61,1,0,11151,12952,12953,0,0,0,0,0,0,0,0,0,0,0,0,0,0
22,61,1,1,11071,12496,12497,0,0,0,0,0,0,0,0,0,0,0,0,0,0
23,61,1,2,11165,12475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
24,61,1,3,11175,12569,12571,0,0,0,0,0,0,0,0,0,0,0,0,0,0
25,61,2,0,11207,12672,15047,15052,15053,0,0,0,0,0,0,0,0,0,0,0,0
26,61,2,1,12472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
27,61,2,3,11185,12487,12488,0,0,0,0,0,0,0,0,0,0,0,0,0,0
28,61,3,0,16757,16758,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
29,61,3,1,11160,12518,12519,0,0,0,0,0,0,0,0,0,0,0,0,0,0
30,61,3,2,11170,12982,12983,12984,12985,0,0,0,0,23,0,0,1,0,0,0,0
31,61,4,1,11958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
32,61,4,2,52516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
33,61,4,3,11190,12489,12490,0,0,0,0,0,0,0,0,0,0,0,0,0,0
34,61,5,0,11180,28592,28593,28594,28595,0,0,0,0,0,0,0,0,0,0,0,0
35,61,5,2,51999,52501,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0
36,61,6,1,11426,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0
37,81,0,0,11210,12592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
38,81,0,1,29441,29444,29445,0,0,0,0,0,0,0,0,0,0,0,0,0,0
39,81,0,2,11237,12463,12464,16769,16770,0,0,0,0,0,0,0,0,0,0,0,0
40,81,1,0,6057,6085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
41,81,1,1,11222,12839,12840,12841,12842,0,0,0,0,0,0,0,0,0,0,0,0
42,81,1,2,11213,12574,12575,12576,12577,0,0,0,0,0,0,0,0,0,0,0,0
43,81,2,0,11247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
44,81,2,1,11242,12467,12469,0,0,0,0,0,0,0,0,0,0,0,0,0,0
45,81,2,2,51949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
46,81,3,0,11252,12605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
47,81,3,1,11255,12598,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
48,81,3,2,51963,51964,51965,0,0,0,0,0,0,45,0,0,0,0,0,0,0
49,81,3,3,18462,18463,18464,0,0,0,0,0,0,0,0,0,0,0,0,0,0
50,81,4,0,15058,15059,15060,0,0,0,0,0,0,0,0,0,0,0,0,0,0
51,81,4,1,12043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
52,81,4,2,51981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
53,81,4,3,45403,45404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
54,81,5,2,51262,51987,51988,51989,51990,0,0,0,0,0,0,0,0,0,0,0,0
55,81,6,1,12042,0,0,0,0,0,0,0,0,51,0,0,0,0,0,1,0
56,161,0,0,12282,12663,12664,0,0,0,0,0,0,0,0,0,0,0,0,0,0
57,161,0,1,12295,12676,12677,12678,12679,0,0,0,0,0,0,0,0,0,0,0,0
58,161,0,2,12286,12658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
59,161,1,0,12285,12697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
60,161,1,1,16462,16463,16464,16465,16466,0,0,0,0,0,0,0,0,0,0,0,0
61,161,1,3,12287,12665,12666,0,0,0,0,0,0,0,0,0,0,0,0,0,0
62,161,2,0,54023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
63,161,2,1,12290,12963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
64,161,2,2,12834,12849,12867,0,0,0,0,0,0,58,0,0,1,0,0,0,0
65,161,3,1,12163,12711,12712,0,0,0,0,0,0,0,0,0,0,0,0,0,0
66,161,3,2,16493,16494,0,0,0,0,0,0,0,64,0,0,2,0,0,0,0
67,161,4,0,51644,51655,51656,51657,51658,0,0,0,0,62,0,0,0,0,0,0,0
68,161,4,1,12292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
69,161,4,2,51641,51642,51643,0,0,0,0,0,0,0,0,0,0,0,0,0,0
70,161,4,3,45576,45577,45578,0,0,0,0,0,0,0,0,0,0,0,0,0,0
71,161,5,0,12862,12330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
72,161,5,2,57709,57710,57711,0,0,0,0,0,0,69,0,0,2,0,0,0,0
73,161,6,1,12294,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0
74,163,0,0,12301,12818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
75,163,0,1,12298,12724,12725,12726,12727,0,0,0,0,0,0,0,0,0,0,0,0
76,163,0,2,12297,12750,12751,0,0,0,0,0,0,0,0,0,0,0,0,0,0
77,163,1,1,12300,12959,12960,12961,12962,0,0,0,0,0,0,0,0,0,0,0,0
78,163,1,2,12299,12761,12762,12763,12764,0,0,0,0,0,0,0,0,0,0,0,0
79,163,2,0,12975,0,0,0,0,0,0,0,0,74,0,0,1,0,0,1,0
80,163,2,1,51591,51592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
81,163,2,2,12302,12765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
82,163,2,3,12797,12799,12800,0,0,0,0,0,0,0,0,0,0,0,0,0,0
83,163,3,0,12311,12958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
84,163,3,1,12313,12804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
85,163,3,2,12303,12788,12789,12791,12792,0,0,0,0,0,0,0,0,0,0,0,0
86,163,4,0,16538,16539,16540,16541,16542,0,0,0,0,0,0,0,0,0,0,0,0
87,163,4,1,23922,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
88,163,4,2,51598,51599,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0
89,163,4,3,51593,51594,0,0,0,0,0,0,0,82,0,0,2,0,0,0,0
90,163,5,0,12312,12803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
91,163,5,2,51606,51607,51608,0,0,0,0,0,0,0,0,0,0,0,0,0,0
92,163,6,1,12809,0,0,0,0,0,0,0,0,87,0,0,0,0,0,1,0
93,164,0,1,12321,12835,12836,12837,12838,0,0,0,0,0,0,0,0,0,0,0,0
94,164,0,2,12320,12852,12853,12855,12856,0,0,0,0,0,0,0,0,0,0,0,0
95,164,1,1,23584,23585,23586,23587,23588,0,0,0,0,0,0,0,0,0,0,0,0
96,164,1,2,12322,12999,13000,13001,13002,0,0,0,0,0,0,0,0,0,0,0,0
97,164,2,0,51609,51610,51611,51612,51613,0,0,0,0,0,0,0,0,0,0,0,0
98,164,2,1,12323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
99,164,2,2,16487,16489,16492,0,0,0,0,0,0,0,0,0,0,0,0,0,0
100,164,3,1,20504,20505,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
101,164,3,2,12317,13045,13046,13047,13048,0,0,0,0,0,0,0,0,0,0,0,0
102,164,3,3,51614,51615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
103,164,4,0,51616,51617,51618,0,0,0,0,0,0,0,0,0,0,0,0,0,0
104,164,4,1,12328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
105,164,4,3,20502,20503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
106,164,5,0,20500,20501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
107,164,5,1,12319,12971,12972,12973,12974,0,0,0,0,104,0,0,0,0,0,0,0
108,164,5,2,51623,51624,51625,0,0,0,0,0,0,101,0,0,4,0,0,0,0
109,164,6,1,23881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
110,181,0,1,14057,14072,14073,14074,14075,0,0,0,0,0,0,0,0,0,0,0,0
111,181,0,2,13712,13788,13789,13790,13791,0,0,0,0,0,0,0,0,0,0,0,0
112,181,1,0,13713,13853,13854,13855,13856,0,0,0,0,0,0,0,0,0,0,0,0
113,181,1,1,13733,13865,13866,0,0,0,0,0,0,0,0,0,0,0,0,0,0
114,181,1,2,13705,13832,13843,13844,13845,0,0,0,0,0,0,0,0,0,0,0,0
115,181,2,0,14251,0,0,0,0,0,0,0,0,112,0,0,4,0,0,1,0
116,181,2,1,13743,13875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
117,181,2,3,13983,14070,14071,0,0,0,0,0,0,0,0,0,0,0,0,0,0
118,181,3,0,13754,13867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
119,181,3,1,13709,13800,13801,13802,13803,0,0,0,0,0,0,0,0,0,0,0,0
120,181,3,2,13715,13848,13849,13851,13852,0,0,0,0,114,0,0,4,0,0,0,0
121,181,4,0,13706,13804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
122,181,4,1,52511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
123,181,4,2,13960,13961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
124,181,4,3,30919,30920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
125,181,5,1,52507,52508,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0
126,181,5,2,18427,18428,18429,0,0,0,0,0,0,0,0,0,0,0,0,0,0
127,181,6,1,13750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
128,182,0,0,14162,14163,14164,0,0,0,0,0,0,0,0,0,0,0,0,0,0
129,182,0,1,14144,14148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
130,182,0,2,14138,14139,14140,14141,14142,0,0,0,0,0,0,0,0,0,0,0,0
131,182,1,0,14156,14160,14161,0,0,0,0,0,0,0,0,0,0,0,0,0,0
132,182,1,1,14158,14159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
133,182,1,3,14165,14166,14167,0,0,0,0,0,0,0,0,0,0,0,0,0,0
134,182,2,0,14179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
135,182,2,1,13710,13859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
136,182,2,2,14128,14132,14135,14136,14137,0,0,0,0,130,0,0,4,0,0,0,0
137,182,3,0,14174,14175,14176,0,0,0,0,0,0,0,0,0,0,0,0,0,0
138,182,3,1,16513,16514,16515,0,0,0,0,0,0,0,0,0,0,0,0,0,0
139,182,3,2,14113,14114,14115,0,0,0,0,0,0,0,0,0,0,0,0,0,0
140,182,4,0,52518,52519,52520,0,0,0,0,0,0,0,0,0,0,0,0,0,0
141,182,4,1,52531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
142,182,4,2,14177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
143,182,5,0,14983,52527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
144,182,5,2,14186,14190,14193,14194,14195,0,0,0,0,0,0,0,0,0,0,0,0
145,182,6,1,52714,0,0,0,0,0,0,0,0,141,0,0,0,0,0,1,0
146,183,0,1,13975,14062,14063,14064,14065,0,0,0,0,0,0,0,0,0,0,0,0
147,183,0,2,14168,14169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
148,183,0,3,13741,13793,13792,0,0,0,0,0,0,0,0,0,0,0,0,0,0
149,183,1,0,14079,14080,14081,0,0,0,0,0,0,0,0,0,0,0,0,0,0
150,183,1,1,13981,14066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
151,183,1,2,14171,14172,14173,0,0,0,0,0,0,0,0,0,0,0,0,0,0
152,183,2,0,13976,13979,13980,0,0,0,0,0,0,0,0,0,0,0,0,0,0
153,183,2,1,51970,51971,51972,0,0,0,0,0,0,0,0,0,0,0,0,0,0
154,183,2,2,51969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
155,183,2,3,16511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
156,183,3,0,52707,52709,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
157,183,3,1,14076,14094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
158,183,3,2,51680,51681,51682,0,0,0,0,0,0,0,0,0,0,0,0,0,0
159,183,4,0,14082,14083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
160,183,4,1,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
161,183,4,2,52710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
162,183,4,3,51974,51975,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0
163,183,5,0,52512,52514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
164,183,5,2,52541,52542,52543,52544,52545,0,0,0,0,0,0,0,0,0,0,0,0
165,183,6,1,52538,0,0,0,0,0,0,0,0,160,0,0,0,0,0,1,0
166,201,0,0,14524,14525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
167,201,0,1,51462,51463,51464,0,0,0,0,0,0,0,0,0,0,0,0,0,0
168,201,0,2,14520,14780,14781,14782,14783,0,0,0,0,0,0,0,0,0,0,0,0
169,201,1,0,14523,14784,14785,14786,14787,0,0,0,0,0,0,0,0,0,0,0,0
170,201,1,1,14522,14788,14789,14790,14791,0,0,0,0,0,0,0,0,0,0,0,0
171,201,1,2,14531,14774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
172,201,1,3,14749,14767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
173,201,2,0,14747,14770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
174,201,2,1,14751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
175,201,2,2,14748,14768,14769,0,0,0,0,0,0,0,0,0,0,0,0,0,0
176,201,2,3,14521,14776,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0
177,201,3,0,51466,51467,51468,0,0,0,0,0,0,0,0,0,0,0,0,0,0
178,201,3,1,51470,51471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
179,201,4,0,18551,18552,18553,0,0,0,0,0,0,0,0,0,0,0,0,0,0
180,201,4,1,51476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
181,201,4,2,45560,0,0,0,0,0,0,0,0,175,0,0,2,0,0,1,0
182,201,5,2,18544,18547,18548,18549,18550,0,0,0,0,0,0,0,0,0,0,0,0
183,201,6,1,51478,0,0,0,0,0,0,0,0,180,0,0,0,0,0,1,0
184,202,0,0,14908,15020,17191,0,0,0,0,0,0,0,0,0,0,0,0,0,0
185,202,0,1,14913,15012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
186,202,0,2,14889,15008,15009,15010,15011,0,0,0,0,0,0,0,0,0,0,0,0
187,202,1,1,18530,18531,18533,18534,18535,0,0,0,0,0,0,0,0,0,0,0,0
188,202,1,2,27900,27901,27902,0,0,0,0,0,0,0,0,0,0,0,0,0,0
189,202,1,3,27789,27790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
190,202,2,1,27811,27815,27816,0,0,0,0,0,0,0,0,0,0,0,0,0,0
191,202,2,2,14892,15362,15363,0,0,0,0,0,0,0,0,0,0,0,0,0,0
192,202,2,3,15237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
193,202,3,0,51484,51485,0,0,0,0,0,0,0,184,0,0,2,0,0,0,0
194,202,3,1,14912,15013,15014,0,0,0,0,0,0,0,0,0,0,0,0,0,0
195,202,3,2,14901,15028,15029,15030,15031,0,0,0,0,0,0,0,0,0,0,0,0
196,202,4,1,20711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
197,202,4,2,51486,51487,51488,0,0,0,0,0,0,0,0,0,0,0,0,0,0
198,202,5,2,14898,15349,15354,15355,15356,0,0,0,0,0,0,0,0,0,0,0,0
199,202,6,1,45562,0,0,0,0,0,0,0,0,196,0,0,0,0,0,1,0
200,203,0,1,15270,15335,15336,15337,15338,0,0,0,0,0,0,0,0,0,0,0,0
201,203,0,2,15268,15323,15324,15325,15326,0,0,0,0,0,0,0,0,0,0,0,0
202,203,1,0,15318,15272,15320,0,0,0,0,0,0,0,0,0,0,0,0,0,0
203,203,1,1,15275,15317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
204,203,1,2,15260,15327,15328,15329,15330,0,0,0,0,0,0,0,0,0,0,0,0
205,203,2,0,15392,15448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
206,203,2,1,15273,15312,15313,15314,15316,0,0,0,0,0,0,0,0,0,0,0,0
207,203,2,2,15407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
208,203,2,3,14750,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
209,203,3,1,15274,15311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
210,203,3,2,17322,17323,17325,0,0,0,0,0,0,0,0,0,0,0,0,0,0
211,203,3,3,15257,15331,15332,15333,15334,0,0,0,0,0,0,0,0,0,0,0,0
212,203,4,0,15487,0,0,0,0,0,0,0,0,205,0,0,1,0,0,1,0
213,203,4,1,15286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
214,203,4,2,45557,45558,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0
215,203,5,2,15259,15307,15308,15309,15310,0,0,0,0,0,0,0,0,0,0,0,0
216,203,6,1,15473,0,0,0,0,0,0,0,0,213,0,0,0,0,0,1,0
217,261,0,1,16039,16109,16110,16111,16112,0,0,0,0,0,0,0,0,0,0,0,0
218,261,0,2,16035,16105,16106,16107,16108,0,0,0,0,0,0,0,0,0,0,0,0
219,261,1,0,16043,16130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
220,261,1,1,28996,28997,28998,0,0,0,0,0,0,0,0,0,0,0,0,0,0
221,261,1,2,30160,29179,29180,0,0,0,0,0,0,0,0,0,0,0,0,0,0
222,261,2,0,45541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
223,261,2,1,16040,16113,16114,0,0,0,0,0,0,0,0,0,0,0,0,0,0
224,261,2,2,16041,16117,16118,16119,16120,0,0,0,0,0,0,0,0,0,0,0,0
225,261,2,3,46107,46108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
226,261,3,0,16086,16544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
227,261,3,1,29062,29064,29065,0,0,0,0,0,0,0,0,0,0,0,0,0,0
228,261,3,3,16038,16160,16161,0,0,0,0,0,0,0,0,0,0,0,0,0,0
229,261,4,0,28999,29000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
230,261,4,1,16166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
231,261,4,3,56556,56557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
232,261,5,2,16578,16579,16580,16581,16582,0,0,0,0,224,0,0,4,0,0,0,0
233,261,6,1,48306,0,0,0,0,0,0,0,0,230,0,0,0,0,0,1,0
234,262,0,1,16182,16226,16227,16228,16229,0,0,0,0,0,0,0,0,0,0,0,0
235,262,0,2,16179,16214,16215,16216,16217,0,0,0,0,0,0,0,0,0,0,0,0
236,262,1,0,16184,16209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
237,262,1,1,16176,16235,16240,0,0,0,0,0,0,0,0,0,0,0,0,0,0
238,262,1,2,16194,16218,16219,16220,16221,0,0,0,0,0,0,0,0,0,0,0,0
239,262,2,0,29206,29205,29202,0,0,0,0,0,0,0,0,0,0,0,0,0,0
240,262,2,1,16181,16230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
241,262,2,2,16189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
242,262,2,3,29187,29189,29191,0,0,0,0,0,0,0,0,0,0,0,0,0,0
243,262,3,1,16187,16205,16206,16207,16208,0,0,0,0,0,0,0,0,0,0,0,0
244,262,3,2,51369,51370,51371,0,0,0,0,0,0,0,0,0,0,0,0,0,0
245,262,4,0,51491,51492,0,0,0,0,0,0,0,239,0,0,2,0,0,0,0
246,262,4,2,16188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
247,262,4,3,51372,51373,0,0,0,0,0,0,0,244,0,0,2,0,0,0,0
248,262,5,1,51374,51375,51376,51377,51378,0,0,0,0,243,0,0,4,0,0,0,0
249,262,6,1,51363,0,0,0,0,0,0,0,0,248,0,0,4,0,0,1,0
250,263,0,1,17485,17486,17487,17488,17489,0,0,0,0,0,0,0,0,0,0,0,0
251,263,0,2,16253,16298,16299,16300,16301,0,0,0,0,0,0,0,0,0,0,0,0
252,263,1,0,51381,51382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
253,263,1,1,16255,16302,16303,16304,16305,0,0,0,0,0,0,0,0,0,0,0,0
254,263,1,2,16261,16290,16291,0,0,0,0,0,0,0,0,0,0,0,0,0,0
255,263,1,3,16262,16287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
256,263,2,0,51383,51384,51385,0,0,0,0,0,0,0,0,0,0,0,0,0,0
257,263,2,2,51387,0,0,0,0,0,0,0,0,254,0,0,2,0,0,1,0
258,263,2,3,45545,45546,45547,0,0,0,0,0,0,0,0,0,0,0,0,0,0
259,263,3,1,16256,16281,16282,16283,16284,0,0,0,0,253,0,0,4,0,0,0,0
260,263,3,2,45951,45952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
261,263,4,0,16259,16295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
262,263,4,1,16266,29079,29080,0,0,0,0,0,0,0,0,0,0,0,0,0,0
263,263,4,2,17364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
264,263,5,2,29082,29084,29086,29087,29088,0,0,0,0,0,0,0,0,0,0,0,0
265,263,6,1,45509,0,0,0,0,0,0,0,0,262,0,0,2,0,0,1,0
266,281,0,1,16934,16935,16936,16937,16938,0,0,0,0,0,0,0,0,0,0,0,0
267,281,0,2,16858,16859,16860,16861,16862,0,0,0,0,0,0,0,0,0,0,0,0
268,281,1,0,16947,16948,16949,0,0,0,0,0,0,0,0,0,0,0,0,0,0
269,281,1,1,16940,16941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
270,281,1,2,16929,16930,16931,0,0,0,0,0,0,0,0,0,0,0,0,0,0
271,281,1,3,51402,51403,51404,0,0,0,0,0,0,0,0,0,0,0,0,0,0
272,281,2,0,17002,24866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
273,281,2,1,16979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
274,281,2,2,16942,16943,16944,0,0,0,0,0,0,0,0,0,0,0,0,0,0
275,281,2,3,45719,45720,0,0,0,0,0,0,0,274,0,0,2,0,0,0,0
276,281,3,1,16972,16974,16975,0,0,0,0,0,0,0,0,0,0,0,0,0,0
277,281,3,2,45721,45722,0,0,0,0,0,0,0,274,0,0,2,0,0,0,0
278,281,3,3,16966,16968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
279,281,4,0,51415,51416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
280,281,4,2,45708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
281,281,5,1,17003,17004,17005,17006,24894,0,0,0,0,276,0,0,2,0,0,0,0
282,281,5,2,16998,16999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
283,281,6,1,17007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
284,282,0,1,17050,17051,17053,17054,17055,0,0,0,0,0,0,0,0,0,0,0,0
285,282,0,2,17056,17058,17059,17060,17061,0,0,0,0,0,0,0,0,0,0,0,0
286,282,1,0,17069,17070,17071,17072,17073,0,0,0,0,0,0,0,0,0,0,0,0
287,282,1,1,17063,17065,17066,17067,17068,0,0,0,0,0,0,0,0,0,0,0,0
288,282,1,2,17118,17119,17120,17121,17122,0,0,0,0,0,0,0,0,0,0,0,0
289,282,2,1,18562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
290,282,2,2,17111,17112,17113,0,0,0,0,0,0,0,0,0,0,0,0,0,0
291,282,2,3,17106,17107,17108,0,0,0,0,0,0,0,0,0,0,0,0,0,0
292,282,3,1,17104,24943,24944,24945,24946,0,0,0,0,0,0,0,0,0,0,0,0
293,282,3,3,24968,24969,24970,24971,24972,0,0,0,0,0,0,0,0,0,0,0,0
294,282,4,0,51446,51447,0,0,0,0,0,0,0,286,0,0,4,0,0,0,0
295,282,4,2,17116,0,0,0,0,0,0,0,0,290,0,0,2,0,0,1,0
296,282,4,3,51448,51449,51450,0,0,0,0,0,0,0,0,0,0,0,0,0,0
297,282,5,1,17074,17075,17076,17077,17078,0,0,0,0,292,0,0,4,0,0,0,0
298,282,5,2,17123,17124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
299,282,6,1,45705,0,0,0,0,0,0,0,0,297,0,0,4,0,0,1,0
300,283,0,0,16814,16815,16816,16817,16818,0,0,0,0,0,0,0,0,0,0,0,0
301,283,0,1,16689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
302,283,0,2,17245,17247,17248,17249,0,0,0,0,0,301,0,0,0,0,0,0,0
303,283,0,3,51421,51422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
304,283,1,0,51423,51424,51425,0,0,0,0,0,0,0,0,0,0,0,0,0,0
305,283,1,1,16821,16822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
306,283,1,2,45715,45716,45717,0,0,0,0,0,0,0,0,0,0,0,0,0,0
307,283,1,3,16833,16834,16835,0,0,0,0,0,0,0,0,0,0,0,0,0,0
308,283,2,0,16896,16897,16899,0,0,0,0,0,0,0,0,0,0,0,0,0,0
309,283,2,2,16864,0,0,0,0,0,0,0,0,306,0,0,2,0,0,1,0
310,283,2,3,16819,16820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
311,283,3,1,16909,16910,16911,16912,16913,0,0,0,0,305,0,0,1,0,0,0,0
312,283,3,2,16845,16846,16847,0,0,0,0,0,0,0,0,0,0,0,0,0,0
313,283,4,0,45734,51426,51427,0,0,0,0,0,0,314,0,0,0,0,0,0,0
314,283,4,1,24858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
315,283,4,2,16880,0,0,0,0,0,0,0,0,312,0,0,2,0,0,1,0
316,283,4,3,16850,16923,16924,0,0,0,0,0,0,0,0,0,0,0,0,0,0
317,283,5,1,51433,51434,51435,51436,51437,0,0,0,0,0,0,0,0,0,0,0,0
318,283,5,2,51440,51441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
319,283,6,1,51444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
320,301,0,1,17793,17796,17801,17802,17803,0,0,0,0,0,0,0,0,0,0,0,0
321,301,0,2,17778,17779,17780,17781,17782,0,0,0,0,0,0,0,0,0,0,0,0
322,301,1,0,57730,57731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
323,301,1,1,17788,17789,17790,17791,17792,0,0,0,0,0,0,0,0,0,0,0,0
324,301,1,2,18119,18120,18121,0,0,0,0,0,0,0,0,0,0,0,0,0,0
325,301,2,0,18135,18136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
326,301,2,1,17877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
327,301,2,2,18130,18131,18132,18133,18134,0,0,0,0,0,0,0,0,0,0,0,0
328,301,3,0,18096,18073,0,0,0,0,0,0,0,325,0,0,1,0,0,0,0
329,301,3,1,17917,17918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
330,301,3,3,17927,17929,17930,17931,17932,0,0,0,0,0,0,0,0,0,0,0,0
331,301,4,0,51736,51737,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
332,301,4,1,17815,17833,17834,17835,17836,0,0,0,0,0,0,0,0,0,0,0,0
333,301,4,2,17959,0,0,0,0,0,0,0,0,327,0,0,4,0,0,1,0
334,301,5,2,17954,17955,17956,17957,17958,0,0,0,0,0,0,0,0,0,0,0,0
335,301,6,1,17962,0,0,0,0,0,0,0,0,332,0,0,4,0,0,1,0
336,302,0,1,18174,18175,18176,18177,18178,0,0,0,0,0,0,0,0,0,0,0,0
337,302,0,2,17810,17811,17812,17813,17814,0,0,0,0,0,0,0,0,0,0,0,0
338,302,0,3,52737,52739,52740,0,0,0,0,0,0,0,0,0,0,0,0,0,0
339,302,1,0,18179,18180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
340,302,1,1,52547,52548,52549,0,0,0,0,0,0,0,0,0,0,0,0,0,0
341,302,1,2,18182,18183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
342,302,1,3,45913,45914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
343,302,2,0,18827,18829,18830,0,0,0,0,0,0,0,0,0,0,0,0,0,0
344,302,2,1,17783,17784,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
345,302,2,2,18223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
346,302,3,0,18218,18219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
347,302,3,1,18094,18095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
348,302,3,3,52558,52559,52560,0,0,0,0,0,0,0,0,0,0,0,0,0,0
349,302,4,0,52555,52556,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0
350,302,4,1,18265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
351,302,4,2,18310,18311,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0
352,302,4,3,52546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
353,302,5,1,18271,18272,18273,18274,18275,0,0,0,0,0,0,0,0,0,0,0,0
354,302,6,1,52550,0,0,0,0,0,0,0,0,353,0,0,4,0,0,1,0
355,303,0,1,45902,45903,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
356,303,0,2,18697,18698,18699,18700,18701,0,0,0,0,0,0,0,0,0,0,0,0
357,303,0,3,51706,51707,51708,0,0,0,0,0,0,0,0,0,0,0,0,0,0
358,303,1,0,18703,18704,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
359,303,1,1,45921,45922,45923,0,0,0,0,0,0,0,0,0,0,0,0,0,0
360,303,1,2,18731,18743,18744,0,0,0,0,0,0,0,0,0,0,0,0,0,0
361,303,2,1,18708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
362,303,2,2,18748,18749,18750,18751,18752,0,0,0,0,0,0,0,0,0,0,0,0
363,303,2,3,18788,0,0,0,0,0,0,0,0,357,0,0,2,0,0,1,0
364,303,3,0,51712,51713,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
365,303,3,1,18709,18710,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0
366,303,3,2,51709,51710,51711,0,0,0,0,0,0,0,0,0,0,0,0,0,0
367,303,3,3,18769,18770,18771,0,0,0,0,0,0,0,0,0,0,0,0,0,0
368,303,4,1,51714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
369,303,4,2,51715,51716,51717,0,0,0,0,0,0,0,0,0,0,0,0,0,0
370,303,5,1,23785,23822,23823,23824,23825,0,0,0,0,0,0,0,0,0,0,0,0
371,303,5,2,51721,51722,51723,0,0,0,0,0,0,0,0,0,0,0,0,0,0
372,303,6,1,19028,0,0,0,0,0,0,0,0,370,0,0,4,0,0,1,0
373,361,0,1,19552,19553,19554,19555,19556,0,0,0,0,0,0,0,0,0,0,0,0
374,361,0,2,19583,19584,19585,19586,19587,0,0,0,0,0,0,0,0,0,0,0,0
375,361,1,0,19557,19558,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
376,361,1,1,19549,19550,19551,0,0,0,0,0,0,0,0,0,0,0,0,0,0
377,361,1,2,19609,19610,19612,0,0,0,0,0,0,0,0,0,0,0,0,0,0
378,361,1,3,24443,19575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
379,361,2,0,19559,19560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
380,361,2,1,49559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
381,361,2,2,19616,19617,19618,19619,19620,0,0,0,0,0,0,0,0,0,0,0,0
382,361,3,0,19590,19592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
383,361,3,1,19572,19573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
384,361,3,2,19598,19599,19600,19601,19602,0,0,0,0,0,0,0,0,0,0,0,0
385,361,4,0,19577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
386,361,4,1,41827,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
387,361,4,3,51554,51555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
388,361,5,0,19578,20895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
389,361,5,2,19621,19622,19623,19624,19625,0,0,0,0,384,0,0,4,0,0,0,0
390,361,6,1,46321,0,0,0,0,0,0,0,0,386,0,0,0,0,0,1,0
391,362,0,0,45977,45978,45979,0,0,0,0,0,0,0,0,0,0,0,0,0,0
392,362,0,1,51570,51571,51572,51573,51574,0,0,0,0,0,0,0,0,0,0,0,0
393,362,0,2,19295,19297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
394,362,1,0,19184,19387,19388,0,0,0,0,0,0,0,0,0,0,0,0,0,0
395,362,1,1,19159,19160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
396,362,1,2,19228,19232,19233,0,0,0,0,0,0,0,0,0,0,0,0,0,0
397,362,2,0,51576,51577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
398,362,2,1,19255,19256,19257,19258,19259,0,0,0,0,0,0,0,0,0,0,0,0
399,362,2,2,51575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
400,362,2,3,19263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
401,362,3,0,51579,51580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
402,362,3,1,19290,19294,24283,0,0,0,0,0,0,0,0,0,0,0,0,0,0
403,362,3,3,19286,19287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
404,362,4,0,19370,19371,19373,0,0,0,0,0,0,0,0,0,0,0,0,0,0
405,362,4,1,19376,19377,51581,0,0,0,0,0,0,0,0,0,0,0,0,0,0
406,362,4,2,48049,0,0,0,0,0,0,0,0,399,0,0,0,0,0,1,0
407,362,5,0,51584,51585,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
408,362,5,2,19168,19180,19181,24296,24297,0,0,0,0,0,0,0,0,0,0,0,0
409,362,6,1,51586,0,0,0,0,0,0,0,0,405,0,0,2,0,0,1,0
410,363,0,1,19407,19412,19413,19414,19415,0,0,0,0,0,0,0,0,0,0,0,0
411,363,0,2,19416,19417,19418,19419,19420,0,0,0,0,0,0,0,0,0,0,0,0
412,363,1,1,19464,19465,19466,19467,19468,0,0,0,0,0,0,0,0,0,0,0,0
413,363,1,2,19426,19427,19429,19430,19431,0,0,0,0,0,0,0,0,0,0,0,0
414,363,2,0,19498,19499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
415,363,2,1,19491,19493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
416,363,2,3,3035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
417,363,3,0,19421,19422,19423,0,0,0,0,0,0,0,0,0,0,0,0,0,0
418,363,3,1,19454,19455,19456,0,0,0,0,0,0,0,0,0,0,0,0,0,0
419,363,3,2,19485,19487,19488,19489,19490,0,0,0,0,413,0,0,4,0,0,0,0
420,363,4,0,19503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
421,363,4,1,19461,19462,24691,0,0,0,0,0,0,0,0,0,0,0,0,0,0
422,363,4,2,51512,51513,0,0,0,0,0,0,0,419,0,0,4,0,0,0,0
423,363,4,3,51515,51516,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0
424,363,5,0,51517,51518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
425,363,5,2,19507,19508,19509,19510,19511,0,0,0,0,0,0,0,0,0,0,0,0
426,363,6,1,19506,0,0,0,0,0,0,0,0,421,0,0,2,0,0,1,0
427,381,0,1,20042,20045,20046,20047,20048,0,0,0,0,0,0,0,0,0,0,0,0
428,381,0,2,20101,20102,20103,20104,20105,0,0,0,0,0,0,0,0,0,0,0,0
429,381,1,0,25956,25957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
430,381,1,1,20335,20336,20337,0,0,0,0,0,0,0,0,0,0,0,0,0,0
431,381,1,2,20060,20061,20062,20063,20064,0,0,0,0,0,0,0,0,0,0,0,0
432,381,2,0,20091,20092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
433,381,2,1,20117,20118,20119,20120,20121,0,0,0,0,0,0,0,0,0,0,0,0
434,381,2,2,20217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
435,381,2,3,26022,26023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
436,381,3,0,20111,20112,20113,0,0,0,0,0,0,0,0,0,0,0,0,0,0
437,381,3,2,9452,26016,26021,0,0,0,0,0,0,0,0,0,0,0,0,0,0
438,381,4,0,9799,25988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
439,381,4,1,20049,20056,20057,20058,20059,0,0,0,0,433,0,0,4,0,0,0,0
440,381,4,2,20375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
441,381,5,1,51355,51356,51357,51358,51359,0,0,0,0,0,0,0,0,0,0,0,0
442,381,6,1,20066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
443,382,0,1,20262,20263,20264,20265,20266,0,0,0,0,0,0,0,0,0,0,0,0
444,382,0,2,20257,20258,20259,20260,20261,0,0,0,0,0,0,0,0,0,0,0,0
445,382,1,0,51304,51306,51308,0,0,0,0,0,0,0,0,0,0,0,0,0,0
446,382,1,1,20205,20206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
447,382,1,2,20224,20225,20330,20331,20332,0,0,0,0,0,0,0,0,0,0,0,0
448,382,2,0,20237,20238,20239,0,0,0,0,0,0,0,0,0,0,0,0,0,0
449,382,2,1,20218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
450,382,2,2,20234,20235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
451,382,2,3,9453,25836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
452,382,3,0,20254,20255,20256,0,0,0,0,0,0,0,0,0,0,0,0,0,0
453,382,3,1,20210,20212,20213,20214,20215,0,0,0,0,0,0,0,0,0,0,0,0
454,382,3,2,51310,51311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
455,382,4,0,51312,51313,51314,51315,51316,0,0,0,0,456,0,0,0,0,0,0,0
456,382,4,1,20473,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
457,382,5,0,5923,5924,5925,0,0,0,0,0,0,0,0,0,0,0,0,0,0
458,382,5,2,51317,51318,51319,51320,51321,0,0,0,0,456,0,0,0,0,0,0,0
459,382,6,1,51323,0,0,0,0,0,0,0,0,456,0,0,0,0,0,1,0
460,383,0,1,20138,20139,20140,20141,20142,0,0,0,0,0,0,0,0,0,0,0,0
461,383,0,2,45818,45819,45820,45821,45822,0,0,0,0,0,0,0,0,0,0,0,0
462,383,1,0,20189,20192,20193,0,0,0,0,0,0,0,0,0,0,0,0,0,0
463,383,1,1,20174,20175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
464,383,1,3,20143,20144,20145,20146,20147,0,0,0,0,0,0,0,0,0,0,0,0
465,383,2,0,20468,20469,20470,0,0,0,0,0,0,0,0,0,0,0,0,0,0
466,383,2,1,20911,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
467,383,2,2,20148,20149,20150,0,0,0,0,0,0,461,0,0,4,0,0,0,0
468,383,2,3,20096,20097,20098,0,0,0,0,0,0,0,0,0,0,0,0,0,0
469,383,3,1,51334,51335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
470,383,3,2,20487,20488,20489,0,0,0,0,0,0,0,0,0,0,0,0,0,0
471,383,4,0,51328,51329,51330,0,0,0,0,0,0,465,0,0,2,0,0,0,0
472,383,4,1,20925,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
473,383,4,2,45823,45824,45825,45826,45837,0,0,0,0,0,0,0,0,0,0,0,0
474,383,5,2,51341,51342,51343,51344,51345,0,0,0,0,0,0,0,0,0,0,0,0
475,383,6,1,51346,0,0,0,0,0,0,0,0,472,0,0,0,0,0,1,0

1 # fields=21
2 26,41,0,1,11069,12338,12339,12340,12341,0,0,0,0,0,0,0,0,0,0,0,0 1,41,0,1,11069,12338,12339,12340,12341,0,0,0,0,0,0,0,0,0,0,0,0
3 30,41,0,2,11103,12357,12358,12359,12360,0,0,0,0,0,0,0,0,0,0,0,0 2,41,0,2,11103,12357,12358,12359,12360,0,0,0,0,0,0,0,0,0,0,0,0
4 34,41,1,0,11119,11120,12846,12847,12848,0,0,0,0,0,0,0,0,0,0,0,0 3,41,1,0,11119,11120,12846,12847,12848,0,0,0,0,0,0,0,0,0,0,0,0
5 28,41,1,1,11100,12353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 4,41,1,1,11100,12353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
6 27,41,1,2,11078,11080,12342,0,0,0,0,0,0,0,0,0,0,0,0,0,0 5,41,1,2,11078,11080,12342,0,0,0,0,0,0,0,0,0,0,0,0,0,0
7 1141,41,2,0,18459,18460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6,41,2,0,18459,18460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
8 31,41,2,1,11108,12349,12350,0,0,0,0,0,0,0,0,0,0,0,0,0,0 7,41,2,1,11108,12349,12350,0,0,0,0,0,0,0,0,0,0,0,0,0,0
9 29,41,2,2,11366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 8,41,2,2,11366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
10 23,41,2,3,11083,12351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 9,41,2,3,11083,12351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
11 25,41,3,0,11095,12872,12873,0,0,0,0,0,0,0,0,0,0,0,0,0,0 10,41,3,0,11095,12872,12873,0,0,0,0,0,0,0,0,0,0,0,0,0,0
12 24,41,3,1,11094,13043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 11,41,3,1,11094,13043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
13 1639,41,3,3,29074,29075,29076,0,0,0,0,0,0,0,0,0,0,0,0,0,0 12,41,3,3,29074,29075,29076,0,0,0,0,0,0,0,0,0,0,0,0,0,0
14 33,41,4,1,11115,11367,11368,0,0,0,0,0,0,0,0,0,0,0,0,0,0 13,41,4,0,11113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
15 32,41,4,2,11113,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0 14,41,4,1,11115,11367,11368,0,0,0,0,0,0,0,0,0,0,0,0,0,0
16 35,41,5,2,11124,12378,12398,12399,12400,0,0,0,0,0,0,0,0,0,0,0,0 15,41,4,2,51927,51928,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0
17 36,41,6,1,11129,0,0,0,0,0,0,0,0,33,0,0,2,0,0,1,0 16,41,5,2,11124,12378,12398,12399,12400,0,0,0,0,0,0,0,0,0,0,0,0
18 70,61,0,0,11189,28332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 17,41,6,1,11129,0,0,0,0,0,0,0,0,14,0,0,2,0,0,1,0
19 37,61,0,1,11070,12473,16763,16765,16766,0,0,0,0,0,0,0,0,0,0,0,0 18,61,0,0,11189,28332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
20 1649,61,0,2,29438,29439,29440,0,0,0,0,0,0,0,0,0,0,0,0,0,0 19,61,0,1,11070,12473,16763,16765,16766,0,0,0,0,0,0,0,0,0,0,0,0
21 73,61,1,0,11207,12672,15047,15052,15053,0,0,0,0,0,0,0,0,0,0,0,0 20,61,0,2,29438,29439,29440,0,0,0,0,0,0,0,0,0,0,0,0,0,0
22 38,61,1,1,11071,12496,12497,0,0,0,0,0,0,0,0,0,0,0,0,0,0 21,61,1,0,11151,12952,12953,0,0,0,0,0,0,0,0,0,0,0,0,0,0
23 62,61,1,2,11165,12475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 22,61,1,1,11071,12496,12497,0,0,0,0,0,0,0,0,0,0,0,0,0,0
24 65,61,1,3,11175,12569,12571,0,0,0,0,0,0,0,0,0,0,0,0,0,0 23,61,1,2,11165,12475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
25 61,61,2,0,11151,12952,12953,0,0,0,0,0,0,0,0,0,0,0,0,0,0 24,61,1,3,11175,12569,12571,0,0,0,0,0,0,0,0,0,0,0,0,0,0
26 69,61,2,1,12472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 25,61,2,0,11207,12672,15047,15052,15053,0,0,0,0,0,0,0,0,0,0,0,0
27 63,61,2,3,11185,12487,12488,0,0,0,0,0,0,0,0,0,0,0,0,0,0 26,61,2,1,12472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
28 741,61,3,0,16757,16758,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 27,61,2,3,11185,12487,12488,0,0,0,0,0,0,0,0,0,0,0,0,0,0
29 66,61,3,1,11160,12518,12519,0,0,0,0,0,0,0,0,0,0,0,0,0,0 28,61,3,0,16757,16758,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
30 67,61,3,2,11170,12982,12983,12984,12985,0,0,0,0,62,0,0,1,0,0,0,0 29,61,3,1,11160,12518,12519,0,0,0,0,0,0,0,0,0,0,0,0,0,0
31 72,61,4,1,11958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 30,61,3,2,11170,12982,12983,12984,12985,0,0,0,0,23,0,0,1,0,0,0,0
32 64,61,4,2,11190,12489,12490,0,0,0,0,0,0,0,0,0,0,0,0,0,0 31,61,4,1,11958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
33 68,61,5,2,11180,28592,28593,28594,28595,0,0,0,0,0,0,0,0,0,0,0,0 32,61,4,2,52516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
34 71,61,6,1,11426,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0 33,61,4,3,11190,12489,12490,0,0,0,0,0,0,0,0,0,0,0,0,0,0
35 74,81,0,0,11210,12592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 34,61,5,0,11180,28592,28593,28594,28595,0,0,0,0,0,0,0,0,0,0,0,0
36 76,81,0,1,11222,12839,12840,12841,12842,0,0,0,0,0,0,0,0,0,0,0,0 35,61,5,2,51999,52501,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0
37 80,81,0,2,11237,12463,12464,16769,16770,0,0,0,0,0,0,0,0,0,0,0,0 36,61,6,1,11426,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0
38 78,81,1,0,6057,6085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 37,81,0,0,11210,12592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
39 1650,81,1,1,29441,29444,29445,29446,29447,0,0,0,0,0,0,0,0,0,0,0,0 38,81,0,1,29441,29444,29445,0,0,0,0,0,0,0,0,0,0,0,0,0,0
40 75,81,1,2,11213,12574,12575,12576,12577,0,0,0,0,0,0,0,0,0,0,0,0 39,81,0,2,11237,12463,12464,16769,16770,0,0,0,0,0,0,0,0,0,0,0,0
41 82,81,2,0,11247,12606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 40,81,1,0,6057,6085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
42 81,81,2,1,11242,12467,12469,0,0,0,0,0,0,0,0,0,0,0,0,0,0 41,81,1,1,11222,12839,12840,12841,12842,0,0,0,0,0,0,0,0,0,0,0,0
43 85,81,2,2,28574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 42,81,1,2,11213,12574,12575,12576,12577,0,0,0,0,0,0,0,0,0,0,0,0
44 83,81,3,0,11252,12605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 43,81,2,0,11247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
45 88,81,3,1,11255,12598,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 44,81,2,1,11242,12467,12469,0,0,0,0,0,0,0,0,0,0,0,0,0,0
46 1142,81,3,3,18462,18463,18464,0,0,0,0,0,0,0,0,0,0,0,0,0,0 45,81,2,2,51949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
47 86,81,4,1,12043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 46,81,3,0,11252,12605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
48 77,81,4,2,11232,12500,12501,12502,12503,0,0,0,0,85,0,0,0,0,0,0,0 47,81,3,1,11255,12598,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
49 421,81,5,1,15058,15059,15060,0,0,0,0,0,0,86,0,0,0,0,0,0,0 48,81,3,2,51963,51964,51965,0,0,0,0,0,0,45,0,0,0,0,0,0,0
50 87,81,6,1,12042,0,0,0,0,0,0,0,0,421,0,0,2,0,0,1,0 49,81,3,3,18462,18463,18464,0,0,0,0,0,0,0,0,0,0,0,0,0,0
51 124,161,0,0,12282,12663,12664,0,0,0,0,0,0,0,0,0,0,0,0,0,0 50,81,4,0,15058,15059,15060,0,0,0,0,0,0,0,0,0,0,0,0,0,0
52 130,161,0,1,16462,16463,16464,16465,16466,0,0,0,0,0,0,0,0,0,0,0,0 51,81,4,1,12043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
53 127,161,0,2,12286,12658,12659,0,0,0,0,0,0,0,0,0,0,0,0,0,0 52,81,4,2,51981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
54 126,161,1,0,12285,12697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 53,81,4,3,45403,45404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
55 641,161,1,1,12295,12676,12677,12678,12679,0,0,0,0,0,0,0,0,0,0,0,0 54,81,5,2,51262,51987,51988,51989,51990,0,0,0,0,0,0,0,0,0,0,0,0
56 128,161,1,3,12287,12665,12666,0,0,0,0,0,0,0,0,0,0,0,0,0,0 55,81,6,1,12042,0,0,0,0,0,0,0,0,51,0,0,0,0,0,1,0
57 131,161,2,0,12290,12963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 56,161,0,0,12282,12663,12664,0,0,0,0,0,0,0,0,0,0,0,0,0,0
58 137,161,2,1,12296,0,0,0,0,0,0,0,0,641,0,0,4,0,0,1,0 57,161,0,1,12295,12676,12677,12678,12679,0,0,0,0,0,0,0,0,0,0,0,0
59 121,161,2,2,12834,12849,12867,0,0,0,0,0,0,127,0,0,2,0,0,0,0 58,161,0,2,12286,12658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
60 136,161,3,1,12163,12711,12712,12713,12714,0,0,0,0,0,0,0,0,0,0,0,0 59,161,1,0,12285,12697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
61 662,161,3,2,16493,16494,0,0,0,0,0,0,0,121,0,0,2,0,0,0,0 60,161,1,1,16462,16463,16464,16465,16466,0,0,0,0,0,0,0,0,0,0,0,0
62 132,161,4,0,12700,12781,12783,12784,12785,0,0,0,0,0,0,0,0,0,0,0,0 61,161,1,3,12287,12665,12666,0,0,0,0,0,0,0,0,0,0,0,0,0,0
63 133,161,4,1,12292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 62,161,2,0,54023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
64 125,161,4,2,12284,12701,12702,12703,12704,0,0,0,0,0,0,0,0,0,0,0,0 63,161,2,1,12290,12963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
65 123,161,4,3,12281,12812,12813,12814,12815,0,0,0,0,0,0,0,0,0,0,0,0 64,161,2,2,12834,12849,12867,0,0,0,0,0,0,58,0,0,1,0,0,0,0
66 134,161,5,0,12165,12830,12831,12832,12833,0,0,0,0,0,0,0,0,0,0,0,0 65,161,3,1,12163,12711,12712,0,0,0,0,0,0,0,0,0,0,0,0,0,0
67 129,161,5,2,12289,12668,23695,0,0,0,0,0,0,0,0,0,0,0,0,0,0 66,161,3,2,16493,16494,0,0,0,0,0,0,0,64,0,0,2,0,0,0,0
68 135,161,6,1,12294,0,0,0,0,0,0,0,0,133,0,0,0,0,0,1,0 67,161,4,0,51644,51655,51656,51657,51658,0,0,0,0,62,0,0,0,0,0,0,0
69 1601,163,0,1,12298,12724,12725,12726,12727,0,0,0,0,0,0,0,0,0,0,0,0 68,161,4,1,12292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
70 138,163,0,2,12297,12750,12751,12752,12753,0,0,0,0,0,0,0,0,0,0,0,0 69,161,4,2,51641,51642,51643,0,0,0,0,0,0,0,0,0,0,0,0,0,0
71 142,163,1,0,12301,12818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 70,161,4,3,45576,45577,45578,0,0,0,0,0,0,0,0,0,0,0,0,0,0
72 140,163,1,2,12299,12761,12762,12763,12764,0,0,0,0,0,0,0,0,0,0,0,0 71,161,5,0,12862,12330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
73 141,163,1,3,12300,12959,12960,12961,12962,0,0,0,0,0,0,0,0,0,0,0,0 72,161,5,2,57709,57710,57711,0,0,0,0,0,0,69,0,0,2,0,0,0,0
74 153,163,2,0,12975,0,0,0,0,0,0,0,0,142,0,0,1,0,0,1,0 73,161,6,1,12294,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0
75 145,163,2,1,12945,12307,12944,0,0,0,0,0,0,1601,0,0,4,0,0,0,0 74,163,0,0,12301,12818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
76 147,163,2,2,12797,12799,12800,0,0,0,0,0,0,0,0,0,0,0,0,0,0 75,163,0,1,12298,12724,12725,12726,12727,0,0,0,0,0,0,0,0,0,0,0,0
77 144,163,2,3,12303,12788,12789,12791,12792,0,0,0,0,0,0,0,0,0,0,0,0 76,163,0,2,12297,12750,12751,0,0,0,0,0,0,0,0,0,0,0,0,0,0
78 146,163,3,0,12308,12810,12811,0,0,0,0,0,0,0,0,0,0,0,0,0,0 77,163,1,1,12300,12959,12960,12961,12962,0,0,0,0,0,0,0,0,0,0,0,0
79 151,163,3,1,12313,12804,12807,0,0,0,0,0,0,0,0,0,0,0,0,0,0 78,163,1,2,12299,12761,12762,12763,12764,0,0,0,0,0,0,0,0,0,0,0,0
80 143,163,3,2,12302,12765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 79,163,2,0,12975,0,0,0,0,0,0,0,0,74,0,0,1,0,0,1,0
81 150,163,4,0,12312,12803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 80,163,2,1,51591,51592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
82 152,163,4,1,12809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 81,163,2,2,12302,12765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
83 149,163,4,2,12311,12958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 82,163,2,3,12797,12799,12800,0,0,0,0,0,0,0,0,0,0,0,0,0,0
84 702,163,5,2,16538,16539,16540,16541,16542,0,0,0,0,0,0,0,0,0,0,0,0 83,163,3,0,12311,12958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
85 148,163,6,1,23922,0,0,0,0,0,0,0,0,152,0,0,0,0,0,1,0 84,163,3,1,12313,12804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
86 158,164,0,1,12321,12835,12836,12837,12838,0,0,0,0,0,0,0,0,0,0,0,0 85,163,3,2,12303,12788,12789,12791,12792,0,0,0,0,0,0,0,0,0,0,0,0
87 157,164,0,2,12320,12852,12853,12855,12856,0,0,0,0,0,0,0,0,0,0,0,0 86,163,4,0,16538,16539,16540,16541,16542,0,0,0,0,0,0,0,0,0,0,0,0
88 161,164,1,1,12324,12876,12877,12878,12879,0,0,0,0,0,0,0,0,0,0,0,0 87,163,4,1,23922,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
89 159,164,1,2,12322,12999,13000,13001,13002,0,0,0,0,0,0,0,0,0,0,0,0 88,163,4,2,51598,51599,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0
90 166,164,2,0,12329,12950,20496,0,0,0,0,0,0,0,0,0,0,0,0,0,0 89,163,4,3,51593,51594,0,0,0,0,0,0,0,82,0,0,2,0,0,0,0
91 160,164,2,1,12323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 90,163,5,0,12312,12803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
92 661,164,2,2,16487,16489,16492,0,0,0,0,0,0,0,0,0,0,0,0,0,0 91,163,5,2,51606,51607,51608,0,0,0,0,0,0,0,0,0,0,0,0,0,0
93 154,164,2,3,12318,12857,12858,12860,12861,0,0,0,0,0,0,0,0,0,0,0,0 92,163,6,1,12809,0,0,0,0,0,0,0,0,87,0,0,0,0,0,1,0
94 1581,164,3,0,23584,23585,23586,23587,23588,0,0,0,0,0,0,0,0,0,0,0,0 93,164,0,1,12321,12835,12836,12837,12838,0,0,0,0,0,0,0,0,0,0,0,0
95 1542,164,3,1,20502,20503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 94,164,0,2,12320,12852,12853,12855,12856,0,0,0,0,0,0,0,0,0,0,0,0
96 155,164,3,2,12317,13045,13046,13047,13048,0,0,0,0,0,0,0,0,0,0,0,0 95,164,1,1,23584,23585,23586,23587,23588,0,0,0,0,0,0,0,0,0,0,0,0
97 168,164,4,0,12862,12330,20497,20498,20499,0,0,0,0,0,0,0,0,0,0,0,0 96,164,1,2,12322,12999,13000,13001,13002,0,0,0,0,0,0,0,0,0,0,0,0
98 165,164,4,1,12328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 97,164,2,0,51609,51610,51611,51612,51613,0,0,0,0,0,0,0,0,0,0,0,0
99 1543,164,4,3,20504,20505,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 98,164,2,1,12323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
100 1541,164,5,0,20500,20501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 99,164,2,2,16487,16489,16492,0,0,0,0,0,0,0,0,0,0,0,0,0,0
101 156,164,5,2,12319,12971,12972,12973,12974,0,0,0,0,155,0,0,4,0,0,0,0 100,164,3,1,20504,20505,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
102 167,164,6,1,23881,0,0,0,0,0,0,0,0,165,0,0,0,0,0,1,0 101,164,3,2,12317,13045,13046,13047,13048,0,0,0,0,0,0,0,0,0,0,0,0
103 203,181,0,0,13741,13793,13792,0,0,0,0,0,0,0,0,0,0,0,0,0,0 102,164,3,3,51614,51615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
104 201,181,0,1,13732,13863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 103,164,4,0,51616,51617,51618,0,0,0,0,0,0,0,0,0,0,0,0,0,0
105 186,181,0,2,13712,13788,13789,13790,13791,0,0,0,0,0,0,0,0,0,0,0,0 104,164,4,1,12328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
106 202,181,1,0,13733,13865,13866,0,0,0,0,0,0,0,0,0,0,0,0,0,0 105,164,4,3,20502,20503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
107 187,181,1,1,13713,13853,13854,13855,13856,0,0,0,0,0,0,0,0,0,0,0,0 106,164,5,0,20500,20501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
108 181,181,1,2,13705,13832,13843,13844,13845,0,0,0,0,0,0,0,0,0,0,0,0 107,164,5,1,12319,12971,12972,12973,12974,0,0,0,0,104,0,0,0,0,0,0,0
109 204,181,2,0,13742,13872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 108,164,5,2,51623,51624,51625,0,0,0,0,0,0,101,0,0,4,0,0,0,0
110 301,181,2,1,14251,0,0,0,0,0,0,0,0,187,0,0,4,0,0,1,0 109,164,6,1,23881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
111 222,181,2,3,13743,13875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 110,181,0,1,14057,14072,14073,14074,14075,0,0,0,0,0,0,0,0,0,0,0,0
112 206,181,3,0,13754,13867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 111,181,0,2,13712,13788,13789,13790,13791,0,0,0,0,0,0,0,0,0,0,0,0
113 182,181,3,1,13706,13804,13805,13806,13807,0,0,0,0,0,0,0,0,0,0,0,0 112,181,1,0,13713,13853,13854,13855,13856,0,0,0,0,0,0,0,0,0,0,0,0
114 221,181,3,2,13715,13848,13849,13851,13852,0,0,0,0,181,0,0,4,0,0,0,0 113,181,1,1,13733,13865,13866,0,0,0,0,0,0,0,0,0,0,0,0,0,0
115 184,181,4,0,13709,13800,13801,13802,13803,0,0,0,0,0,0,0,0,0,0,0,0 114,181,1,2,13705,13832,13843,13844,13845,0,0,0,0,0,0,0,0,0,0,0,0
116 223,181,4,1,13877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 115,181,2,0,14251,0,0,0,0,0,0,0,0,112,0,0,4,0,0,1,0
117 242,181,4,2,13960,13961,13962,13963,13964,0,0,0,0,0,0,0,0,0,0,0,0 116,181,2,1,13743,13875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
118 183,181,4,3,13707,13966,13967,13968,13969,0,0,0,0,0,0,0,0,0,0,0,0 117,181,2,3,13983,14070,14071,0,0,0,0,0,0,0,0,0,0,0,0,0,0
119 1703,181,5,1,30919,30920,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0 118,181,3,0,13754,13867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
120 1122,181,5,2,18427,18428,18429,0,0,0,0,0,0,0,0,0,0,0,0,0,0 119,181,3,1,13709,13800,13801,13802,13803,0,0,0,0,0,0,0,0,0,0,0,0
121 205,181,6,1,13750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 120,181,3,2,13715,13848,13849,13851,13852,0,0,0,0,114,0,0,4,0,0,0,0
122 276,182,0,0,14162,14163,14164,0,0,0,0,0,0,0,0,0,0,0,0,0,0 121,181,4,0,13706,13804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
123 272,182,0,1,14144,14148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 122,181,4,1,52511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
124 270,182,0,2,14138,14139,14140,14141,14142,0,0,0,0,0,0,0,0,0,0,0,0 123,181,4,2,13960,13961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
125 273,182,1,0,14156,14160,14161,0,0,0,0,0,0,0,0,0,0,0,0,0,0 124,181,4,3,30919,30920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
126 274,182,1,1,14158,14159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 125,181,5,1,52507,52508,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0
127 277,182,1,3,14165,14166,14167,0,0,0,0,0,0,0,0,0,0,0,0,0,0 126,181,5,2,18427,18428,18429,0,0,0,0,0,0,0,0,0,0,0,0,0,0
128 281,182,2,0,14179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 127,181,6,1,13750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
129 278,182,2,1,14168,14169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 128,182,0,0,14162,14163,14164,0,0,0,0,0,0,0,0,0,0,0,0,0,0
130 269,182,2,2,14128,14132,14135,14136,14137,0,0,0,0,270,0,0,4,0,0,0,0 129,182,0,1,14144,14148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
131 682,182,3,1,16513,16514,16515,16719,16720,0,0,0,0,0,0,0,0,0,0,0,0 130,182,0,2,14138,14139,14140,14141,14142,0,0,0,0,0,0,0,0,0,0,0,0
132 268,182,3,2,14113,14114,14115,14116,14117,0,0,0,0,0,0,0,0,0,0,0,0 131,182,1,0,14156,14160,14161,0,0,0,0,0,0,0,0,0,0,0,0,0,0
133 280,182,4,1,14177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 132,182,1,1,14158,14159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
134 279,182,4,2,14174,14175,14176,0,0,0,0,0,0,0,0,0,0,0,0,0,0 133,182,1,3,14165,14166,14167,0,0,0,0,0,0,0,0,0,0,0,0,0,0
135 283,182,5,1,14186,14190,14193,14194,14195,0,0,0,0,280,0,0,0,0,0,0,0 134,182,2,0,14179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
136 382,182,6,1,14983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 135,182,2,1,13710,13859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
137 241,183,0,1,13958,13970,13971,13972,13973,0,0,0,0,0,0,0,0,0,0,0,0 136,182,2,2,14128,14132,14135,14136,14137,0,0,0,0,130,0,0,4,0,0,0,0
138 261,183,0,2,14057,14072,14073,14074,14075,0,0,0,0,0,0,0,0,0,0,0,0 137,182,3,0,14174,14175,14176,0,0,0,0,0,0,0,0,0,0,0,0,0,0
139 1700,183,1,0,30892,30893,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 138,182,3,1,16513,16514,16515,0,0,0,0,0,0,0,0,0,0,0,0,0,0
140 247,183,1,1,13981,14066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 139,182,3,2,14113,14114,14115,0,0,0,0,0,0,0,0,0,0,0,0,0,0
141 244,183,1,2,13975,14062,14063,14064,14065,0,0,0,0,0,0,0,0,0,0,0,0 140,182,4,0,52518,52519,52520,0,0,0,0,0,0,0,0,0,0,0,0,0,0
142 245,183,2,0,13976,13979,13980,0,0,0,0,0,0,0,0,0,0,0,0,0,0 141,182,4,1,52531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
143 303,183,2,1,14278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 142,182,4,2,14177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
144 263,183,2,2,14079,14080,14081,0,0,0,0,0,0,0,0,0,0,0,0,0,0 143,182,5,0,14983,52527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
145 246,183,3,0,13983,14070,14071,0,0,0,0,0,0,0,0,0,0,0,0,0,0 144,182,5,2,14186,14190,14193,14194,14195,0,0,0,0,0,0,0,0,0,0,0,0
146 262,183,3,1,14076,14094,14095,0,0,0,0,0,0,0,0,0,0,0,0,0,0 145,182,6,1,52714,0,0,0,0,0,0,0,0,141,0,0,0,0,0,1,0
147 1123,183,3,2,14171,14172,14173,0,0,0,0,0,0,0,0,0,0,0,0,0,0 146,183,0,1,13975,14062,14063,14064,14065,0,0,0,0,0,0,0,0,0,0,0,0
148 1701,183,4,0,30894,30895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 147,183,0,2,14168,14169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
149 284,183,4,1,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 148,183,0,3,13741,13793,13792,0,0,0,0,0,0,0,0,0,0,0,0,0,0
150 265,183,4,2,14082,14083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 149,183,1,0,14079,14080,14081,0,0,0,0,0,0,0,0,0,0,0,0,0,0
151 681,183,4,3,16511,0,0,0,0,0,0,0,0,1123,0,0,2,0,0,1,0 150,183,1,1,13981,14066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
152 1702,183,5,2,30902,30903,30904,30905,30906,0,0,0,0,0,0,0,0,0,0,0,0 151,183,1,2,14171,14172,14173,0,0,0,0,0,0,0,0,0,0,0,0,0,0
153 381,183,6,1,14183,0,0,0,0,0,0,0,0,284,0,0,0,0,0,1,0 152,183,2,0,13976,13979,13980,0,0,0,0,0,0,0,0,0,0,0,0,0,0
154 342,201,0,1,14522,14788,14789,14790,14791,0,0,0,0,0,0,0,0,0,0,0,0 153,183,2,1,51970,51971,51972,0,0,0,0,0,0,0,0,0,0,0,0,0,0
155 345,201,0,2,14524,14525,14526,14527,14528,0,0,0,0,0,0,0,0,0,0,0,0 154,183,2,2,51969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
156 352,201,1,0,14523,14784,14785,14786,14787,0,0,0,0,0,0,0,0,0,0,0,0 155,183,2,3,16511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
157 344,201,1,1,14749,14767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 156,183,3,0,52707,52709,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
158 343,201,1,2,14748,14768,14769,0,0,0,0,0,0,0,0,0,0,0,0,0,0 157,183,3,1,14076,14094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
159 321,201,1,3,14531,14774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 158,183,3,2,51680,51681,51682,0,0,0,0,0,0,0,0,0,0,0,0,0,0
160 348,201,2,1,14751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 159,183,4,0,14082,14083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
161 347,201,2,2,14521,14776,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0 160,183,4,1,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
162 346,201,3,0,14747,14770,14771,0,0,0,0,0,0,0,0,0,0,0,0,0,0 161,183,4,2,52710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
163 341,201,3,1,14520,14780,14781,14782,14783,0,0,0,0,0,0,0,0,0,0,0,0 162,183,4,3,51974,51975,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0
164 350,201,3,3,14750,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 163,183,5,0,52512,52514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
165 1201,201,4,1,18551,18552,18553,18554,18555,0,0,0,0,0,0,0,0,0,0,0,0 164,183,5,2,52541,52542,52543,52544,52545,0,0,0,0,0,0,0,0,0,0,0,0
166 351,201,4,2,14752,0,0,0,0,0,0,0,0,347,0,0,2,0,0,1,0 165,183,6,1,52538,0,0,0,0,0,0,0,0,160,0,0,0,0,0,1,0
167 1202,201,5,2,18544,18547,18548,18549,18550,0,0,0,0,0,0,0,0,0,0,0,0 166,201,0,0,14524,14525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
168 322,201,6,1,10060,0,0,0,0,0,0,0,0,1201,0,0,4,0,0,1,0 167,201,0,1,51462,51463,51464,0,0,0,0,0,0,0,0,0,0,0,0,0,0
169 410,202,0,0,14913,15012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 168,201,0,2,14520,14780,14781,14782,14783,0,0,0,0,0,0,0,0,0,0,0,0
170 406,202,0,1,14908,15020,17191,0,0,0,0,0,0,0,0,0,0,0,0,0,0 169,201,1,0,14523,14784,14785,14786,14787,0,0,0,0,0,0,0,0,0,0,0,0
171 401,202,0,2,14889,15008,15009,15010,15011,0,0,0,0,0,0,0,0,0,0,0,0 170,201,1,1,14522,14788,14789,14790,14791,0,0,0,0,0,0,0,0,0,0,0,0
172 411,202,1,1,27900,27901,27902,27903,27904,0,0,0,0,0,0,0,0,0,0,0,0 171,201,1,2,14531,14774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
173 1181,202,1,2,18530,18531,18533,18534,18535,0,0,0,0,0,0,0,0,0,0,0,0 172,201,1,3,14749,14767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
174 442,202,2,0,15237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 173,201,2,0,14747,14770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
175 1636,202,2,1,27811,27815,27816,0,0,0,0,0,0,0,0,0,0,0,0,0,0 174,201,2,1,14751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
176 361,202,2,3,14892,15362,15363,0,0,0,0,0,0,0,0,0,0,0,0,0,0 175,201,2,2,14748,14768,14769,0,0,0,0,0,0,0,0,0,0,0,0,0,0
177 1635,202,3,0,27789,27790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 176,201,2,3,14521,14776,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0
178 408,202,3,1,14912,15013,15014,0,0,0,0,0,0,0,0,0,0,0,0,0,0 177,201,3,0,51466,51467,51468,0,0,0,0,0,0,0,0,0,0,0,0,0,0
179 403,202,3,2,14909,15017,0,0,0,0,0,0,0,1181,0,0,4,0,0,0,0 178,201,3,1,51470,51471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
180 413,202,4,0,14911,15018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 179,201,4,0,18551,18552,18553,0,0,0,0,0,0,0,0,0,0,0,0,0,0
181 1561,202,4,1,20711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 180,201,4,1,51476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
182 402,202,4,2,14901,15028,15029,15030,15031,0,0,0,0,0,0,0,0,0,0,0,0 181,201,4,2,45560,0,0,0,0,0,0,0,0,175,0,0,2,0,0,1,0
183 404,202,5,2,14898,15349,15354,15355,15356,0,0,0,0,0,0,0,0,0,0,0,0 182,201,5,2,18544,18547,18548,18549,18550,0,0,0,0,0,0,0,0,0,0,0,0
184 1637,202,6,1,724,0,0,0,0,0,0,0,0,1561,0,0,0,0,0,1,0 183,201,6,1,51478,0,0,0,0,0,0,0,0,180,0,0,0,0,0,1,0
185 465,203,0,1,15270,15335,15336,15337,15338,0,0,0,0,0,0,0,0,0,0,0,0 184,202,0,0,14908,15020,17191,0,0,0,0,0,0,0,0,0,0,0,0,0,0
186 464,203,0,2,15268,15323,15324,15325,15326,0,0,0,0,0,0,0,0,0,0,0,0 185,202,0,1,14913,15012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
187 466,203,1,0,15318,15272,15320,0,0,0,0,0,0,0,0,0,0,0,0,0,0 186,202,0,2,14889,15008,15009,15010,15011,0,0,0,0,0,0,0,0,0,0,0,0
188 482,203,1,1,15275,15317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 187,202,1,1,18530,18531,18533,18534,18535,0,0,0,0,0,0,0,0,0,0,0,0
189 463,203,1,2,15260,15327,15328,15329,15330,0,0,0,0,0,0,0,0,0,0,0,0 188,202,1,2,27900,27901,27902,0,0,0,0,0,0,0,0,0,0,0,0,0,0
190 542,203,2,0,15392,15448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 189,202,1,3,27789,27790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
191 481,203,2,1,15273,15312,15313,15314,15316,0,0,0,0,0,0,0,0,0,0,0,0 190,202,2,1,27811,27815,27816,0,0,0,0,0,0,0,0,0,0,0,0,0,0
192 501,203,2,2,15407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 191,202,2,2,14892,15362,15363,0,0,0,0,0,0,0,0,0,0,0,0,0,0
193 483,203,3,1,15274,15311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 192,202,2,3,15237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
194 881,203,3,2,17322,17323,17325,0,0,0,0,0,0,0,0,0,0,0,0,0,0 193,202,3,0,51484,51485,0,0,0,0,0,0,0,184,0,0,2,0,0,0,0
195 461,203,3,3,15257,15331,15332,15333,15334,0,0,0,0,0,0,0,0,0,0,0,0 194,202,3,1,14912,15013,15014,0,0,0,0,0,0,0,0,0,0,0,0,0,0
196 541,203,4,0,15487,0,0,0,0,0,0,0,0,542,0,0,1,0,0,1,0 195,202,3,2,14901,15028,15029,15030,15031,0,0,0,0,0,0,0,0,0,0,0,0
197 484,203,4,1,15286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 196,202,4,1,20711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
198 1638,203,4,2,27839,27840,0,0,0,0,0,0,0,484,0,0,0,0,0,0,0 197,202,4,2,51486,51487,51488,0,0,0,0,0,0,0,0,0,0,0,0,0,0
199 462,203,5,2,15259,15307,15308,15309,15310,0,0,0,0,0,0,0,0,0,0,0,0 198,202,5,2,14898,15349,15354,15355,15356,0,0,0,0,0,0,0,0,0,0,0,0
200 521,203,6,1,15473,0,0,0,0,0,0,0,0,484,0,0,0,0,0,1,0 199,202,6,1,45562,0,0,0,0,0,0,0,0,196,0,0,0,0,0,1,0
201 564,261,0,1,16039,16109,16110,16111,16112,0,0,0,0,0,0,0,0,0,0,0,0 200,203,0,1,15270,15335,15336,15337,15338,0,0,0,0,0,0,0,0,0,0,0,0
202 563,261,0,2,16035,16105,16106,16107,16108,0,0,0,0,0,0,0,0,0,0,0,0 201,203,0,2,15268,15323,15324,15325,15326,0,0,0,0,0,0,0,0,0,0,0,0
203 572,261,1,0,16043,16130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 202,203,1,0,15318,15272,15320,0,0,0,0,0,0,0,0,0,0,0,0,0,0
204 1640,261,1,1,28996,28997,28998,0,0,0,0,0,0,0,0,0,0,0,0,0,0 203,203,1,1,15275,15317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
205 561,261,1,2,16038,16160,16161,0,0,0,0,0,0,0,0,0,0,0,0,0,0 204,203,1,2,15260,15327,15328,15329,15330,0,0,0,0,0,0,0,0,0,0,0,0
206 574,261,2,0,16164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 205,203,2,0,15392,15448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
207 575,261,2,1,16040,16113,16114,16115,16116,0,0,0,0,0,0,0,0,0,0,0,0 206,203,2,1,15273,15312,15313,15314,15316,0,0,0,0,0,0,0,0,0,0,0,0
208 562,261,2,2,16041,16117,16118,16119,16120,0,0,0,0,0,0,0,0,0,0,0,0 207,203,2,2,15407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
209 567,261,3,0,16086,16544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 208,203,2,3,14750,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
210 1642,261,3,1,29062,29064,29065,0,0,0,0,0,0,0,0,0,0,0,0,0,0 209,203,3,1,15274,15311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
211 1645,261,3,3,30160,29179,29180,0,0,0,0,0,0,0,0,0,0,0,0,0,0 210,203,3,2,17322,17323,17325,0,0,0,0,0,0,0,0,0,0,0,0,0,0
212 1641,261,4,0,28999,29000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 211,203,3,3,15257,15331,15332,15333,15334,0,0,0,0,0,0,0,0,0,0,0,0
213 565,261,4,1,16089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 212,203,4,0,15487,0,0,0,0,0,0,0,0,205,0,0,1,0,0,1,0
214 721,261,5,2,16578,16579,16580,16581,16582,0,0,0,0,562,0,0,4,0,0,0,0 213,203,4,1,15286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
215 573,261,6,1,16166,0,0,0,0,0,0,0,0,565,0,0,0,0,0,1,0 214,203,4,2,45557,45558,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0
216 586,262,0,1,16182,16226,16227,16228,16229,0,0,0,0,0,0,0,0,0,0,0,0 215,203,5,2,15259,15307,15308,15309,15310,0,0,0,0,0,0,0,0,0,0,0,0
217 593,262,0,2,16179,16214,16215,16216,16217,0,0,0,0,0,0,0,0,0,0,0,0 216,203,6,1,15473,0,0,0,0,0,0,0,0,213,0,0,0,0,0,1,0
218 589,262,1,0,16184,16209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 217,261,0,1,16039,16109,16110,16111,16112,0,0,0,0,0,0,0,0,0,0,0,0
219 581,262,1,1,16176,16235,16240,0,0,0,0,0,0,0,0,0,0,0,0,0,0 218,261,0,2,16035,16105,16106,16107,16108,0,0,0,0,0,0,0,0,0,0,0,0
220 595,262,1,2,16173,16222,16223,16224,16225,0,0,0,0,0,0,0,0,0,0,0,0 219,261,1,0,16043,16130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
221 583,262,2,0,16180,16196,16198,0,0,0,0,0,0,0,0,0,0,0,0,0,0 220,261,1,1,28996,28997,28998,0,0,0,0,0,0,0,0,0,0,0,0,0,0
222 587,262,2,1,16181,16230,16232,16233,16234,0,0,0,0,0,0,0,0,0,0,0,0 221,261,1,2,30160,29179,29180,0,0,0,0,0,0,0,0,0,0,0,0,0,0
223 582,262,2,2,16189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 222,261,2,0,45541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
224 1646,262,2,3,29187,29189,29191,0,0,0,0,0,0,0,0,0,0,0,0,0,0 223,261,2,1,16040,16113,16114,0,0,0,0,0,0,0,0,0,0,0,0,0,0
225 588,262,3,1,16187,16205,16206,16207,16208,0,0,0,0,0,0,0,0,0,0,0,0 224,261,2,2,16041,16117,16118,16119,16120,0,0,0,0,0,0,0,0,0,0,0,0
226 594,262,3,2,16194,16218,16219,16220,16221,0,0,0,0,0,0,0,0,0,0,0,0 225,261,2,3,46107,46108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
227 1648,262,4,0,29206,29205,29202,0,0,0,0,0,0,0,0,0,0,0,0,0,0 226,261,3,0,16086,16544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
228 591,262,4,2,16188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 227,261,3,1,29062,29064,29065,0,0,0,0,0,0,0,0,0,0,0,0,0,0
229 592,262,5,2,16178,16210,16211,16212,16213,0,0,0,0,0,0,0,0,0,0,0,0 228,261,3,3,16038,16160,16161,0,0,0,0,0,0,0,0,0,0,0,0,0,0
230 590,262,6,1,16190,0,0,0,0,0,0,0,0,588,0,0,4,0,0,1,0 229,261,4,0,28999,29000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
231 614,263,0,1,17485,17486,17487,17488,17489,0,0,0,0,0,0,0,0,0,0,0,0 230,261,4,1,16166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
232 612,263,0,2,16253,16298,16299,16300,16301,0,0,0,0,0,0,0,0,0,0,0,0 231,261,4,3,56556,56557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
233 609,263,1,0,16258,16293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 232,261,5,2,16578,16579,16580,16581,16582,0,0,0,0,224,0,0,4,0,0,0,0
234 613,263,1,1,16255,16302,16303,16304,16305,0,0,0,0,0,0,0,0,0,0,0,0 233,261,6,1,48306,0,0,0,0,0,0,0,0,230,0,0,0,0,0,1,0
235 605,263,1,2,16262,16287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 234,262,0,1,16182,16226,16227,16228,16229,0,0,0,0,0,0,0,0,0,0,0,0
236 607,263,1,3,16261,16290,16291,0,0,0,0,0,0,0,0,0,0,0,0,0,0 235,262,0,2,16179,16214,16215,16216,16217,0,0,0,0,0,0,0,0,0,0,0,0
237 610,263,2,0,16259,16295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 236,262,1,0,16184,16209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
238 617,263,2,2,16269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 237,262,1,1,16176,16235,16240,0,0,0,0,0,0,0,0,0,0,0,0,0,0
239 601,263,2,3,16254,16271,16272,16273,16274,0,0,0,0,0,0,0,0,0,0,0,0 238,262,1,2,16194,16218,16219,16220,16221,0,0,0,0,0,0,0,0,0,0,0,0
240 602,263,3,1,16256,16281,16282,16283,16284,0,0,0,0,613,0,0,4,0,0,0,0 239,262,2,0,29206,29205,29202,0,0,0,0,0,0,0,0,0,0,0,0,0,0
241 615,263,3,2,16252,16306,16307,16308,16309,0,0,0,0,0,0,0,0,0,0,0,0 240,262,2,1,16181,16230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
242 1647,263,4,0,29192,29193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 241,262,2,2,16189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
243 611,263,4,1,16266,29079,29080,0,0,0,0,0,0,0,0,0,0,0,0,0,0 242,262,2,3,29187,29189,29191,0,0,0,0,0,0,0,0,0,0,0,0,0,0
244 616,263,4,2,16268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 243,262,3,1,16187,16205,16206,16207,16208,0,0,0,0,0,0,0,0,0,0,0,0
245 1643,263,5,2,29082,29084,29086,29087,29088,0,0,0,0,0,0,0,0,0,0,0,0 244,262,3,2,51369,51370,51371,0,0,0,0,0,0,0,0,0,0,0,0,0,0
246 901,263,6,1,17364,0,0,0,0,0,0,0,0,611,0,0,2,0,0,1,0 245,262,4,0,51491,51492,0,0,0,0,0,0,0,239,0,0,2,0,0,0,0
247 796,281,0,1,16934,16935,16936,16937,16938,0,0,0,0,0,0,0,0,0,0,0,0 246,262,4,2,16188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
248 795,281,0,2,16858,16859,16860,16861,16862,0,0,0,0,0,0,0,0,0,0,0,0 247,262,4,3,51372,51373,0,0,0,0,0,0,0,244,0,0,2,0,0,0,0
249 799,281,1,0,16947,16948,16949,16950,16951,0,0,0,0,0,0,0,0,0,0,0,0 248,262,5,1,51374,51375,51376,51377,51378,0,0,0,0,243,0,0,4,0,0,0,0
250 797,281,1,1,16940,16941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 249,262,6,1,51363,0,0,0,0,0,0,0,0,248,0,0,4,0,0,1,0
251 794,281,1,2,16929,16930,16931,16932,16933,0,0,0,0,0,0,0,0,0,0,0,0 250,263,0,1,17485,17486,17487,17488,17489,0,0,0,0,0,0,0,0,0,0,0,0
252 807,281,2,0,17002,24866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 251,263,0,2,16253,16298,16299,16300,16301,0,0,0,0,0,0,0,0,0,0,0,0
253 804,281,2,1,16979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 252,263,1,0,51381,51382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
254 798,281,2,2,16942,16943,16944,0,0,0,0,0,0,0,0,0,0,0,0,0,0 253,263,1,1,16255,16302,16303,16304,16305,0,0,0,0,0,0,0,0,0,0,0,0
255 802,281,3,0,16966,16968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 254,263,1,2,16261,16290,16291,0,0,0,0,0,0,0,0,0,0,0,0,0,0
256 803,281,3,1,16972,16974,16975,0,0,0,0,0,0,0,0,0,0,0,0,0,0 255,263,1,3,16262,16287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
257 800,281,3,2,16952,16954,0,0,0,0,0,0,0,798,0,0,2,0,0,0,0 256,263,2,0,51383,51384,51385,0,0,0,0,0,0,0,0,0,0,0,0,0,0
258 801,281,3,3,16958,16961,0,0,0,0,0,0,0,798,0,0,2,0,0,0,0 257,263,2,2,51387,0,0,0,0,0,0,0,0,254,0,0,2,0,0,1,0
259 805,281,4,0,16998,16999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 258,263,2,3,45545,45546,45547,0,0,0,0,0,0,0,0,0,0,0,0,0,0
260 1162,281,4,2,16857,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 259,263,3,1,16256,16281,16282,16283,16284,0,0,0,0,253,0,0,4,0,0,0,0
261 808,281,5,1,17003,17004,17005,17006,24894,0,0,0,0,803,0,0,2,0,0,0,0 260,263,3,2,45951,45952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
262 809,281,6,1,17007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 261,263,4,0,16259,16295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
263 821,282,0,1,17050,17051,17053,17054,17055,0,0,0,0,0,0,0,0,0,0,0,0 262,263,4,1,16266,29079,29080,0,0,0,0,0,0,0,0,0,0,0,0,0,0
264 822,282,0,2,17056,17058,17059,17060,17061,0,0,0,0,0,0,0,0,0,0,0,0 263,263,4,2,17364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
265 824,282,1,0,17069,17070,17071,17072,17073,0,0,0,0,0,0,0,0,0,0,0,0 264,263,5,2,29082,29084,29086,29087,29088,0,0,0,0,0,0,0,0,0,0,0,0
266 823,282,1,1,17063,17065,17066,17067,17068,0,0,0,0,0,0,0,0,0,0,0,0 265,263,6,1,45509,0,0,0,0,0,0,0,0,262,0,0,2,0,0,1,0
267 826,282,1,2,17079,17082,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0 266,281,0,1,16934,16935,16936,16937,16938,0,0,0,0,0,0,0,0,0,0,0,0
268 829,282,2,1,17106,17107,17108,0,0,0,0,0,0,0,0,0,0,0,0,0,0 267,281,0,2,16858,16859,16860,16861,16862,0,0,0,0,0,0,0,0,0,0,0,0
269 827,282,2,2,5570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 268,281,1,0,16947,16948,16949,0,0,0,0,0,0,0,0,0,0,0,0,0,0
270 841,282,2,3,17118,17119,17120,17121,17122,0,0,0,0,0,0,0,0,0,0,0,0 269,281,1,1,16940,16941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
271 843,282,3,1,24968,24969,24970,24971,24972,0,0,0,0,0,0,0,0,0,0,0,0 270,281,1,2,16929,16930,16931,0,0,0,0,0,0,0,0,0,0,0,0,0,0
272 830,282,3,3,17111,17112,17113,0,0,0,0,0,0,0,0,0,0,0,0,0,0 271,281,1,3,51402,51403,51404,0,0,0,0,0,0,0,0,0,0,0,0,0,0
273 831,282,4,0,17116,0,0,0,0,0,0,0,0,824,0,0,4,0,0,1,0 272,281,2,0,17002,24866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
274 828,282,4,2,17104,24943,24944,24945,24946,0,0,0,0,827,0,0,0,0,0,0,0 273,281,2,1,16979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
275 842,282,4,3,17123,17124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 274,281,2,2,16942,16943,16944,0,0,0,0,0,0,0,0,0,0,0,0,0,0
276 825,282,5,2,17074,17075,17076,17077,17078,0,0,0,0,0,0,0,0,0,0,0,0 275,281,2,3,45719,45720,0,0,0,0,0,0,0,274,0,0,2,0,0,0,0
277 844,282,6,1,18562,0,0,0,0,0,0,0,0,843,0,0,4,0,0,1,0 276,281,3,1,16972,16974,16975,0,0,0,0,0,0,0,0,0,0,0,0,0,0
278 762,283,0,0,16814,16815,16816,16817,16818,0,0,0,0,0,0,0,0,0,0,0,0 277,281,3,2,45721,45722,0,0,0,0,0,0,0,274,0,0,2,0,0,0,0
279 761,283,0,1,16689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,339 278,281,3,3,16966,16968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
280 921,283,0,2,17245,17247,17248,17249,0,0,0,0,0,761,0,0,0,0,0,0,0 279,281,4,0,51415,51416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
281 787,283,1,0,16918,16919,16920,0,0,0,0,0,0,0,0,0,0,0,0,0,0 280,281,4,2,45708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
282 763,283,1,1,16821,16822,16823,16824,16825,0,0,0,0,0,0,0,0,0,0,0,0 281,281,5,1,17003,17004,17005,17006,24894,0,0,0,0,276,0,0,2,0,0,0,0
283 791,283,1,2,16902,16903,16904,16905,16906,0,0,0,0,0,0,0,0,0,0,0,0 282,281,5,2,16998,16999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
284 781,283,1,3,16833,16834,16835,0,0,0,0,0,0,0,0,0,0,0,0,0,0 283,281,6,1,17007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
285 782,283,2,0,16836,16839,16840,0,0,0,0,0,0,0,0,0,0,0,0,0,0 284,282,0,1,17050,17051,17053,17054,17055,0,0,0,0,0,0,0,0,0,0,0,0
286 788,283,2,2,16864,0,0,0,0,0,0,0,0,791,0,0,4,0,0,1,0 285,282,0,2,17056,17058,17059,17060,17061,0,0,0,0,0,0,0,0,0,0,0,0
287 764,283,2,3,16819,16820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 286,282,1,0,17069,17070,17071,17072,17073,0,0,0,0,0,0,0,0,0,0,0,0
288 792,283,3,1,16909,16910,16911,16912,16913,0,0,0,0,763,0,0,4,0,0,0,0 287,282,1,1,17063,17065,17066,17067,17068,0,0,0,0,0,0,0,0,0,0,0,0
289 784,283,3,2,16850,16923,16924,16925,16926,0,0,0,0,0,0,0,0,0,0,0,0 288,282,1,2,17118,17119,17120,17121,17122,0,0,0,0,0,0,0,0,0,0,0,0
290 789,283,4,1,16880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 289,282,2,1,18562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
291 783,283,4,2,16845,16846,16847,0,0,0,0,0,0,0,0,0,0,0,0,0,0 290,282,2,2,17111,17112,17113,0,0,0,0,0,0,0,0,0,0,0,0,0,0
292 790,283,5,1,16896,16897,16899,16900,16901,0,0,0,0,789,0,0,0,0,0,0,0 291,282,2,3,17106,17107,17108,0,0,0,0,0,0,0,0,0,0,0,0,0,0
293 793,283,6,1,24858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 292,282,3,1,17104,24943,24944,24945,24946,0,0,0,0,0,0,0,0,0,0,0,0
294 944,301,0,1,17793,17796,17801,17802,17803,0,0,0,0,0,0,0,0,0,0,0,0 293,282,3,3,24968,24969,24970,24971,24972,0,0,0,0,0,0,0,0,0,0,0,0
295 941,301,0,2,17778,17779,17780,17781,17782,0,0,0,0,0,0,0,0,0,0,0,0 294,282,4,0,51446,51447,0,0,0,0,0,0,0,286,0,0,4,0,0,0,0
296 943,301,1,1,17788,17789,17790,17791,17792,0,0,0,0,0,0,0,0,0,0,0,0 295,282,4,2,17116,0,0,0,0,0,0,0,0,290,0,0,2,0,0,1,0
297 982,301,1,2,18119,18120,18121,18122,18123,0,0,0,0,0,0,0,0,0,0,0,0 296,282,4,3,51448,51449,51450,0,0,0,0,0,0,0,0,0,0,0,0,0,0
298 983,301,2,0,18126,18127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 297,282,5,1,17074,17075,17076,17077,17078,0,0,0,0,292,0,0,4,0,0,0,0
299 984,301,2,1,18128,18129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 298,282,5,2,17123,17124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
300 981,301,2,2,18130,18131,18132,18133,18134,0,0,0,0,0,0,0,0,0,0,0,0 299,282,6,1,45705,0,0,0,0,0,0,0,0,297,0,0,4,0,0,1,0
301 963,301,2,3,17877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 300,283,0,0,16814,16815,16816,16817,16818,0,0,0,0,0,0,0,0,0,0,0,0
302 985,301,3,0,18135,18136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 301,283,0,1,16689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
303 964,301,3,1,17917,17918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 302,283,0,2,17245,17247,17248,17249,0,0,0,0,0,301,0,0,0,0,0,0,0
304 965,301,3,3,17927,17929,17930,17931,17932,0,0,0,0,0,0,0,0,0,0,0,0 303,283,0,3,51421,51422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
305 986,301,4,0,18096,18073,0,0,0,0,0,0,0,985,0,0,1,0,0,0,0 304,283,1,0,51423,51424,51425,0,0,0,0,0,0,0,0,0,0,0,0,0,0
306 961,301,4,1,17815,17833,17834,17835,17836,0,0,0,0,0,0,0,0,0,0,0,0 305,283,1,1,16821,16822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
307 967,301,4,2,17959,0,0,0,0,0,0,0,0,981,0,0,4,0,0,0,0 306,283,1,2,45715,45716,45717,0,0,0,0,0,0,0,0,0,0,0,0,0,0
308 966,301,5,2,17954,17955,17956,17957,17958,0,0,0,0,0,0,0,0,0,0,0,0 307,283,1,3,16833,16834,16835,0,0,0,0,0,0,0,0,0,0,0,0,0,0
309 968,301,6,1,17962,0,0,0,0,0,0,0,0,961,0,0,4,0,0,1,0 308,283,2,0,16896,16897,16899,0,0,0,0,0,0,0,0,0,0,0,0,0,0
310 1005,302,0,1,18174,18175,18176,18177,18178,0,0,0,0,0,0,0,0,0,0,0,0 309,283,2,2,16864,0,0,0,0,0,0,0,0,306,0,0,2,0,0,1,0
311 1003,302,0,2,17810,17811,17812,17813,17814,0,0,0,0,0,0,0,0,0,0,0,0 310,283,2,3,16819,16820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
312 1006,302,1,0,18179,18180,18181,0,0,0,0,0,0,0,0,0,0,0,0,0,0 311,283,3,1,16909,16910,16911,16912,16913,0,0,0,0,305,0,0,1,0,0,0,0
313 1101,302,1,1,18213,18372,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 312,283,3,2,16845,16846,16847,0,0,0,0,0,0,0,0,0,0,0,0,0,0
314 1007,302,1,2,18182,18183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 313,283,4,0,45734,51426,51427,0,0,0,0,0,0,314,0,0,0,0,0,0,0
315 1004,302,1,3,17804,17805,17806,17807,17808,0,0,0,0,0,0,0,0,0,0,0,0 314,283,4,1,24858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
316 1284,302,2,0,18827,18829,18830,0,0,0,0,0,0,0,0,0,0,0,0,0,0 315,283,4,2,16880,0,0,0,0,0,0,0,0,312,0,0,2,0,0,1,0
317 1001,302,2,1,17783,17784,17785,17786,17787,0,0,0,0,0,0,0,0,0,0,0,0 316,283,4,3,16850,16923,16924,0,0,0,0,0,0,0,0,0,0,0,0,0,0
318 1061,302,2,2,18288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 317,283,5,1,51433,51434,51435,51436,51437,0,0,0,0,0,0,0,0,0,0,0,0
319 1021,302,3,0,18218,18219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 318,283,5,2,51440,51441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
320 1002,302,3,1,18094,18095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 319,283,6,1,51444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
321 1121,302,3,3,17864,18393,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 320,301,0,1,17793,17796,17801,17802,17803,0,0,0,0,0,0,0,0,0,0,0,0
322 1041,302,4,1,18265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 321,301,0,2,17778,17779,17780,17781,17782,0,0,0,0,0,0,0,0,0,0,0,0
323 1081,302,4,2,18223,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,1,0 322,301,1,0,57730,57731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
324 1082,302,4,3,18310,18311,18312,18313,0,0,0,0,0,1081,0,0,0,0,0,0,0 323,301,1,1,17788,17789,17790,17791,17792,0,0,0,0,0,0,0,0,0,0,0,0
325 1042,302,5,1,18271,18272,18273,18274,18275,0,0,0,0,1041,0,0,0,0,0,0,0 324,301,1,2,18119,18120,18121,0,0,0,0,0,0,0,0,0,0,0,0,0,0
326 1022,302,6,1,18220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 325,301,2,0,18135,18136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
327 1221,303,0,0,18692,18693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 326,301,2,1,17877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
328 1222,303,0,1,18694,18695,18696,0,0,0,0,0,0,0,0,0,0,0,0,0,0 327,301,2,2,18130,18131,18132,18133,18134,0,0,0,0,0,0,0,0,0,0,0,0
329 1223,303,0,2,18697,18698,18699,18700,18701,0,0,0,0,0,0,0,0,0,0,0,0 328,301,3,0,18096,18073,0,0,0,0,0,0,0,325,0,0,1,0,0,0,0
330 1224,303,1,0,18703,18704,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 329,301,3,1,17917,17918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
331 1225,303,1,1,18705,18706,18707,0,0,0,0,0,0,0,0,0,0,0,0,0,0 330,301,3,3,17927,17929,17930,17931,17932,0,0,0,0,0,0,0,0,0,0,0,0
332 1242,303,1,2,18731,18743,18744,18745,18746,0,0,0,0,0,0,0,0,0,0,0,0 331,301,4,0,51736,51737,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
333 1243,303,2,0,18754,18755,18756,0,0,0,0,0,0,0,0,0,0,0,0,0,0 332,301,4,1,17815,17833,17834,17835,17836,0,0,0,0,0,0,0,0,0,0,0,0
334 1226,303,2,1,18708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 333,301,4,2,17959,0,0,0,0,0,0,0,0,327,0,0,4,0,0,1,0
335 1241,303,2,2,18748,18749,18750,18751,18752,0,0,0,0,0,0,0,0,0,0,0,0 334,301,5,2,17954,17955,17956,17957,17958,0,0,0,0,0,0,0,0,0,0,0,0
336 1227,303,3,1,18709,18710,0,0,0,0,0,0,0,1226,0,0,0,0,0,0,0 335,301,6,1,17962,0,0,0,0,0,0,0,0,332,0,0,4,0,0,1,0
337 1262,303,3,2,18769,18770,18771,18772,18773,0,0,0,0,0,0,0,4,0,0,0,0 336,302,0,1,18174,18175,18176,18177,18178,0,0,0,0,0,0,0,0,0,0,0,0
338 1283,303,4,0,18821,18822,18823,18824,18825,0,0,0,0,0,0,0,0,0,0,0,0 337,302,0,2,17810,17811,17812,17813,17814,0,0,0,0,0,0,0,0,0,0,0,0
339 1281,303,4,1,18788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 338,302,0,3,52737,52739,52740,0,0,0,0,0,0,0,0,0,0,0,0,0,0
340 1261,303,4,3,18767,18768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 339,302,1,0,18179,18180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
341 1244,303,5,2,23785,23822,23823,23824,23825,0,0,0,0,1262,0,0,4,0,0,0,0 340,302,1,1,52547,52548,52549,0,0,0,0,0,0,0,0,0,0,0,0,0,0
342 1282,303,6,1,19028,0,0,0,0,0,0,0,0,1281,0,0,0,0,0,1,0 341,302,1,2,18182,18183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
343 1263,303,6,2,18774,18775,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 342,302,1,3,45913,45914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
344 1382,361,0,1,19552,19553,19554,19555,19556,0,0,0,0,0,0,0,0,0,0,0,0 343,302,2,0,18827,18829,18830,0,0,0,0,0,0,0,0,0,0,0,0,0,0
345 1389,361,0,2,19583,19584,19585,19586,19587,0,0,0,0,0,0,0,0,0,0,0,0 344,302,2,1,17783,17784,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
346 1624,361,1,0,19557,19558,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 345,302,2,2,18223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
347 1381,361,1,1,19549,19550,19551,24386,24387,0,0,0,0,0,0,0,0,0,0,0,0 346,302,3,0,18218,18219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
348 1395,361,1,2,19609,19610,19612,0,0,0,0,0,0,0,0,0,0,0,0,0,0 347,302,3,1,18094,18095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
349 1625,361,1,3,24443,19575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 348,302,3,3,52558,52559,52560,0,0,0,0,0,0,0,0,0,0,0,0,0,0
350 1384,361,2,0,19559,19560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 349,302,4,0,52555,52556,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0
351 1391,361,2,1,19596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 350,302,4,1,18265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
352 1396,361,2,2,19616,19617,19618,19619,19620,0,0,0,0,0,0,0,0,0,0,0,0 351,302,4,2,18310,18311,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0
353 1385,361,3,1,19572,19573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 352,302,4,3,52546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
354 1393,361,3,2,19598,19599,19600,19601,19602,0,0,0,0,0,0,0,0,0,0,0,0 353,302,5,1,18271,18272,18273,18274,18275,0,0,0,0,0,0,0,0,0,0,0,0
355 1388,361,4,0,19578,20895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 354,302,6,1,52550,0,0,0,0,0,0,0,0,353,0,0,4,0,0,1,0
356 1387,361,4,1,19577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 355,303,0,1,45902,45903,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
357 1390,361,4,3,19590,19592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 356,303,0,2,18697,18698,18699,18700,18701,0,0,0,0,0,0,0,0,0,0,0,0
358 1397,361,5,2,19621,19622,19623,19624,19625,0,0,0,0,1393,0,0,4,0,0,0,0 357,303,0,3,51706,51707,51708,0,0,0,0,0,0,0,0,0,0,0,0,0,0
359 1386,361,6,1,19574,0,0,0,0,0,0,0,0,1387,0,0,0,0,0,1,0 358,303,1,0,18703,18704,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
360 1623,362,0,0,24293,24294,24295,0,0,0,0,0,0,0,0,0,0,0,0,0,0 359,303,1,1,45921,45922,45923,0,0,0,0,0,0,0,0,0,0,0,0,0,0
361 1301,362,0,1,19151,19152,19153,0,0,0,0,0,0,0,0,0,0,0,0,0,0 360,303,1,2,18731,18743,18744,0,0,0,0,0,0,0,0,0,0,0,0,0,0
362 1311,362,0,2,19295,19297,19298,19301,19300,0,0,0,0,0,0,0,0,0,0,0,0 361,303,2,1,18708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
363 1304,362,1,0,19184,19387,19388,19389,19390,0,0,0,0,0,0,0,0,0,0,0,0 362,303,2,2,18748,18749,18750,18751,18752,0,0,0,0,0,0,0,0,0,0,0,0
364 1621,362,1,1,19159,19160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 363,303,2,3,18788,0,0,0,0,0,0,0,0,357,0,0,2,0,0,1,0
365 1305,362,1,2,19228,19232,19233,19234,19235,0,0,0,0,0,0,0,0,0,0,0,0 364,303,3,0,51712,51713,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
366 1306,362,2,0,19239,19245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 365,303,3,1,18709,18710,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0
367 1622,362,2,1,19255,19256,19257,19258,19259,0,0,0,0,0,0,0,0,0,0,0,0 366,303,3,2,51709,51710,51711,0,0,0,0,0,0,0,0,0,0,0,0,0,0
368 1308,362,2,2,19263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 367,303,3,3,18769,18770,18771,0,0,0,0,0,0,0,0,0,0,0,0,0,0
369 1322,362,3,0,19376,19377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 368,303,4,1,51714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
370 1310,362,3,1,19290,19294,24283,0,0,0,0,0,0,0,0,0,0,0,0,0,0 369,303,4,2,51715,51716,51717,0,0,0,0,0,0,0,0,0,0,0,0,0,0
371 1309,362,3,3,19286,19287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 370,303,5,1,23785,23822,23823,23824,23825,0,0,0,0,0,0,0,0,0,0,0,0
372 1321,362,4,1,19370,19371,19373,0,0,0,0,0,0,0,0,0,0,0,0,0,0 371,303,5,2,51721,51722,51723,0,0,0,0,0,0,0,0,0,0,0,0,0,0
373 1312,362,4,2,19306,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,1,0 372,303,6,1,19028,0,0,0,0,0,0,0,0,370,0,0,4,0,0,1,0
374 1303,362,5,2,19168,19180,19181,24296,24297,0,0,0,0,0,0,0,0,0,0,0,0 373,361,0,1,19552,19553,19554,19555,19556,0,0,0,0,0,0,0,0,0,0,0,0
375 1325,362,6,1,19386,0,0,0,0,0,0,0,0,1321,0,0,2,0,0,1,0 374,361,0,2,19583,19584,19585,19586,19587,0,0,0,0,0,0,0,0,0,0,0,0
376 1341,363,0,1,19407,19412,19413,19414,19415,0,0,0,0,0,0,0,0,0,0,0,0 375,361,1,0,19557,19558,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
377 1342,363,0,2,19416,19417,19418,19419,19420,0,0,0,0,0,0,0,0,0,0,0,0 376,361,1,1,19549,19550,19551,0,0,0,0,0,0,0,0,0,0,0,0,0,0
378 1343,363,1,1,19421,19422,19423,19424,19425,0,0,0,0,0,0,0,0,0,0,0,0 377,361,1,2,19609,19610,19612,0,0,0,0,0,0,0,0,0,0,0,0,0,0
379 1344,363,1,2,19426,19427,19429,19430,19431,0,0,0,0,0,0,0,0,0,0,0,0 378,361,1,3,24443,19575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
380 1345,363,2,0,19434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 379,361,2,0,19559,19560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
381 1346,363,2,1,19454,19455,19456,19457,19458,0,0,0,0,0,0,0,0,0,0,0,0 380,361,2,1,49559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
382 1352,363,2,3,19498,19499,19500,0,0,0,0,0,0,0,0,0,0,0,0,0,0 381,361,2,2,19616,19617,19618,19619,19620,0,0,0,0,0,0,0,0,0,0,0,0
383 1348,363,3,1,19464,19465,19466,19467,19468,0,0,0,0,0,0,0,0,0,0,0,0 382,361,3,0,19590,19592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
384 1349,363,3,2,19485,19487,19488,19489,19490,0,0,0,0,1344,0,0,4,0,0,0,0 383,361,3,1,19572,19573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
385 1353,363,4,0,19503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 384,361,3,2,19598,19599,19600,19601,19602,0,0,0,0,0,0,0,0,0,0,0,0
386 1347,363,4,1,19461,19462,24691,0,0,0,0,0,0,0,0,0,0,0,0,0,0 385,361,4,0,19577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
387 1351,363,4,2,19491,19493,19494,0,0,0,0,0,0,0,0,0,0,0,0,0,0 386,361,4,1,41827,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
388 1362,363,5,2,19507,19508,19509,19510,19511,0,0,0,0,0,0,0,0,0,0,0,0 387,361,4,3,51554,51555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
389 1361,363,6,1,19506,0,0,0,0,0,0,0,0,1347,0,0,2,0,0,1,0 388,361,5,0,19578,20895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
390 1401,381,0,1,20042,20045,20046,20047,20048,0,0,0,0,0,0,0,0,0,0,0,0 389,361,5,2,19621,19622,19623,19624,19625,0,0,0,0,384,0,0,4,0,0,0,0
391 1407,381,0,2,20101,20102,20103,20104,20105,0,0,0,0,0,0,0,0,0,0,0,0 390,361,6,1,46321,0,0,0,0,0,0,0,0,386,0,0,0,0,0,1,0
392 1631,381,1,0,25956,25957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 391,362,0,0,45977,45978,45979,0,0,0,0,0,0,0,0,0,0,0,0,0,0
393 1464,381,1,1,20335,20336,20337,0,0,0,0,0,0,0,0,0,0,0,0,0,0 392,362,0,1,51570,51571,51572,51573,51574,0,0,0,0,0,0,0,0,0,0,0,0
394 1403,381,1,2,20060,20061,20062,20063,20064,0,0,0,0,0,0,0,0,0,0,0,0 393,362,0,2,19295,19297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
395 1633,381,2,0,9452,26016,26021,0,0,0,0,0,0,0,0,0,0,0,0,0,0 394,362,1,0,19184,19387,19388,0,0,0,0,0,0,0,0,0,0,0,0,0,0
396 1411,381,2,1,20117,20118,20119,20120,20121,0,0,0,0,0,0,0,0,0,0,0,0 395,362,1,1,19159,19160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
397 1481,381,2,2,20375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 396,362,1,2,19228,19232,19233,0,0,0,0,0,0,0,0,0,0,0,0,0,0
398 1634,381,2,3,26022,26023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 397,362,2,0,51576,51577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
399 1632,381,3,0,9799,25988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 398,362,2,1,19255,19256,19257,19258,19259,0,0,0,0,0,0,0,0,0,0,0,0
400 1405,381,3,2,20091,20092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 399,362,2,2,51575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
401 1410,381,4,0,20111,20112,20113,0,0,0,0,0,0,0,0,0,0,0,0,0,0 400,362,2,3,19263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
402 1409,381,4,2,20218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 401,362,3,0,51579,51580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
403 1402,381,5,1,20049,20056,20057,20058,20059,0,0,0,0,1411,0,0,4,0,0,0,0 402,362,3,1,19290,19294,24283,0,0,0,0,0,0,0,0,0,0,0,0,0,0
404 1441,381,6,1,20066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 403,362,3,3,19286,19287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
405 1450,382,0,1,20262,20263,20264,20265,20266,0,0,0,0,0,0,0,0,0,0,0,0 404,362,4,0,19370,19371,19373,0,0,0,0,0,0,0,0,0,0,0,0,0,0
406 1449,382,0,2,20257,20258,20259,20260,20261,0,0,0,0,0,0,0,0,0,0,0,0 405,362,4,1,19376,19377,51581,0,0,0,0,0,0,0,0,0,0,0,0,0,0
407 1432,382,1,1,20205,20206,20207,20209,20208,0,0,0,0,0,0,0,0,0,0,0,0 406,362,4,2,48049,0,0,0,0,0,0,0,0,399,0,0,0,0,0,1,0
408 1463,382,1,2,20224,20225,20330,20331,20332,0,0,0,0,0,0,0,0,0,0,0,0 407,362,5,0,51584,51585,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
409 1444,382,2,0,20237,20238,20239,0,0,0,0,0,0,0,0,0,0,0,0,0,0 408,362,5,2,19168,19180,19181,24296,24297,0,0,0,0,0,0,0,0,0,0,0,0
410 1435,382,2,1,26573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 409,362,6,1,51586,0,0,0,0,0,0,0,0,405,0,0,2,0,0,1,0
411 1443,382,2,2,20234,20235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 410,363,0,1,19407,19412,19413,19414,19415,0,0,0,0,0,0,0,0,0,0,0,0
412 1628,382,2,3,9453,25836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 411,363,0,2,19416,19417,19418,19419,19420,0,0,0,0,0,0,0,0,0,0,0,0
413 1461,382,3,1,20210,20212,20213,20214,20215,0,0,0,0,0,0,0,0,0,0,0,0 412,363,1,1,19464,19465,19466,19467,19468,0,0,0,0,0,0,0,0,0,0,0,0
414 1446,382,3,2,20244,20245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 413,363,1,2,19426,19427,19429,19430,19431,0,0,0,0,0,0,0,0,0,0,0,0
415 1433,382,4,1,20216,0,0,0,0,0,0,0,0,1461,0,0,4,0,0,1,0 414,363,2,0,19498,19499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
416 1465,382,4,2,20359,20360,20361,0,0,0,0,0,0,0,0,0,0,0,0,0,0 415,363,2,1,19491,19493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
417 1627,382,5,2,5923,5924,5925,5926,25829,0,0,0,0,0,0,0,0,0,0,0,0 416,363,2,3,3035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
418 1502,382,6,1,20473,0,0,0,0,0,0,0,0,1433,0,0,0,0,0,1,0 417,363,3,0,19421,19422,19423,0,0,0,0,0,0,0,0,0,0,0,0,0,0
419 1422,383,0,1,20138,20139,20140,20141,20142,0,0,0,0,0,0,0,0,0,0,0,0 418,363,3,1,19454,19455,19456,0,0,0,0,0,0,0,0,0,0,0,0,0,0
420 1421,383,0,2,20127,20130,20135,20136,20137,0,0,0,0,0,0,0,0,0,0,0,0 419,363,3,2,19485,19487,19488,19489,19490,0,0,0,0,413,0,0,4,0,0,0,0
421 1630,383,1,0,20189,20192,20193,0,0,0,0,0,0,0,0,0,0,0,0,0,0 420,363,4,0,19503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
422 1425,383,1,1,20174,20175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 421,363,4,1,19461,19462,24691,0,0,0,0,0,0,0,0,0,0,0,0,0,0
423 1423,383,1,3,20143,20144,20145,20146,20147,0,0,0,0,0,0,0,0,0,0,0,0 422,363,4,2,51512,51513,0,0,0,0,0,0,0,419,0,0,4,0,0,0,0
424 1442,383,2,0,20217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 423,363,4,3,51515,51516,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0
425 1501,383,2,1,20468,20469,20470,0,0,0,0,0,0,0,0,0,0,0,0,0,0 424,363,5,0,51517,51518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
426 1424,383,2,2,20148,20149,20150,0,0,0,0,0,0,1421,0,0,4,0,0,0,0 425,363,5,2,19507,19508,19509,19510,19511,0,0,0,0,0,0,0,0,0,0,0,0
427 1629,383,2,3,20096,20097,20098,20099,20100,0,0,0,0,0,0,0,0,0,0,0,0 426,363,6,1,19506,0,0,0,0,0,0,0,0,421,0,0,2,0,0,1,0
428 1521,383,3,1,20487,20488,20489,0,0,0,0,0,0,0,0,0,0,0,0,0,0 427,381,0,1,20042,20045,20046,20047,20048,0,0,0,0,0,0,0,0,0,0,0,0
429 1626,383,3,2,20254,20255,20256,0,0,0,0,0,0,0,0,0,0,0,0,0,0 428,381,0,2,20101,20102,20103,20104,20105,0,0,0,0,0,0,0,0,0,0,0,0
430 1431,383,4,1,20911,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 429,381,1,0,25956,25957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
431 1426,383,4,2,20177,20179,20181,20180,20182,0,0,0,0,0,0,0,0,0,0,0,0 430,381,1,1,20335,20336,20337,0,0,0,0,0,0,0,0,0,0,0,0,0,0
432 1429,383,5,2,20196,20197,20198,20199,20200,0,0,0,0,0,0,0,0,0,0,0,0 431,381,1,2,20060,20061,20062,20063,20064,0,0,0,0,0,0,0,0,0,0,0,0
433 1430,383,6,1,20925,0,0,0,0,0,0,0,0,1431,0,0,0,0,0,1,0 432,381,2,0,20091,20092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
434 433,381,2,1,20117,20118,20119,20120,20121,0,0,0,0,0,0,0,0,0,0,0,0
435 434,381,2,2,20217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
436 435,381,2,3,26022,26023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
437 436,381,3,0,20111,20112,20113,0,0,0,0,0,0,0,0,0,0,0,0,0,0
438 437,381,3,2,9452,26016,26021,0,0,0,0,0,0,0,0,0,0,0,0,0,0
439 438,381,4,0,9799,25988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
440 439,381,4,1,20049,20056,20057,20058,20059,0,0,0,0,433,0,0,4,0,0,0,0
441 440,381,4,2,20375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
442 441,381,5,1,51355,51356,51357,51358,51359,0,0,0,0,0,0,0,0,0,0,0,0
443 442,381,6,1,20066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
444 443,382,0,1,20262,20263,20264,20265,20266,0,0,0,0,0,0,0,0,0,0,0,0
445 444,382,0,2,20257,20258,20259,20260,20261,0,0,0,0,0,0,0,0,0,0,0,0
446 445,382,1,0,51304,51306,51308,0,0,0,0,0,0,0,0,0,0,0,0,0,0
447 446,382,1,1,20205,20206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
448 447,382,1,2,20224,20225,20330,20331,20332,0,0,0,0,0,0,0,0,0,0,0,0
449 448,382,2,0,20237,20238,20239,0,0,0,0,0,0,0,0,0,0,0,0,0,0
450 449,382,2,1,20218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
451 450,382,2,2,20234,20235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
452 451,382,2,3,9453,25836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
453 452,382,3,0,20254,20255,20256,0,0,0,0,0,0,0,0,0,0,0,0,0,0
454 453,382,3,1,20210,20212,20213,20214,20215,0,0,0,0,0,0,0,0,0,0,0,0
455 454,382,3,2,51310,51311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
456 455,382,4,0,51312,51313,51314,51315,51316,0,0,0,0,456,0,0,0,0,0,0,0
457 456,382,4,1,20473,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
458 457,382,5,0,5923,5924,5925,0,0,0,0,0,0,0,0,0,0,0,0,0,0
459 458,382,5,2,51317,51318,51319,51320,51321,0,0,0,0,456,0,0,0,0,0,0,0
460 459,382,6,1,51323,0,0,0,0,0,0,0,0,456,0,0,0,0,0,1,0
461 460,383,0,1,20138,20139,20140,20141,20142,0,0,0,0,0,0,0,0,0,0,0,0
462 461,383,0,2,45818,45819,45820,45821,45822,0,0,0,0,0,0,0,0,0,0,0,0
463 462,383,1,0,20189,20192,20193,0,0,0,0,0,0,0,0,0,0,0,0,0,0
464 463,383,1,1,20174,20175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
465 464,383,1,3,20143,20144,20145,20146,20147,0,0,0,0,0,0,0,0,0,0,0,0
466 465,383,2,0,20468,20469,20470,0,0,0,0,0,0,0,0,0,0,0,0,0,0
467 466,383,2,1,20911,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
468 467,383,2,2,20148,20149,20150,0,0,0,0,0,0,461,0,0,4,0,0,0,0
469 468,383,2,3,20096,20097,20098,0,0,0,0,0,0,0,0,0,0,0,0,0,0
470 469,383,3,1,51334,51335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
471 470,383,3,2,20487,20488,20489,0,0,0,0,0,0,0,0,0,0,0,0,0,0
472 471,383,4,0,51328,51329,51330,0,0,0,0,0,0,465,0,0,2,0,0,0,0
473 472,383,4,1,20925,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
474 473,383,4,2,45823,45824,45825,45826,45837,0,0,0,0,0,0,0,0,0,0,0,0
475 474,383,5,2,51341,51342,51343,51344,51345,0,0,0,0,0,0,0,0,0,0,0,0
476 475,383,6,1,51346,0,0,0,0,0,0,0,0,472,0,0,0,0,0,1,0

View file

@ -1,28 +1,28 @@
# fields=15 strings=0,1,11,13,14
"cement","Elemental",0,0,0,0,0,0,0,4128894,1137,"adow",64,"","ShamanElementalCombat"
"nt","Balance",0,0,0,0,0,0,0,4128894,62,"adow",1024,"","DruidBalance"
"ology","Holy",0,0,0,0,0,0,0,4128894,70,"adow",2,"","PaladinHoly"
"eArcane","Arcane",0,0,0,0,0,0,0,4128894,122,"adow",128,"","MageArcane"
"ffliction","Assassination",0,0,0,0,0,0,0,4128894,498,"adow",8,"","RogueAssassination"
"DruidBalance","Fire",0,0,0,0,0,0,0,4128894,11,"adow",128,"","MageFire"
"rses","Discipline",0,0,0,0,0,0,0,4128894,555,"adow",16,"","PriestDiscipline"
"ne","Arms",0,0,0,0,0,0,0,4128894,1462,"adow",1,"","WarriorArms"
"at","Affliction",0,0,0,0,0,0,0,4128894,150,"adow",256,"","WarlockCurses"
"ship","Beast Mastery",0,0,0,0,0,0,0,4128894,255,"adow",4,"","HunterBeastMastery"
"Arms","Fury",0,0,0,0,0,0,0,4128894,456,"adow",1,"Elemental","WarriorFury"
"ment","Enhancement",0,0,0,0,0,0,0,4128894,312,"adow",64,"Elemental","ShamanEnhancement"
"Affliction","Combat",0,0,0,0,0,0,0,4128894,1501,"adow",8,"Elemental","RogueCombat"
"logy","Protection",0,0,0,0,0,0,0,4128894,291,"adow",2,"Elemental","PaladinProtection"
"ip","Marksmanship",0,0,0,0,0,0,0,4128894,126,"adow",4,"Elemental","HunterMarksmanship"
"ses","Holy",0,0,0,0,0,0,0,4128894,79,"adow",16,"Elemental","PriestHoly"
"t","Demonology",0,0,0,0,0,0,0,4128894,692,"adow",256,"Elemental","WarlockSummoning"
"ment","Feral Combat",0,0,0,0,0,0,0,4128894,201,"adow",1024,"Elemental","DruidFeralCombat"
"","Protection",0,0,0,0,0,0,0,4128894,1463,"adow",1,"lemental","WarriorProtection"
"ement","Restoration",0,0,0,0,0,0,0,4128894,963,"adow",64,"lemental","ShamanRestoration"
"nology","Retribution",0,0,0,0,0,0,0,4128894,555,"adow",2,"lemental","PaladinCombat"
"es","Shadow",0,0,0,0,0,0,0,4128894,98,"adow",16,"lemental","PriestShadow"
"hip","Survival",0,0,0,0,0,0,0,4128894,257,"adow",4,"lemental","HunterSurvival"
"ladinHoly","Frost",0,0,0,0,0,0,0,4128894,56,"adow",128,"lemental","MageFrost"
"fliction","Subtlety",0,0,0,0,0,0,0,4128894,103,"adow",8,"lemental","RogueSubtlety"
"bat","Destruction",0,0,0,0,0,0,0,4128894,937,"adow",256,"lemental","WarlockDestruction"
"ent","Restoration",0,0,0,0,0,0,0,4128894,962,"adow",1024,"lemental","DruidRestoration"
# fields=15 strings=0,1,4,5,7,8,11,12,13,14
"ms","Arcane",0,0,"Arkan","奥术",0,"Arcano","Arcanos",4128894,122,"nProtection","ssinato","","MageArcane"
"line","Arms",0,0,"Waffen","武器",0,"Armas","Armas",4128894,1462,"nProtection","Arcane","","WarriorArms"
"","Assassination",0,0,"Meucheln","刺æ<EFBFBD>",0,"Asesinato","Assassinato",4128894,498,"nProtection","Arkan","","RogueAssassination"
"iscipline","Discipline",0,0,"Disziplin","戒律",0,"Disciplina","Disciplina",4128894,555,"nProtection","¥æœ¯","","PriestDiscipline"
"alance","Elemental",0,0,"Elementar","元素",0,"Elemental","Elemental",4128894,1137,"nProtection","¨","","ShamanElementalCombat"
"¹³è¡¡","Balance",0,0,"Gleichgewicht","平衡",0,"Equilibrio","Equilíbrio",4128894,62,"nProtection","Protection","","DruidBalance"
"uilíbrio","Affliction",0,0,"Gebrechen","痛苦",0,"Aflicción","Aflição",4128894,150,"nProtection","bat","","WarlockCurses"
"³n","Beast Mastery",0,0,"Tierherrschaft","野兽控制",0,"Maestría de Bestias","Mestre das Bestas",4128894,255,"nProtection","ane","","HunterBeastMastery"
"urses","Holy",0,0,"Heilig","神圣",0,"Sagrado","Sagrado",4128894,70,"nProtection","rcane","","PaladinHoly"
"rcane","Fire",0,0,"Feuer","ç<EFBFBD>«ç„°",0,"Fuego","Fogo",4128894,11,"nProtection","ssinato","Arcane","MageFire"
"e","Fury",0,0,"Furor","狂怒",0,"Furia","Fúria",4128894,456,"nProtection","Arcane","Arcane","WarriorFury"
"","Combat",0,0,"Kampf","战斗",0,"Combate","Combate",4128894,1501,"nProtection","Arkan","Arcane","RogueCombat"
"scipline","Holy",0,0,"Heilig","神圣",0,"Sagrado","Sagrado",4128894,79,"nProtection","¥æœ¯","Arcane","PriestHoly"
"ance","Enhancement",0,0,"Verstärkung","增强",0,"Mejora","Aprimoramento",4128894,312,"nProtection","¨","Arcane","ShamanEnhancement"
"","Feral Combat",0,0,"Wilder Kampf","野性战斗",0,"Combate Feral","Combate Selvagem",4128894,201,"nProtection","Protection","Arcane","DruidFeralCombat"
"ilíbrio","Demonology",0,0,"Dämonologie","æ<EFBFBD>¶é­”学识",0,"Demonología","Demonologia",4128894,692,"nProtection","bat","Arcane","WarlockSummoning"
"","Marksmanship",0,0,"Treffsicherheit","射击",0,"Puntería","Marcial",4128894,126,"nProtection","ane","Arcane","HunterMarksmanship"
"rses","Protection",0,0,"Schutz","防护",0,"Protección","Proteção",4128894,291,"nProtection","rcane","Arcane","PaladinProtection"
"¦å™¨","Frost",0,0,"Frost","冰霜",0,"Hielo","Gelo",4128894,56,"nProtection","ssinato","rcane","MageFrost"
"ne","Protection",0,0,"Schutz","防护",0,"Protección","Proteção",4128894,1463,"nProtection","Arcane","rcane","WarriorProtection"
"Disciplina","Subtlety",0,0,"Täuschung","æ•<EFBFBD>é”<EFBFBD>",0,"Sutileza","Sutileza",4128894,103,"nProtection","Arkan","rcane","RogueSubtlety"
"cipline","Shadow",0,0,"Schatten","æš—å½±",0,"Sombras","Sombra",4128894,98,"nProtection","¥æœ¯","rcane","PriestShadow"
"lance","Restoration",0,0,"Wiederherst.","æ<EFBFBD>¢å¤<EFBFBD>",0,"Restauración","Restauração",4128894,963,"nProtection","¨","rcane","ShamanRestoration"
"平衡","Restoration",0,0,"Wiederherst.","æ<EFBFBD>¢å¤<EFBFBD>",0,"Restauración","Restauração",4128894,962,"nProtection","Protection","rcane","DruidRestoration"
"quilíbrio","Destruction",0,0,"Zerstörung","æ¯<EFBFBD>ç<EFBFBD>­",0,"Destrucción","Destruição",4128894,937,"nProtection","bat","rcane","WarlockDestruction"
"n","Survival",0,0,"Überleben","生存",0,"Supervivencia","Sobrevivência",4128894,257,"nProtection","ane","rcane","HunterSurvival"
"Curses","Retribution",0,0,"Vergeltung","惩戒",0,"Retribucion","Vingança",4128894,555,"nProtection","rcane","rcane","PaladinCombat"

Can't render this file because it has a wrong number of fields in line 2.

View file

@ -1,86 +1,120 @@
# fields=16 strings=0,5
"Northshire Abbey",0,3322602476,3205119345,1119668142,"Northshire Abbey",0,0,0,0,0,0,0,8323198,308,0
"orthshire Abbey",0,3322552893,1140119962,1121663058,"Stormwind, Elwynn",0,0,0,0,0,0,0,4128894,0,541
"rthshire Abbey",0,1182797727,1182749911,1116397896,"Programmer Isle",0,0,0,0,0,0,0,4128894,308,0
"thshire Abbey",0,3324384143,1149343171,1107836273,"Sentinel Hill, Westfall",0,0,0,0,0,0,0,4128894,0,541
"hshire Abbey",0,3323155558,3305862758,1116294349,"Lakeshire, Redridge",0,0,0,0,0,0,0,4128894,0,541
"shire Abbey",0,3314986557,3297799700,1140529889,"Ironforge, Dun Morogh",0,0,0,0,0,0,0,4128894,0,541
"hire Abbey",0,3312256041,3292779151,1091630531,"Menethil Harbor, Wetlands",0,0,0,0,0,0,0,4128894,0,541
"ire Abbey",0,3316215624,3308724265,1135452160,"Thelsamar, Loch Modan",0,0,0,0,0,0,0,4128894,0,541
"re Abbey",0,3328114452,1133899612,1106819154,"Booty Bay, Stranglethorn",0,0,0,0,0,0,0,8323198,541,0
"e Abbey",0,1139764756,1153438433,1124291052,"The Sepulcher, Silverpine Forest",0,0,0,0,0,0,0,4128894,3574,0
" Abbey",0,1153700823,1132854313,3257689702,"Undercity, Tirisfal",0,0,0,0,0,0,0,4128894,3574,0
"Abbey",0,3324267991,3298669773,1109744681,"Darkshire, Duskwood",0,0,0,0,0,0,0,4128894,0,541
"bbey",0,3178611343,3294034493,1114329580,"Tarren Mill, Hillsbrad",0,0,0,0,0,0,0,8323198,3574,0
"bey",0,3291602616,3288391352,1104208200,"Southshore, Hillsbrad",0,0,0,0,0,0,0,4128894,0,541
"ey",0,1158469222,3316057907,1118225039,"Eastern Plaguelands",0,0,0,0,0,0,0,8323198,541,0
"y",0,3298496758,3307024835,1102137262,"Refuge Pointe, Arathi",0,0,0,0,0,0,0,4128894,0,541
"",0,3294958223,3311046205,1116530278,"Hammerfall, Arathi",0,0,0,0,0,0,0,4128894,2224,0
"Stormwind, Elwynn",0,3328291113,1140772700,1104255386,"Booty Bay, Stranglethorn",0,0,0,0,0,0,0,4128894,2224,0
"tormwind, Elwynn",0,3328320563,1139282739,1108457554,"Booty Bay, Stranglethorn",0,0,0,0,0,0,0,4128894,0,541
"ormwind, Elwynn",0,3326212280,1125272125,1079110533,"Grom'gol, Stranglethorn",0,0,0,0,0,0,0,4128894,2224,0
"rmwind, Elwynn",0,3318697964,3305652429,1131684823,"Kargath, Badlands",0,0,0,0,0,0,0,4128894,2224,0
"mwind, Elwynn",1,3298141880,1106095636,1127281459,"Thunder Bluff, Mulgore",0,0,0,0,0,0,0,4128894,2224,0
"wind, Elwynn",1,1154593505,3313950126,1114942996,"Orgrimmar, Durotar",0,0,0,0,0,0,0,4128894,2224,0
"ind, Elwynn",0,3318763520,3305825485,1133202637,"Generic, World target for Zeppelin Paths",0,0,0,0,0,0,0,4128894,0,0
"nd, Elwynn",1,3286034022,3307356488,1119887032,"Crossroads, The Barrens",0,0,0,0,0,0,0,4128894,2224,0
"d, Elwynn",1,1170615050,1141599109,1099059692,"Auberdine, Darkshore",0,0,0,0,0,0,0,4128894,0,3837
", Elwynn",1,1174867548,1146241843,1102734950,"Rut'theran Village, Teldrassil",0,0,0,0,0,0,0,4128894,0,3837
" Elwynn",1,1160820081,3281034936,1121341932,"Astranaar, Ashenvale",0,0,0,0,0,0,0,4128894,0,3837
"Elwynn",1,1148298363,1149372989,1120963133,"Sun Rock Retreat, Stonetalon Mountains",0,0,0,0,0,0,0,4128894,2224,0
"lwynn",1,3316186542,3306611917,1119134679,"Freewind Post, Thousand Needles",0,0,0,0,0,0,0,4128894,2224,0
"wynn",1,3314310922,3292657910,3256751227,"Thalanaar, Feralas",0,0,0,0,0,0,0,4128894,0,3837
"ynn",1,3312391660,3314361508,1093077565,"Theramore, Dustwallow Marsh",0,0,0,0,0,0,0,4128894,0,541
"nn",1,1160221204,1152824771,1130946888,"Stonetalon Peak, Stonetalon Mountains",0,0,0,0,0,0,0,4128894,0,3837
"n",1,3304433009,3317039698,3213340180,"Transport, Booty Bay - Ratchet",0,0,0,0,0,0,0,4128894,0,0
"",1,1151664701,3314633114,1101827932,"Transport, Orgrimmar Zepplins",0,0,0,0,0,0,0,4128894,0,0
"Programmer Isle",0,3322352251,1138271191,1114494730,"Generic, World target",0,0,0,0,0,0,0,4128894,15665,0
"rogrammer Isle",1,1124810097,1151711805,1128366080,"Nijel's Point, Desolace",0,0,0,0,0,0,0,4128894,0,3837
"ogrammer Isle",1,3302814843,1162608189,1084101755,"Shadowprey Village, Desolace",0,0,0,0,0,0,0,4128894,2224,0
"grammer Isle",1,3319906243,3312019825,1090927985,"Gadgetzan, Tanaris",0,0,0,0,0,0,0,4128894,0,541
"rammer Isle",1,3319547679,3312207299,1092815421,"Gadgetzan, Tanaris",0,0,0,0,0,0,0,4128894,2224,0
"ammer Isle",1,3314069094,1162914406,1094996460,"Feathermoon, Feralas",0,0,0,0,0,0,0,4128894,0,3837
"mmer Isle",1,3314163425,1128746844,1103657697,"Camp Mojache, Feralas",0,0,0,0,0,0,0,4128894,2224,0
"mer Isle",0,1133371064,3304740946,1128447345,"Aerie Peak, The Hinterlands",0,0,0,0,0,0,0,4128894,0,541
"er Isle",1,1164236882,3314103050,1122113946,"Valormok, Azshara",0,0,0,0,0,0,0,4128894,2224,0
"r Isle",0,3324879104,3310795735,1117662740,"Nethergarde Keep, Blasted Lands",0,0,0,0,0,0,0,4128894,0,541
" Isle",0,3296107397,3288921866,3229026877,"Southshore Ferry, Hillsbrad",0,0,0,0,0,0,0,4128894,0,0
"Isle",0,3326216980,1131114004,1066359849,"Transport, Grom'gol - Orgrimmar",0,0,0,0,0,0,0,4128894,0,0
"sle",1,1168007987,3282607145,1136112763,"Bloodvenom Post, Felwood",0,0,0,0,0,0,0,4128894,2224,0
"le",1,1172902810,3306910556,1139223101,"Moonglade",0,0,0,0,0,0,0,4128894,0,3837
"e",0,0,0,0,"Transport, Menethil Ships",0,0,0,0,0,0,0,4128894,0,0
"",0,0,0,0,"Transport, Rut'theran - Auberdine",0,0,0,0,0,0,0,4128894,0,0
"Sentinel Hill, Westfall",1,1171552748,3314824069,1143955456,"Everlook, Winterspring",0,0,0,0,0,0,0,4128894,0,3837
"entinel Hill, Westfall",1,1171581051,3314555126,1144105697,"Everlook, Winterspring",0,0,0,0,0,0,0,4128894,2224,0
"ntinel Hill, Westfall",1,3313721078,1162690560,3243098767,"Transport, Feathermoon - Feralas",0,0,0,0,0,0,0,4128894,0,0
"tinel Hill, Westfall",1,3309614653,3308364513,1107980452,"Brackenwall Village, Dustwallow Marsh",0,0,0,0,0,0,0,4128894,2224,0
"inel Hill, Westfall",0,3324208097,3310154752,1101712589,"Stonard, Swamp of Sorrows",0,0,0,0,0,0,0,4128894,2224,0
"nel Hill, Westfall",1,1174926858,1148704686,1097030697,"Fishing Village, Teldrassil",0,0,0,0,0,0,0,4128894,0,3837
"el Hill, Westfall",1,1163062108,1148796436,1084626043,"Zoram'gar Outpost, Ashenvale",0,0,0,0,0,0,0,4128894,2224,0
"l Hill, Westfall",30,1141869937,3258620314,1108766884,"Dun Baldar, Alterac Valley",0,0,0,0,0,0,0,4128894,0,541
" Hill, Westfall",30,3299274260,3282032722,1119179244,"Frostwolf Keep, Alterac Valley",0,0,0,0,0,0,0,4128894,3574,0
"Hill, Westfall",1,1158669885,3307063501,1120980173,"Splintertree Post, Ashenvale",0,0,0,0,0,0,0,4128894,2224,0
"ill, Westfall",1,1173589217,3306567557,1140107510,"Nighthaven, Moonglade",0,0,0,0,0,0,0,4128894,0,3837
"ll, Westfall",1,1173577155,3306570138,1140115374,"Nighthaven, Moonglade",0,0,0,0,0,0,0,4128894,2224,0
"l, Westfall",1,1160388567,3312618045,1120517489,"Talrendis Point, Azshara",0,0,0,0,0,0,0,4128894,0,3837
", Westfall",1,1170337546,3304305705,1141822095,"Talonbranch Glade, Felwood",0,0,0,0,0,0,0,4128894,0,3837
" Westfall",0,1147720827,3300049797,1115772682,"Chillwind Camp, Western Plaguelands",0,0,0,0,0,0,0,4128894,0,541
"Westfall",0,1158541681,3316049510,1118713938,"Light's Hope Chapel, Eastern Plaguelands",0,0,0,0,0,0,0,4128894,0,541
"estfall",0,1158772367,3315939103,1118015324,"Light's Hope Chapel, Eastern Plaguelands",0,0,0,0,0,0,0,4128894,3574,0
"stfall",1,1172927263,3305420308,1140206469,"Moonglade",0,0,0,0,0,0,0,4128894,2224,0
"tfall",0,3320479805,3305683108,1126533038,"Flame Crest, Burning Steppes",0,0,0,0,0,0,0,4128894,2224,0
"fall",0,3322065521,3307939226,1127839171,"Morgan's Vigil, Burning Steppes",0,0,0,0,0,0,0,4128894,0,541
"all",1,3319061279,1146171228,1111965041,"Cenarion Hold, Silithus",0,0,0,0,0,0,0,4128894,2224,0
"ll",1,3318959780,1145111020,1118949868,"Cenarion Hold, Silithus",0,0,0,0,0,0,0,4128894,0,3837
"l",0,3318531256,3297904804,1134208942,"Thorium Point, Searing Gorge",0,0,0,0,0,0,0,4128894,0,541
"",0,3318536049,3297345946,1134217462,"Thorium Point, Searing Gorge",0,0,0,0,0,0,0,4128894,2224,0
"Lakeshire, Redridge",0,3290353828,3314779136,1085024502,"Revantusk Village, The Hinterlands",0,0,0,0,0,0,0,4128894,2224,0
"akeshire, Redridge",1,3306474168,3303757169,1119859507,"Camp Taurajo, The Barrens",0,0,0,0,0,0,0,4128894,2224,0
"keshire, Redridge",0,1162073334,3310649057,1124829102,"Naxxramas",0,0,0,0,0,0,0,4128894,0,0
"eshire, Redridge",1,3317632655,3297695334,3275465032,"Marshal's Refuge, Un'Goro Crater",0,0,0,0,0,0,0,4128894,2224,541
"shire, Redridge",1,3294602691,3312177193,1094168084,"Ratchet, The Barrens",0,0,0,0,0,0,0,4128894,2224,541
"hire, Redridge",131074,0,0,0,"Filming",0,0,0,0,0,0,0,4128894,0,0
"e, Redridge",0,1161522012,3309216154,1122656584,"Plaguewood Tower, Eastern Plaguelands",0,0,0,0,0,0,0,4128894,17660,17660
", Redridge",0,1161975030,3313887498,1121642086,"Northpass Tower, Eastern Plaguelands",0,0,0,0,0,0,0,4128894,3574,541
" Redridge",0,1159476142,3314824909,1119551488,"Eastwall Tower, Eastern Plaguelands",0,0,0,0,0,0,0,4128894,3574,541
"Redridge",0,1156067820,3311708037,1125104353,"Crown Guard Tower, Eastern Plaguelands",0,0,0,0,0,0,0,4128894,3574,541
# fields=16 strings=0,5,8,9,10,11,12,14,15
"Northshire Abbey",0,3322602476,3205119345,1119668142,"Northshire Abbey",0,0,"Abtei von Nordhain","<EFBFBD><EFBFBD>靽桅<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訇訇訄<EFBFBD><EFBFBD><EFBFBD>赲郋 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>","Abad穩a de Villanorte","Abadia de Vila Norte",8323198,"mmierer-Insel",""
"orthshire Abbey",0,3322552893,1140119962,1121663058,"Stormwind, Elwynn",0,0,"Sturmwind, Elwynn","<EFBFBD><EFBFBD><EFBFBD>𠬍<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>邾迣<EFBFBD>訄迡, 衪郅赲邽郇郇","Ventormenta, Elwynn","Ventobravo, Floresta de Elwynn",4128894,"","<EFBFBD>訄邿"
"rthshire Abbey",0,1182797722,1182749901,1116397896,"Programmer Isle",0,0,"Programmierer-Insel","蝔见<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><>郋迣<E9838B>訄邾邾邽<E982BE><E982BD>郋赲","Isla del Programador","Ilha dos Programadores",4128894,"mmierer-Insel",""
"thshire Abbey",0,3324384154,1149343171,1107836273,"Sentinel Hill, Westfall",0,0,"Sp瓣herkuppe, Westfall","<EFBFBD><EFBFBD>撗哨<EFBFBD>镼輸<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋迠迮赲郋邿 苭郋郅邾, <20>訄郈訄迡郇<E8BFA1><20><>訄邿","Colina del Centinela, P獺ramos de Poniente","Morro da Sentinela, Cerro Oeste",4128894,"","<EFBFBD>訄邿"
"hshire Abbey",0,3323155558,3305862758,1116294349,"Lakeshire, Redridge",0,0,"Seenhain, Rotkammgebirge","皝𣇉<EFBFBD><EFBFBD><EFBFBD><EFBFBD>韏方<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>邽郋郱迮<EFBFBD><EFBFBD>迮, <20><><EFBFBD>郇郋迣郋<E8BFA3><E9838B>","Villa del Lago, Crestagrana","Vila Pl獺cida, Montanhas Cristarrubra",4128894,"","<EFBFBD>訄邿"
"shire Abbey",0,3314986557,3297799700,1140529889,"Ironforge, Dun Morogh",0,0,"Eisenschmiede, Dun Morogh","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝寡緒蝵<EFBFBD>","<EFBFBD>訄郅<EFBFBD>迣郋<EFBFBD>郇, <20><><20><EFBFBD>郋迣","Forjaz, Dun Morogh","Altaforja, Dun Morogh",4128894,"","<EFBFBD>訄邿"
"hire Abbey",0,3312256041,3292779151,1091630531,"Menethil Harbor, Wetlands",0,0,"Hafen von Menethil, Sumpfland","蝐喳<EFBFBD><EFBFBD><EFBFBD>皜荔<EFBFBD>皝踹𧑐","<EFBFBD>訄赲訄郇<EFBFBD> <20>迮郇迮<E98387>邽郅郋赲, <20>郋郅郋<E98385>邽郇訄","Puerto de Menethil, Los Humedales","Porto de Menethil, Manguezal",4128894,"","<EFBFBD>訄邿"
"ire Abbey",0,3316215624,3308724265,1135452160,"Thelsamar, Loch Modan",0,0,"Thelsamar, Loch Modan","憛𧼮<EFBFBD><EFBFBD><EFBFBD>嚗峕<EFBFBD><EFBFBD>贝緒銝<EFBFBD>","苠迮郅<EFBFBD>訄邾訄<EFBFBD>, <20>郋郕 <20>郋迡訄郇","Thelsamar, Loch Modan","Thelsamar, Loch Modan",4128894,"","<EFBFBD>訄邿"
"re Abbey",0,3328114483,1133899612,1106819154,"Booty Bay, Stranglethorn",0,0,"Beutebucht, Schlingendorntal","<EFBFBD><EFBFBD>瘚瑟嗾嚗諹<EFBFBD>璉䁅健","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>郕訄<EFBFBD> <20><><EFBFBD><EFBFBD>訄, 苠迮<E88BA0>郇邽<E98387><E982BD><EFBFBD> <20>郋郅邽郇訄","Bah穩a del Bot穩n, Vega de Tuercespina","Angra do Butim, Selva do Espinha癟o",8323198,"<EFBFBD>訄邿",""
"e Abbey",0,1139764756,1153438433,1124291052,"The Sepulcher, Silverpine Forest",0,0,"Das Grabmal, Silberwald","<EFBFBD>煺摩<EFBFBD><EFBFBD><EFBFBD>嚗屸𣂎<EFBFBD>暹ㄝ<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋訇郇邽<EFBFBD>訄, 苤迮<E88BA4>迮訇<E8BFAE><E8A887><EFBFBD><20><EFBFBD>","El Sepulcro, Bosque de Arg矇nteos","O Sepulcro, Floresta de Pinhaprata",4128894,"請覜紹萃<EFBFBD><EFBFBD>訄郅<EFBFBD>郇訄<EFBFBD> <20><EFBFBD>郕訄 郇訄郱郇訄<E98387>迮郇邽<E98387> 迡郅<E8BFA1> 邾訄<E982BE><E8A884><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><EFBFBD>邽迠訄訇郅迮邿",""
" Abbey",0,1153700823,1132854313,3257689702,"Undercity, Tirisfal",0,0,"Unterstadt, Tirisfal","撟賣<EFBFBD><EFBFBD>𠬍<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>堒𧑐","<EFBFBD>郋迡迣郋<EFBFBD>郋迡, 苠邽<E88BA0><EFBFBD><E982BD>訄郅<E8A884>","Entra簽as, Tirisfal","Cidade Baixa, Clareiras de Tirisfal",4128894,"請覜紹萃<EFBFBD><EFBFBD>訄郅<EFBFBD>郇訄<EFBFBD> <20><EFBFBD>郕訄 郇訄郱郇訄<E98387>迮郇邽<E98387> 迡郅<E8BFA1> 邾訄<E982BE><E8A884><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><EFBFBD>邽迠訄訇郅迮邿",""
"Abbey",0,3324268032,3298669773,1109744681,"Darkshire, Duskwood",0,0,"Dunkelhain, D瓣mmerwald","憭𡏭𠧧<EFBFBD><EFBFBD><EFBFBD><EFBFBD>株𠧧璉格<EFBFBD>","苠迮邾郇郋郅迮<EFBFBD><EFBFBD>迮, 苤<>邾迮<E982BE><EFBFBD><EFBFBD><20><EFBFBD>","Villa Oscura, Bosque del Ocaso","Vila Sombria, Floresta do Crep繳sculo",4128894,"","<EFBFBD>訄邿"
"bbey",0,3178611343,3294034493,1114329580,"Tarren Mill, Hillsbrad",0,0,"Tarrens M羹hle, H羹gelland","憛𥪯憐蝐喳<EFBFBD><EFBFBD><EFBFBD>撠娍鱻撣<EFBFBD>𡟹敺<EFBFBD>","<EFBFBD>迮郅<EFBFBD>郇邽<EFBFBD>訄 苠訄<E88BA0><E8A884>迮郇, 苭邽郅<E982BD><EFBFBD>訄迡","Molino Tarren, Trabalomas","Sarraria Tarren, Contraforte de Eira dos Montes",8323198,"請覜紹萃<EFBFBD><EFBFBD>訄郅<EFBFBD>郇訄<EFBFBD> <20><EFBFBD>郕訄 郇訄郱郇訄<E98387>迮郇邽<E98387> 迡郅<E8BFA1> 邾訄<E982BE><E8A884><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><EFBFBD>邽迠訄訇郅迮邿",""
"bey",0,3291602616,3288391352,1104208200,"Southshore, Hillsbrad",0,0,"S羹derstade, H羹gelland","<EFBFBD>埈絲<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>勗噸","衩迠郇郋訇迮<EFBFBD>迮迠<EFBFBD>迮, 苭邽郅<E982BD><EFBFBD>訄迡","Costasur, Trabalomas","Ruina da Costa Sul, Contraforte de Eira dos Montes",4128894,"","<EFBFBD>訄邿"
"ey",0,1158469222,3316057907,1118225039,"Eastern Plaguelands",0,0,"Die <20>stlichen Pestl瓣nder","銝𦦵<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>迮 虴<>邾郇<E982BE><20>迮邾郅邽","Tierras de la Peste del Este","Terras Pestilentas Orientais",8323198,"<EFBFBD>訄邿",""
"y",0,3298496758,3307024835,1102137262,"Refuge Pointe, Arathi",0,0,"Die Zuflucht, Arathi","<EFBFBD>輸𠗕靚瑕𧑐嚗屸燵<EFBFBD><EFBFBD>擃睃𧑐","<EFBFBD>郈郋<EFBFBD><EFBFBD><20><>郇郕<E98387>, <20><><EFBFBD>","Puesto del Alcance, Arathi","Ponta do Ref繳gio, Planalto Arathi",4128894,"","<EFBFBD>訄邿"
"",0,3294958223,3311046205,1116530278,"Hammerfall, Arathi",0,0,"Hammerfall, Arathi","<EFBFBD>賡𤧅<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>撣屸<EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄赲<EFBFBD>邽邿 <20>郋郅郋<E98385>, <20><><EFBFBD>","Ca穩da de Martillo, Arathi","Ru穩na do Martelo, Planalto Arathi",4128894,"d",""
"Abtei von Nordhain",0,3328291123,1140772700,1104255386,"Booty Bay, Stranglethorn",0,0,"Beutebucht, Schlingendorntal","<EFBFBD><EFBFBD>瘚瑟嗾嚗諹<EFBFBD>璉䁅健","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>郕訄<EFBFBD> <20><><EFBFBD><EFBFBD>訄, 苠迮<E88BA0>郇邽<E98387><E982BD><EFBFBD> <20>郋郅邽郇訄","Bah穩a del Bot穩n, Vega de Tuercespina","Angra do Butim, Selva do Espinha癟o",4128894,"d",""
"btei von Nordhain",0,3328320512,1139282739,1108457554,"Booty Bay, Stranglethorn",0,0,"Beutebucht, Schlingendorntal","<EFBFBD><EFBFBD>瘚瑟嗾嚗諹<EFBFBD>璉䁅健","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>郕訄<EFBFBD> <20><><EFBFBD><EFBFBD>訄, 苠迮<E88BA0>郇邽<E98387><E982BD><EFBFBD> <20>郋郅邽郇訄","Bah穩a del Bot穩n, Vega de Tuercespina","Angra do Butim, Selva do Espinha癟o",4128894,"","<EFBFBD>訄邿"
"tei von Nordhain",0,3326212301,1125272125,1079110533,"Grom'gol, Stranglethorn",0,0,"Grom'gol, Schlingendorntal","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>嚗諹<EFBFBD>璉䁅健","<EFBFBD><EFBFBD>郋邾'迣郋郅, 苠迮<E88BA0>郇邽<E98387><E982BD><EFBFBD> <20>郋郅邽郇訄","Grom'gol, Vega de Tuercespina","Grom'gol, Selva do Espinha癟o",4128894,"d",""
"ei von Nordhain",0,3318697964,3305652429,1131684823,"Kargath, Badlands",0,0,"Kargath, <20>dland","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銋见𧑐","<EFBFBD><EFBFBD>迣訄<EFBFBD>, <20><EFBFBD>郈郅郋迡郇<E8BFA1><20>迮邾郅邽","Kargath, Tierras Inh籀spitas","Kargath, Ermos",4128894,"d",""
"i von Nordhain",1,3298141880,1106095636,1127281459,"Thunder Bluff, Mulgore",0,0,"Donnerfels, Mulgore","<EFBFBD><EFBFBD>撏吔<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>郋邾郋赲郋邿 苺<><EFBFBD>, <20><>郅迣郋<E8BFA3>","Cima del Trueno, Mulgore","Penhasco do Trov瓊o, Mulgore",4128894,"d",""
" von Nordhain",1,1154593505,3313950126,1114942996,"Orgrimmar, Durotar",0,0,"Orgrimmar, Durotar","憟交聢<EFBFBD><EFBFBD>嚗峕<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>邽邾邾訄<EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD>","Orgrimmar, Durotar","Orgrimmar, Durotar",4128894,"d",""
"von Nordhain",0,3318763520,3305825485,1133202637,"Generic, World target for Zeppelin Paths",0,0,"Allgemein, Weltziel f羹r Zeppelinrouten","<EFBFBD>𡁶鍂嚗屸<EFBFBD><EFBFBD>寡楝敺<EFBFBD><EFBFBD>銝𣇉<EFBFBD><EFBFBD><EFBFBD>","苺郇邽赲迮<EFBFBD><EFBFBD>訄郅<EFBFBD>郇訄<EFBFBD> <20><EFBFBD>郕訄 郇訄郱郇訄<E98387>迮郇邽<E98387> 迡郅<E8BFA1> 邾訄<E982BE><E8A884><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><EFBFBD>邽迠訄訇郅迮邿","Gen矇rico, Objetivo Mundial para Rutas de Zepel穩n","Generic, World target for Zeppelin Paths",4128894,"",""
"on Nordhain",1,3286034022,3307356488,1119887032,"Crossroads, The Barrens",0,0,"Das Wegekreuz, Brachland","<EFBFBD><EFBFBD><EFBFBD>頝臬藁嚗諹換<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迮郕<EFBFBD><EFBFBD><EFBFBD>郋郕, 苤<>迮郈邽","El Cruce, Los Bald穩os","A Encruzilhada, Sert繭es",4128894,"d",""
"n Nordhain",1,1170615050,1141599109,1099059692,"Auberdine, Darkshore",0,0,"Auberdine, Dunkelk羹ste","憟乩摩銝<EFBFBD><EFBFBD>暺烐絲撗<EFBFBD>","<EFBFBD><EFBFBD>訇迮<EFBFBD>迡邽郇, 苠迮邾郇<E982BE><20><EFBFBD>迮迣訄","Auberdine, Costa Oscura","Auberdine, Costa Negra",4128894,"",""
" Nordhain",1,1174867548,1146241843,1102734950,"Rut'theran Village, Teldrassil",0,0,"Rut'theran, Teldrassil","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>嚗峕陸颲曉<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迮赲郇<EFBFBD> <20><><EFBFBD>'<27><EFBFBD>訄郇, 苠迮郅<E8BFAE><EFBFBD><EFBFBD><E8A884>邽郅","Aldea Rut'theran, Teldrassil","Vila de Rut'theran, Teldrassil",4128894,"",""
"Nordhain",1,1160820081,3281034936,1121341932,"Astranaar, Ashenvale",0,0,"Astranaar, Eschental","<EFBFBD>踵鱻<EFBFBD><EFBFBD>蝥喉<EFBFBD><EFBFBD>啗健","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>訄郇訄訄<EFBFBD>, 觓<>迮郇迮赲<E8BFAE><20><EFBFBD>","Astranaar, Vallefresno","Astranaar, Vale Gris",4128894,"",""
"ordhain",1,1148298363,1149372989,1120963133,"Sun Rock Retreat, Stonetalon Mountains",0,0,"Sonnenfels, Steinkrallengebirge","<EFBFBD><EFBFBD>𠯫<EFBFBD><EFBFBD>嚗𣬚𨺗<EFBFBD>芸控","<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> 苤郋郅郇迮<E98387>郇郋迣郋 <20>訄邾郇<E982BE>, <20>郋迣<E9838B><EFBFBD><E982BD><EFBFBD><20><EFBFBD><E9838B>","Retiro Roca del Sol, Sierra Espol籀n","Retiro Rocha do Sol ,Cordilheira das Torres de Pedra",4128894,"d",""
"rdhain",1,3316186542,3306611917,1119134679,"Freewind Post, Thousand Needles",0,0,"Freiwindposten, Tausend Nadeln","銋梢<EFBFBD><EFBFBD><><E59A97><EFBFBD><EFBFBD>𨺗<EFBFBD><F0A8BA97>","<EFBFBD><EFBFBD><EFBFBD>訄赲訄 <20>郋郅<E9838B>郇郋迣郋 <20><EFBFBD><E8BFAE>訄, 苠<><E88BA0><EFBFBD><EFBFBD><20>迣郅","Puesto Viento Libre, Mil Agujas","Aldeia Vento Livre, Mil Agulhas",4128894,"d",""
"dhain",1,3314310922,3292657910,3256751227,"Thalanaar, Feralas",0,0,"Thalanaar, Feralas","<EFBFBD><EFBFBD>蝥喳<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>𨺗<EFBFBD><EFBFBD>","苠訄郅訄郇訄訄<EFBFBD>, 苳迮<E88BB3>訄郅訄<E98385>","Thalanaar, Feralas","Thalanaar, Feralas",4128894,"",""
"hain",1,3312391660,3314361508,1093077565,"Theramore, Dustwallow Marsh",0,0,"Theramore, D羹stermarschen","憛墧<EFBFBD><EFBFBD><EFBFBD>撠䀹野瘝潭魚","苠迮<EFBFBD>訄邾郋<EFBFBD>, <20><>郅迮赲<E8BFAE>迮 苠郋郈邽","Theramore, Marjal Revolcafango","Theramore, P璽ntano Vadeoso",4128894,"","<EFBFBD>訄邿"
"ain",1,1160221204,1152824771,1130946888,"Stonetalon Peak, Stonetalon Mountains",0,0,"Steinkrallengipfel, Steinkrallengebirge","<EFBFBD>喟⏛撜堆<EFBFBD><EFBFBD>喟⏛撅<EFBFBD>","<EFBFBD>邽郕 <20>訄邾迮郇郇郋迣郋 <20>郋迣<E9838B><E8BFA3>, <20>郋迣<E9838B><EFBFBD><E982BD><EFBFBD><20><EFBFBD><E9838B>","Cima del Espol籀n, Sierra Espol籀n","Morro das Torres de Pedra, Cordilheira das Torres de Pedra",4128894,"",""
"in",1,3304433009,3317039698,3213340180,"Transport, Booty Bay - Ratchet",0,0,"Transport, Beutebucht - Ratchet","<EFBFBD><EFBFBD>瘚瑟嗾<EFBFBD><EFBFBD>朣踹<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><EFBFBD><EFBFBD><E8A884>郕訄<E98395> <20><><EFBFBD><EFBFBD>訄 - <20>訄訇迮<E8A887><E8BFAE>訄郇","Transporte, Bah穩a del Bot穩n - Trinquete","Transporte, Angra do Butim, Vila Catraca ",4128894,"",""
"n",1,1151664701,3314633114,1101827932,"Transport, Orgrimmar Zepplins",0,0,"Transport, Orgrimmar Zeppelin","憟交聢<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><EFBFBD>邽迠訄訇郅邽 <20><><EFBFBD>邽邾邾訄<E982BE>","Transporte, Zepelines de Orgrimmar","Transporte, Orgrimmar Zepplins",4128894,"",""
"",0,3322352251,1138271191,1114494730,"Generic, World target",0,0,"Allgemein, Weltziel","<EFBFBD>𡁶鍂嚗䔶<EFBFBD><EFBFBD>𣬚𤌍<EFBFBD><EFBFBD>","<EFBFBD>訄郱郋赲訄<EFBFBD> <20>迮郅<E8BFAE> 郇訄 郕訄<E98395><E8A884><20><EFBFBD>","Gen矇rico, Objetivo Mundial","Gen矇rico, Alvo Mundo",4128894,"<EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><20><>迮迡迮郅<E8BFAE>",""
"<EFBFBD><EFBFBD>靽桅<EFBFBD><EFBFBD><EFBFBD>",1,1124810097,1151711805,1128366080,"Nijel's Point, Desolace",0,0,"Die Nijelspitze, Desolace","撠潸<EFBFBD><EFBFBD><EFBFBD>滚𢹸蝡辷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>銋见𧑐","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><20>訄邿迡迠迮郅訄, <20><><EFBFBD><EFBFBD><EFBFBD>","Punto de Nijel, Desolace","Posto do Nijel, Desola癟瓊o",4128894,"",""
"<EFBFBD><EFBFBD>∩耨<EFBFBD>㯄堺",1,3302814843,1162608189,1084101755,"Shadowprey Village, Desolace",0,0,"Schattenflucht, Desolace","<EFBFBD>砍蔣<EFBFBD>𡢅<EFBFBD><EFBFBD><EFBFBD><EFBFBD>銋见𧑐","<EFBFBD><EFBFBD>迮赲郇<EFBFBD> <20><EFBFBD><EFBFBD><E98387> <20><><EFBFBD>郇邽郕郋赲, <20><><EFBFBD><EFBFBD><EFBFBD>","Aldea Cazasombras, Desolace","Aldeia Pescassombra, Desola癟瓊o",4128894,"d",""
"<EFBFBD>靽桅<EFBFBD><EFBFBD><EFBFBD>",1,3319906243,3312019825,1090927985,"Gadgetzan, Tanaris",0,0,"Gadgetzan, Tanaris","<EFBFBD>惩抅璉殷<EFBFBD>憛𠉛熙<EFBFBD>拇鱻","<EFBFBD><EFBFBD>邽訇訄邾訇訄<EFBFBD><EFBFBD>郕, 苠訄郇訄<E98387><EFBFBD>","Gadgetzan, Tanaris","Geringontzan, Tanaris",4128894,"","<EFBFBD>訄邿"
"<EFBFBD>∩耨<EFBFBD>㯄堺",1,3319547679,3312207299,1092815421,"Gadgetzan, Tanaris",0,0,"Gadgetzan, Tanaris","<EFBFBD>惩抅璉殷<EFBFBD>憛𠉛熙<EFBFBD>拇鱻","<EFBFBD><EFBFBD>邽訇訄邾訇訄<EFBFBD><EFBFBD>郕, 苠訄郇訄<E98387><EFBFBD>","Gadgetzan, Tanaris","Geringontzan, Tanaris",4128894,"d",""
"<EFBFBD>靽桅<EFBFBD><EFBFBD><EFBFBD>",1,3314069094,1162914406,1094996460,"Feathermoon, Feralas",0,0,"Mondfederfeste, Feralas","蝢賣<EFBFBD><EFBFBD><EFBFBD>嚗諹蟮<EFBFBD>㗇鱻","<EFBFBD><EFBFBD>迮郈郋<EFBFBD><EFBFBD><EFBFBD> <20>郈迮<E98388>迮郇郇郋邿 <20><><EFBFBD>, 苳迮<E88BB3>訄郅訄<E98385>","Plumaluna, Feralas","Ru穩nas de Plumaluna, Feralas",4128894,"",""
"∩耨<EFBFBD>㯄堺",1,3314163425,1128746844,1103657697,"Camp Mojache, Feralas",0,0,"Camp Mojache, Feralas","<EFBFBD><EFBFBD>敶餉𨯫<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄迣迮<EFBFBD><EFBFBD> <20><EFBFBD><EFBFBD>迮, 苳迮<E88BB3>訄郅訄<E98385>","Campamento Mojache, Feralas","Aldeia Mojache, Feralas",4128894,"d",""
"靽桅<EFBFBD><EFBFBD><EFBFBD>",0,1133371064,3304740946,1128447345,"Aerie Peak, The Hinterlands",0,0,"Nistgipfel, Hinterland","暽啣楷撅梧<EFBFBD>颲𤤿鸌<EFBFBD><EFBFBD>","<EFBFBD>訄郋訇郅訄<EFBFBD><EFBFBD><20>邽郕, <20><EFBFBD><E98387><EFBFBD>迮郇郇邽迮 <20>迮邾郅邽","Pico Nidal, Tierras del Interior","Ninho da Aguia, Terras Agrestes",4128894,"","<EFBFBD>訄邿"
"<EFBFBD>㯄堺",1,1164236882,3314103050,1122113946,"Valormok, Azshara",0,0,"Valormok, Azshara","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>嚗諹𪄳<EFBFBD><EFBFBD>","<EFBFBD>訄訇<EFBFBD><EFBFBD><EFBFBD>訄郇, <20><EFBFBD><EFBFBD>","Valormok, Azshara","Valormok, Azshara",4128894,"d",""
"<EFBFBD><EFBFBD><EFBFBD>",0,3324879053,3310795735,1117662740,"Nethergarde Keep, Blasted Lands",0,0,"Burg Nethergarde, Verw羹stete Lande","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>銋见𧑐","<EFBFBD><EFBFBD>迮郈郋<EFBFBD><EFBFBD><EFBFBD><><E88BA4>訄迠迮邿 <20><><EFBFBD><EFBFBD><EFBFBD><E9838B>, <20><>迠迠迮郇郇<E98387><20>迮邾郅邽","Castillo de Nethergarde, Tierras Devastadas","Bastilha de Etergarde, Barreira do Inferno",4128894,"","<EFBFBD>訄邿"
"<EFBFBD>㯄堺",0,3296107397,3288921866,3229026877,"Southshore Ferry, Hillsbrad",0,0,"Transport, S羹derstade - H羹gelland","<EFBFBD>埈絲<EFBFBD><EFBFBD><EFBFBD>憭湛<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>勗噸","<EFBFBD><EFBFBD>郋邾 衩迠郇郋訇迮<E8A887>迮迠<E8BFAE><E8BFA0>, 苭邽郅<E982BD><EFBFBD>訄迡","Transbordador de Costasur, Laderas de Trabalomas","Ru穩nas da Costa Sul, Contraforte de Eira dos Montes",4128894,"",""
"<EFBFBD><EFBFBD><EFBFBD>",0,3326217011,1131114004,1066359849,"Transport, Grom'gol - Orgrimmar",0,0,"Transport, Grom'gol - Ogrimmar","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>啣孕<EFBFBD><EFBFBD><EFBFBD>𤤿<EFBFBD>憌噼<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><>郋邾'迣郋郅 - <20><><EFBFBD>邽邾邾訄<E982BE>","Transporte, Grom'gol - Orgrimmar","Transporte, Grom'gol - Orgrimmar",4128894,"",""
"㯄堺",1,1168007987,3282607145,1136112763,"Bloodvenom Post, Felwood",0,0,"Blutgiftposten, Teufelswald","<EFBFBD>瘥鍦<EFBFBD><EFBFBD><EFBFBD>韐嫣<EFBFBD>敺瑟ㄝ<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>訄赲訄 <20><><EFBFBD>訄赲郅迮郇郇郋邿 <20><>郋赲邽, <20><>郕赲迮<E8B5B2>郇迮郇郇<E98387><20><EFBFBD>","Puesto del Veneno, Frondavil","Posto Pe癟onha, Selva Maleva",4128894,"d",""
"<EFBFBD><EFBFBD>",1,1172902810,3306910556,1139223101,"Moonglade",0,0,"Mondlichtung","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>堒𧑐","<EFBFBD><EFBFBD>郇郇訄<EFBFBD> <20>郋郅<E9838B>郇訄","Claro de la Luna","Clareira da Lua",4128894,"",""
"",0,0,0,0,"Transport, Menethil Ships",0,0,"Transport, Hafen von Menethil","蝐喳<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><EFBFBD>訄訇郅邽 <20>迮郇迮<E98387>邽郅訄","Transporte, Barcos de Menethil","Transporte, Navios Menethil",4128894,"",""
"<EFBFBD>",0,0,0,0,"Transport, Rut'theran - Auberdine",0,0,"Transport, Rut'theran - Auberdine","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>憟乩摩銝<EFBFBD><EFBFBD><EFBFBD>孵蘨","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><><EFBFBD>'<27><EFBFBD>訄郇 - <20><>訇迮<E8A887>迡邽郇","Transporte, Rut'theran - Auberdine","Transporte, Rut'theran - Auberdine",4128894,"",""
"",1,1171552748,3314824069,1143955456,"Everlook, Winterspring",0,0,"Ewige Warte, Winterquell","瘞豢<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>迣郋赲郱郋<EFBFBD>, <20>邽邾郇邽迮 <20><EFBFBD><E98385>","Vista Eterna, Cuna del Invierno","Visteterna, Hib矇rnia",4128894,"",""
"<EFBFBD>訇訇訄<EFBFBD><EFBFBD><EFBFBD>赲郋 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",1,1171581051,3314555126,1144105697,"Everlook, Winterspring",0,0,"Ewige Warte, Winterquell","瘞豢<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>迣郋赲郱郋<EFBFBD>, <20>邽邾郇邽迮 <20><EFBFBD><E98385>","Vista Eterna, Cuna del Invierno","Visteterna, Hib矇rnia",4128894,"d",""
"𡤕教教參<EFBFBD><EFBFBD><EFBFBD><EFBFBD> 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",1,3313721078,1162690560,3243098767,"Transport, Feathermoon - Feralas",0,0,"Transport, Mondfederfeste - Feralas","蝢賣<EFBFBD><EFBFBD><EFBFBD> - <20><EFBFBD><E884AB><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><>迮郈郋<E98388><E9838B><EFBFBD> <20>郈迮<E98388>迮郇郇郋邿 <20><><EFBFBD> - 苳迮<E88BB3>訄郅訄<E98385>","Transporte, Plumaluna - Feralas","Transporte, Plumaluna - Feralas",4128894,"",""
"訇訇訄<EFBFBD><EFBFBD><EFBFBD>赲郋 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",1,3309614653,3308364513,1107980452,"Brackenwall Village, Dustwallow Marsh",0,0,"Brackenwall, D羹stermarschen","<EFBFBD><EFBFBD><EFBFBD>𡢅<EFBFBD>撠䀹野瘝潭魚","<EFBFBD><EFBFBD>迮赲郇<EFBFBD> <20>邽訇郅郋<E98385>郋郈<E9838B>, <20><>郅迮赲<E8BFAE>迮 苠郋郈邽","Poblado Murohelecho, Marjal Revolcafango","Aldeia Muralha Verde, P璽ntano Vadeoso",4128894,"d",""
"教教參<EFBFBD><EFBFBD><EFBFBD><EFBFBD> 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",0,3324208128,3310154752,1101712589,"Stonard, Swamp of Sorrows",0,0,"Steinard, S羹mpfe des Elends","<EFBFBD><EFBFBD>𡁶熙敺瘀<EFBFBD><EFBFBD>脖慾瘝潭魚","<EFBFBD>訄邾迮郇郋<EFBFBD>, <20>郋郅郋<E98385><20><EFBFBD>訄郅邽","Rocal, Pantano de las Penas","Pedragal, P璽ntano das M獺goas",4128894,"d",""
"訇訄<EFBFBD><EFBFBD><EFBFBD>赲郋 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",1,1174926858,1148704686,1097030697,"Fishing Village, Teldrassil",0,0,"Fischerdorf, Teldrassil","<EFBFBD>㯄掉<EFBFBD>𡢅<EFBFBD>瘜啗噢撣<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>訇訄<EFBFBD>郕訄<EFBFBD> <20><EFBFBD>迮赲郇<E8B5B2>, 苠迮郅<E8BFAE><EFBFBD><EFBFBD><E8A884>邽郅","Aldea Pescadora, Teldrassil","Vila de Pescadores, Teldrassil",4128894,"",""
"教參<EFBFBD><EFBFBD><EFBFBD><EFBFBD> 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",1,1163062108,1148796436,1084626043,"Zoram'gar Outpost, Ashenvale",0,0,"Au<EFBFBD>enposten von Zoram'gar, Eschental","雿鞉<EFBFBD><EFBFBD><EFBFBD><EFBFBD>滚𢹸蝡辷<EFBFBD><EFBFBD>啗健","<EFBFBD><EFBFBD><EFBFBD>訄赲訄 <20><EFBFBD>訄邾'迣訄<E8BFA3>, 觓<>迮郇迮赲<E8BFAE><20><EFBFBD>","Puesto Zoram'gar, Frondavil","Posto Zoram'gar , Vale Gris",4128894,"d",""
"<EFBFBD><EFBFBD><EFBFBD>赲郋 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",30,1141869937,3258620314,1108766884,"Dun Baldar, Alterac Valley",0,0,"Dun Baldar, Alteractal","銝孵毀颲曉<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>见控靚<EFBFBD>","<EFBFBD><EFBFBD><20>郋郅迡訄<E8BFA1>, <20><EFBFBD><E98385><EFBFBD>訄郕<E8A884>郕訄<E98395> <20>郋郅邽郇訄","Dun Baldar, Valle de Alterac","Dun Baldar, Vale Alterac",4128894,"","<EFBFBD>訄邿"
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD> 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",30,3299274260,3282032722,1119179244,"Frostwolf Keep, Alterac Valley",0,0,"Burg Frostwolf, Alteractal","<EFBFBD>𦦵𣄽閬<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>见控靚<EFBFBD>","<EFBFBD><EFBFBD>迮郈郋<EFBFBD><EFBFBD><EFBFBD> 苤迮赲迮<E8B5B2>郇郋迣郋 <20>郋郅郕訄, <20><EFBFBD><E98385><EFBFBD>訄郕<E8A884>郕訄<E98395> <20>郋郅邽郇訄","Fuerte Lobo G矇lido, Valle de Alterac","Bastilha Lobo do Gelo, Vale Alterac",4128894,"請覜紹萃<EFBFBD><EFBFBD>訄郅<EFBFBD>郇訄<EFBFBD> <20><EFBFBD>郕訄 郇訄郱郇訄<E98387>迮郇邽<E98387> 迡郅<E8BFA1> 邾訄<E982BE><E8A884><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><EFBFBD>邽迠訄訇郅迮邿",""
"<EFBFBD><EFBFBD><EFBFBD>赲郋 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",1,1158669885,3307063501,1120980173,"Splintertree Post, Ashenvale",0,0,"Splitterholzposten, Eschental","蝣擧銁撗堒𢹸嚗𣬚<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>訄赲訄 <20><EFBFBD><E8A884>迮郈郅迮郇郇郋迣郋 <20><EFBFBD>迮赲訄, 觓<>迮郇迮赲<E8BFAE><20><EFBFBD>","Puesto del Hachazo, Frondavil","Posto Machadada, Vale Gris",4128894,"d",""
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD> 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",1,1173589217,3306567557,1140107510,"Nighthaven, Moonglade",0,0,"Nachthafen, Mondlichtung","瘞詨<EFBFBD>皜荔<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>堒𧑐","<EFBFBD><EFBFBD>郇訄<EFBFBD> <20>訄赲訄郇<E8A884>, <20><>郇郇訄<E98387> <20>郋郅<E9838B>郇訄","Amparo de la Noche, Claro de la Luna","Ref繳gio Noturno, Clareira da Lua",4128894,"",""
"<EFBFBD><EFBFBD>赲郋 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",1,1173577155,3306570138,1140115374,"Nighthaven, Moonglade",0,0,"Nachthafen, Mondlichtung","瘞詨<EFBFBD>皜荔<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>堒𧑐","<EFBFBD><EFBFBD>郇訄<EFBFBD> <20>訄赲訄郇<E8A884>, <20><>郇郇訄<E98387> <20>郋郅<E9838B>郇訄","Santuario Nocturno, Claro de la Luna","Ref繳gio Noturno, Clareira da Lua",4128894,"d",""
"<EFBFBD><EFBFBD><EFBFBD> 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",1,1160388567,3312618045,1120517489,"Talrendis Point, Azshara",0,0,"Talrendisspitze, Azshara","憛𥪯憐餈芣鱻<EFBFBD>亙𧑐嚗諹𪄳<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>訄赲訄 苠訄郅<E8A884>迮郇迡邽<E8BFA1>, <20><EFBFBD><EFBFBD>","Punto Talrendis, Azshara","Campo Talrendis, Azshara",4128894,"",""
"<EFBFBD>赲郋 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",1,1170337546,3304305705,1141822095,"Talonbranch Glade, Felwood",0,0,"Nachtlaublichtung, Teufelswald","<EFBFBD><EFBFBD><EFBFBD>堒𧑐嚗諹晶隡滚噸璉格<EFBFBD>","<EFBFBD><EFBFBD><20>郋迣<E9838B><EFBFBD><E8BFAE>赲郋郅訄, <20><>郕赲迮<E8B5B2>郇迮郇郇<E98387><20><EFBFBD>","Claro Ramaespol籀n, Frondavil","Clareira da Galha癟a, Selva Maleva",4128894,"",""
"<EFBFBD><EFBFBD> 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",0,1147720827,3300049797,1115772682,"Chillwind Camp, Western Plaguelands",0,0,"Zugwindlager, Westliche Pestl瓣nder","撖㘾<EFBFBD><EFBFBD>亙𧑐嚗諹正<EFBFBD>毺𢥫銋见𧑐 ","<EFBFBD>訄迣迮<EFBFBD><EFBFBD> <20><>郋邾郋郱迣郅郋迣郋 <20><EFBFBD><E8BFAE>訄, <20>訄郈訄迡郇<E8BFA1>迮 虴<>邾郇<E982BE><20>迮邾郅邽","Campamento del Orvallo, Tierras de la Peste del Oeste","Acampamento Ventogelante, Terras Pestilentas Ocidentais",4128894,"","<EFBFBD>訄邿"
"赲郋 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",0,1158541681,3316049510,1118713938,"Light's Hope Chapel, Eastern Plaguelands",0,0,"Kapelle des hoffnungsvollen Lichts, <20>stliche Pestl瓣nder","<EFBFBD><EFBFBD><EFBFBD>銋𧢲<EFBFBD>蝷潭<EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝𦦵<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","虴訄<EFBFBD>郋赲郇<EFBFBD> <20><EFBFBD>郅迮迡郇迮邿 <20>訄迡迮迠迡<E8BFA0>, <20><EFBFBD><E9838B><EFBFBD><EFBFBD>迮 虴<>邾郇<E982BE><20>迮邾郅邽","Capilla de la Esperanza de la Luz, Tierras de la Peste del Este","Capela Esperan癟a da Luz, Terras Pestilentas Orientais",4128894,"","<EFBFBD>訄邿"
"<EFBFBD> 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",0,1158772367,3315939103,1118015324,"Light's Hope Chapel, Eastern Plaguelands",0,0,"Kapelle des hoffnungsvollen Lichts, <20>stliche Pestl瓣nder","<EFBFBD><EFBFBD><EFBFBD>銋𧢲<EFBFBD>蝷潭<EFBFBD><EFBFBD><EFBFBD><EFBFBD>銝𦦵<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","虴訄<EFBFBD>郋赲郇<EFBFBD> <20><EFBFBD>郅迮迡郇迮邿 <20>訄迡迮迠迡<E8BFA0>, <20><EFBFBD><E9838B><EFBFBD><EFBFBD>迮 虴<>邾郇<E982BE><20>迮邾郅邽","Capilla de la Esperanza de la Luz, Tierras de la Peste del Este","Capela Esperan癟a da Luz, Terras Pestilentas Orientais",4128894,"請覜紹萃<EFBFBD><EFBFBD>訄郅<EFBFBD>郇訄<EFBFBD> <20><EFBFBD>郕訄 郇訄郱郇訄<E98387>迮郇邽<E98387> 迡郅<E8BFA1> 邾訄<E982BE><E8A884><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><EFBFBD>邽迠訄訇郅迮邿",""
"郋 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",1,1172927263,3305420308,1140206469,"Moonglade",0,0,"Mondlichtung","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>堒𧑐","<EFBFBD><EFBFBD>郇郇訄<EFBFBD> <20>郋郅<E9838B>郇訄","Claro de la Luna","Clareira da Lua",4128894,"d",""
"<EFBFBD> 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",0,3320479805,3305683108,1126533038,"Flame Crest, Burning Steppes",0,0,"Flammenkamm, Brennende Steppe","<EFBFBD><EFBFBD><EFBFBD>撜堆<EFBFBD><EFBFBD><EFBFBD><EFBFBD>撟喳<EFBFBD>","<EFBFBD>郅訄邾迮郇迮<EFBFBD><EFBFBD>邽邿 苤<><E88BA4>迣, <20><>郅訄<E98385><E8A884>邽迮 苤<>迮郈邽","Cresta de la Llama, Estepas Ardientes","Monte Candente, Estepes Ardentes",4128894,"d",""
" 苤迮赲迮<E8B5B2>郋郱迮邾<E8BFAE><E982BE>",0,3322065521,3307939226,1127839171,"Morgan's Vigil, Burning Steppes",0,0,"Morgans Wacht, Brennende Steppe","<EFBFBD>拇覔<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>撟喳<EFBFBD>","<EFBFBD>郋郱郋<EFBFBD> <20><EFBFBD>迣訄郇<E8A884>, <20><>郅訄<E98385><E8A884>邽迮 苤<>迮郈邽","Vigilia de Morgan, Estepas Ardientes","Vigia de Morgan, Estepes Ardentes",4128894,"","<EFBFBD>訄邿"
"苤迮赲迮<EFBFBD>郋郱迮邾<EFBFBD><EFBFBD>",1,3319061279,1146171228,1111965041,"Cenarion Hold, Silithus",0,0,"Burg Cenarius, Silithus","憛䂿熙<EFBFBD><EFBFBD>孕閬<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迮郈郋<EFBFBD><EFBFBD><EFBFBD> <20>迮郇訄<E98387><EFBFBD>, 苤邽郅邽<E98385><E982BD><EFBFBD>","Fuerte Cenarion, Silithus","C穩rculo Cenariano, Silithus",4128894,"d",""
"菩紹萃<EFBFBD>郋郱迮邾<EFBFBD><EFBFBD>",1,3318959780,1145111020,1118949868,"Cenarion Hold, Silithus",0,0,"Burg Cenarius, Silithus","憛䂿熙<EFBFBD><EFBFBD>孕閬<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迮郈郋<EFBFBD><EFBFBD><EFBFBD> <20>迮郇訄<E98387><EFBFBD>, 苤邽郅邽<E98385><E982BD><EFBFBD>","Fuerte Cenarion, Silithus","C穩rculo Cenariano, Silithus",4128894,"",""
"迮赲迮<EFBFBD>郋郱迮邾<EFBFBD><EFBFBD>",0,3318531256,3297904804,1134208942,"Thorium Point, Searing Gorge",0,0,"Thoriumspitze, Sengende Schlucht","<EFBFBD>罸𣂎<EFBFBD><EFBFBD>嚗𣬚<EFBFBD><EFBFBD>剖部靚<EFBFBD>","<EFBFBD>訄迣迮<EFBFBD><EFBFBD> <20><><EFBFBD><E8A884><EFBFBD>赲訄 苠郋<E88BA0><EFBFBD>, 苠郅迮<E98385><E8BFAE>迮迮 苺<>迮郅<E8BFAE>","Puesto del Torio, Garganta de Fuego","Posto de T籀rio, Garganta Abrasadora",4128894,"","<EFBFBD>訄邿"
"菩紹萃<EFBFBD>郋郱迮邾<EFBFBD><EFBFBD>",0,3318536049,3297345946,1134217462,"Thorium Point, Searing Gorge",0,0,"Thoriumspitze, Sengende Schlucht","<EFBFBD>罸𣂎<EFBFBD><EFBFBD>嚗𣬚<EFBFBD><EFBFBD>剖部靚<EFBFBD>","<EFBFBD>訄迣迮<EFBFBD><EFBFBD> <20><><EFBFBD><E8A884><EFBFBD>赲訄 苠郋<E88BA0><EFBFBD>, 苠郅迮<E98385><E8BFAE>迮迮 苺<>迮郅<E8BFAE>","Puesto del Torio, Garganta de Fuego","Posto de T籀rio, Garganta Abrasadora",4128894,"d",""
"赲迮<EFBFBD>郋郱迮邾<EFBFBD><EFBFBD>",0,3290353828,3314779136,1085024502,"Revantusk Village, The Hinterlands",0,0,"Dorf der Bruchhauer, Hinterland","<EFBFBD>園蝙<EFBFBD>𡢅<EFBFBD>颲𤤿鸌<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>迮赲郇<EFBFBD> 苤郅郋邾訄郇郇郋迣郋 <20><EFBFBD>郕訄, <20><EFBFBD><E98387><EFBFBD>迮郇郇邽迮 <20>迮邾郅邽","Poblado Sa簽adiente, Tierras del Interior","Aldeia Revatusco, Terras Agrestes",4128894,"d",""
"紹萃<EFBFBD>郋郱迮邾<EFBFBD><EFBFBD>",1,3306474168,3303757169,1119859507,"Camp Taurajo, The Barrens",0,0,"Camp Taurajo, Brachland","<EFBFBD><EFBFBD>蟡𤥁𨯫<EFBFBD><EFBFBD>韐怎<EFBFBD>銋见𧑐","<EFBFBD>訄迣迮<EFBFBD><EFBFBD> 苠訄<E88BA0><E8A884><EFBFBD>郋, 苤<>迮郈邽","Campamento Taurajo, Los Bald穩os","Acampamento Taurajo, Sert繭es",4128894,"d",""
"<EFBFBD>郋郱迮邾<EFBFBD><EFBFBD>",0,1162073334,3310649057,1124829102,"Naxxramas",0,0,"Naxxramas","蝥喳<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄郕<EFBFBD><EFBFBD>訄邾訄<EFBFBD>","Naxxramas","Naxxramas",4128894,"",""
"<EFBFBD>郋郱迮邾<EFBFBD><EFBFBD>",1,3317632655,3297695334,3275465032,"Marshal's Refuge, Un'Goro Crater",0,0,"Marschalls Zuflucht, Krater von Un'Goro","撽祉<EFBFBD>撠磰𨯫<EFBFBD><EFBFBD>摰㗇<EFBFBD>瘣𤤿㴓敶","苺訇迮迠邽<EFBFBD><20><EFBFBD><E8A884>訄郅郅訄, <20><><EFBFBD><EFBFBD> 苺郇'<27><EFBFBD>","Refugio de Marshal, Cr獺ter de Un'Goro","Ref繳gio do Marshal, Cratera Un'Goro",4128894,"d","<EFBFBD>訄邿"
"<EFBFBD>郋郱迮邾<EFBFBD><EFBFBD>",1,3294602691,3312177193,1094168084,"Ratchet, The Barrens",0,0,"Ratchet, Brachland","璉㗛蝙<EFBFBD>𠬍<EFBFBD>韐怎<EFBFBD>銋见𧑐","<EFBFBD>訄訇迮<EFBFBD><EFBFBD>訄郇, 苤<>迮郈邽","Trinquete, Los Bald穩os","Vila Catraca, Sert繭es",4128894,"d","<EFBFBD>訄邿"
"<EFBFBD>郋郱迮邾<EFBFBD><EFBFBD>",131074,0,0,0,"Filming",0,0,"Filmen","<EFBFBD>齿<EFBFBD>","苳邽郅邾邽郇迣","Filmando","Filmando",4128894,"",""
"郋郱迮邾<EFBFBD><EFBFBD>",0,3320627364,1145285181,1109491712,"Ambershire, Northwind",0,0,"Bernhain, Nordwind","摰劐摩<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","觓郇<EFBFBD><EFBFBD><EFBFBD><20><EFBFBD>訄迡","Villa <20>mbar, Viento Norte","Condado <20>mbar, Vento Norte",0,"","<EFBFBD>訄邿"
"憶煩菩槽𧄍<EFBFBD>",0,3322920059,1159778591,1088358973,"SI:7 Outpost, Balor",0,0,"SI:7 Au<41>enposten, Balor","<EFBFBD>𥟇<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>毀瘣<EFBFBD>","<EFBFBD>赲訄郇郈郋<EFBFBD><EFBFBD><>苺, <20>訄郅郋<E98385>","Avanzada del IV:7, Balor","Posto Avan癟ado do SI:7, Balor",0,"","<EFBFBD>訄邿"
"郱迮邾<EFBFBD><EFBFBD>",0,1161522012,3309216154,1122656584,"Plaguewood Tower, Eastern Plaguelands",0,0,"Pestwaldturm, <20>stliche Pestl瓣nder","<EFBFBD><EFBFBD><EFBFBD>堒𢹸憛䈑<EFBFBD>銝𦦵<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><>邾郇郋迣郋 <20><EFBFBD>訄, <20><EFBFBD><E9838B><EFBFBD><EFBFBD>迮 虴<>邾郇<E982BE><20>迮邾郅邽","Torre del Bosque de la Peste, Tierras de la Peste del Este","Torre do Bosque Pestilento, Terras Pestilentas Orientais",4128894,"ogh","ogh"
"煩菩槽𧄍<EFBFBD>",0,1161975030,3313887498,1121642086,"Northpass Tower, Eastern Plaguelands",0,0,"Nordpassturm, <20>stliche Pestl瓣nder","<EFBFBD>堒𧑐<EFBFBD><EFBFBD>嚗䔶<EFBFBD><EFBFBD>毺𢥫銋见𧑐","<EFBFBD><EFBFBD><EFBFBD> 苤迮赲迮<E8B5B2>郇郋迣郋 <20><EFBFBD>迮赲訄郅訄, <20><EFBFBD><E9838B><EFBFBD><EFBFBD>迮 虴<>邾郇<E982BE><20>迮邾郅邽","Torre del Paso Norte, Tierras de la Peste del Este","Torre do Passo Norte, Terras Pestilentas Orientais",4128894,"請覜紹萃<EFBFBD><EFBFBD>訄郅<EFBFBD>郇訄<EFBFBD> <20><EFBFBD>郕訄 郇訄郱郇訄<E98387>迮郇邽<E98387> 迡郅<E8BFA1> 邾訄<E982BE><E8A884><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><EFBFBD>邽迠訄訇郅迮邿","<EFBFBD>訄邿"
"迮邾<EFBFBD><EFBFBD>",0,1159476142,3314824909,1119551488,"Eastwall Tower, Eastern Plaguelands",0,0,"Ostwallturm, <20>stliche Pestl瓣nder","銝𨅯<EFBFBD><EFBFBD><EFBFBD>嚗䔶<EFBFBD><EFBFBD>毺𢥫銋见𧑐","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>郇訄<EFBFBD> <20><EFBFBD><EFBFBD>, <20><EFBFBD><E9838B><EFBFBD><EFBFBD>迮 虴<>邾郇<E982BE><20>迮邾郅邽","Torre de la Muralla Este, Tierras de la Peste del Este","Torre da Muralha Leste, Terras Pestilentas Orientais",4128894,"請覜紹萃<EFBFBD><EFBFBD>訄郅<EFBFBD>郇訄<EFBFBD> <20><EFBFBD>郕訄 郇訄郱郇訄<E98387>迮郇邽<E98387> 迡郅<E8BFA1> 邾訄<E982BE><E8A884><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><EFBFBD>邽迠訄訇郅迮邿","<EFBFBD>訄邿"
"菩槽𧄍<EFBFBD>",0,1156067820,3311708037,1125104353,"Crown Guard Tower, Eastern Plaguelands",0,0,"Turm der Kronenwache, <20>stliche Pestl瓣nder","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>嚗䔶<EFBFBD><EFBFBD>毺𢥫銋见𧑐","<EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD>郋郅迮赲<E8BFAE>郕郋邿 苤<><E88BA4>訄迠邽, <20><EFBFBD><E9838B><EFBFBD><EFBFBD>迮 虴<>邾郇<E982BE><20>迮邾郅邽","Torre de la Guardia de la Corona, Tierras de la Peste del Este","Torre da Coroa, Terras Pestilentas Orientais",4128894,"請覜紹萃<EFBFBD><EFBFBD>訄郅<EFBFBD>郇訄<EFBFBD> <20><EFBFBD>郕訄 郇訄郱郇訄<E98387>迮郇邽<E98387> 迡郅<E8BFA1> 邾訄<E982BE><E8A884><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><EFBFBD>邽迠訄訇郅迮邿","<EFBFBD>訄邿"
"<EFBFBD><EFBFBD>",0,3322236795,1159597711,1113849856,"Stormbreaker Point, Balor",0,0,"Sturmbruchspitze, Balor","蝣𡡞<EFBFBD><EFBFBD><EFBFBD><EFBFBD>毀瘣<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD> <20><>郋邾郋訇郋<E8A887>, <20>訄郅郋<E98385>","Punta Rompetormenta, Balor","Pontal Rompe-procelas, Balor",0,"d",""
"槽𧄍<EFBFBD>",1,3323013304,3304055849,1124241244,"Slickwick Oil Rig, Tanaris",0,0,"Schlickdocht <20>lplattform, Tanaris","皛𤏸塳<EFBFBD>單硃<EFBFBD><EFBFBD>撟喳蝱嚗<EFBFBD><EFBFBD>蝥喳⏚<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>迮赲<EFBFBD><EFBFBD>郕訄 苤郕郋郅<E9838B>郱邽郅<E982BD>郇邽郕訄, 苠訄郇訄<E98387><EFBFBD>","Plataforma Petrolera Resbalaceite, Tanaris","Plataforma Petrol穩fera Visg籀leo, Tanaris",0,"d",""
"<EFBFBD><EFBFBD>",0,3313161503,3315975496,1130571366,"Shatterblade Post, Grim Reaches",0,0,"Au<EFBFBD>enposten der Splitterklinge, D羹sterweiten","蝣𤾸<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>瑟絲撗<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD>訄赲訄 <20>訄郱迡<E983B1>郋訇郅迮郇郇郋迣郋 <20>郅邽郇郕訄, <20><><EFBFBD><EFBFBD><20><>迮迡迮郅<E8BFAE>","Puesto Rompehoja, Los Territorios Sombr穩os","Posto L璽mina Estilha癟ada, Os Alcances Sombrios",0,"d",""
"𧄍<EFBFBD>",0,3315230966,3315058381,1129401549,"Dun Kithas, Grim Reaches",0,0,"Dun Kithas, D羹sterweiten","銝孵抅憛娍鱻嚗<EFBFBD><EFBFBD><EFBFBD>瑟絲撗<EFBFBD>","<EFBFBD><EFBFBD><20><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><20><>迮迡迮郅<E8BFAE>","Dun Kithas, Los Territorios Sombr穩os","Dun Kithas, Os Alcances Sombrios",0,"","<EFBFBD>訄邿"
"𠂔憌𤾸<EFBFBD>嚗諹𪄳撠娍<EFBFBD>璉格<EFBFBD>",0,3312908288,3299243950,1125432033,"Dun Agrath, Wetlands",0,0,"Dun Agrath, Sumpfland","銝寥燵<EFBFBD><EFBFBD><EFBFBD><EFBFBD>, 皝踹𧑐","<EFBFBD><EFBFBD><20><EFBFBD><EFBFBD>, <20>郋郅郋<E98385>邽郇訄","Dun Agrath, Los Humedales","Dun Agrath, Manguezal",0,"","<EFBFBD>訄邿"
"<EFBFBD><EFBFBD>𠬍<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,3314312643,3301285970,1140752712,"Ironforge Airfields, Dun Morogh",0,0,"Flugplatz von Eisenschmiede, Dun Morogh","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>⊥㦤<EFBFBD><EFBFBD>, 銝寡緒蝵<E7B792>","<EFBFBD>郱郅<EFBFBD><EFBFBD><EFBFBD><20>郅郋<E98385>訄迡郕邽 苤<>訄郅<E8A884>迣郋<E8BFA3>郇訄, <20><><20><EFBFBD>郋迣","Campos A矇reos de Forjaz, Dun Morogh","Base A矇rea Altaforja, Dun Morogh",0,"","<EFBFBD>訄邿"
"<EFBFBD>𠬍<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",1,3314470031,3309922263,1108061716,"Mudsprocket, Dustwallow Marsh",0,0,"Morastwinkel, D羹stermarschen","瘜仿曎<EFBFBD><EFBFBD>, 撠䀹野瘝潭魚","虼迮<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","Pi簽籀n de Barro","Coroa de Barro",0,"d",""
"𠬍<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,3325649818,1162298982,1101004800,"Caelan's Rest, Lapidis Isle",0,0,"Caelan's Rast, Insel des Doktor Lapidis","<EFBFBD><EFBFBD>銋见<EFBFBD>,<2C>匧龪餈芣鱻銋见<E98A8B>","<EFBFBD>訄郈邽迡邽<EFBFBD>, <20>郋郕郋邿 <20>迮邿郅訄郇訄","Isla Lapidis, Reposo de Caelan","Lapidis, Descanso de Caelan",0,"","<EFBFBD>訄邿"
"嚗諹𪄳撠娍<EFBFBD>璉格<EFBFBD>",0,3327925453,1158533939,1116078080,"Maul'Ogg Refuge, Gillijim's Isle",0,0,"Zuflucht von Maul'Ogg, Gilijim","<EFBFBD><EFBFBD>憟交聢<EFBFBD>輸𠗕<EFBFBD><EFBFBD>,<2C>匧⏚<E58CA7><EFBFBD>銋见<E98A8B>","苺訇迮迠邽<EFBFBD><20><EFBFBD><EFBFBD>袮𩿞創創<E589B5>","Gilijim, Refugio Maul'Ogg","Gilijim, Ref繳gio Maul'Ogg",0,"d",""
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,1166479340,3308216402,1084437299,"Alah'Thalas",0,0,"Alah'Talas","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>迮郅<EFBFBD>'苠訄郅訄<E98385>, <20>郅訄'苠訄郅訄<E98385>","Quel'Thalas, Alah'Talas","Quel'Thalas, Alah'Talas",0,"","forge, Dun Morogh"
"諹𪄳撠娍<EFBFBD>璉格<EFBFBD>",1,3322606223,3318332047,1090099610,"Tel Co. Basecamp, Tel'Abim",0,0,"Tel Co. Basislager, Tel'Abim","憌𡡞埯<EFBFBD><EFBFBD><EFBFBD>砍虬<EFBFBD>亙𧑐,瘜唳<E7989C>瘥𥪜<E798A5>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>郋赲 苠迮郅'<27>訇邽邾","Isla de Tel'Abim","Ilha Tel'Abim",0,"d","<EFBFBD>訄邿"
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",1,1168887194,3311840051,1153910456,"Nordanaar, Hyjal",0,0,"Nordanaar, Hyjal","霂箄噢蝥喳<EFBFBD>, 瘚瑕<E7989A>撠𥪜控","<EFBFBD><EFBFBD>迡訄郇訄訄<EFBFBD>, 苭邽迡迠訄郅","Nordanaar, Hyjal","Nordanaar, Monte Hyjal",0,"d",""
"𪄳撠娍<EFBFBD>璉格<EFBFBD>",0,3305592054,1148426650,1074664571,"Ravenshire, Gilneas",0,0,"Rabenruh, Gilneas","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><EFBFBD>撠潭鱻","<EFBFBD><EFBFBD>郋郇邽邿 <20><><EFBFBD><E982BD>, <20>邽郅郇迮訄<E8BFAE>","Villa Cuervo, Gilneas","Condado-Corvo, Guiln矇as",0,"","<EFBFBD>訄邿"
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,3298988769,1150361190,1123924050,"Stillward Church, Gilneas",0,0,"Kirche von Stillwacht, Gilneas","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><EFBFBD>撠潭鱻","虷迮<EFBFBD>郕郋赲<EFBFBD> 苠邽<E88BA0>郋迣郋 <20>郋郱郋<E983B1>","Iglesia de Stillward, Gilneas","Igreja da Guarda Silenciosa, Guiln矇as",0,"請覜紹萃<EFBFBD><EFBFBD>訄郅<EFBFBD>郇訄<EFBFBD> <20><EFBFBD>郕訄 郇訄郱郇訄<E98387>迮郇邽<E98387> 迡郅<E8BFA1> 邾訄<E982BE><E8A884><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><EFBFBD>邽迠訄訇郅迮邿",""
"撠娍<EFBFBD>璉格<EFBFBD>",0,1157306778,1160880783,1077936128,"Steepcliff Port, Tirisfal Glades",0,0,"Steilklippenhafen, Tirisfal","<EFBFBD><EFBFBD><EFBFBD>,<2C><EFBFBD><E99E9F><EFBFBD><E88880>堒𧑐","<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>郋迣郋 苺<><E88BBA><EFBFBD>","Puerto Acantilado Empinado, Tirisfal","Porto do Penhasco <20>ngreme, Clareiras de Tirisfal",0,"請覜紹萃<EFBFBD><EFBFBD>訄郅<EFBFBD>郇訄<EFBFBD> <20><EFBFBD>郕訄 郇訄郱郇訄<E98387>迮郇邽<E98387> 迡郅<E8BFA1> 邾訄<E982BE><E8A884><EFBFBD><EFBFBD><EFBFBD>郋赲 <20><EFBFBD>邽迠訄訇郅迮邿",""
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",0,3315449262,1139630080,1137790484,"Gnomeregan Reclamation Facility, Dun Morogh",0,0,"Gnomeregan Wiedergewinnungsanlage, Dun Morogh","霂箄緒<EFBFBD>墧覔憭滚<EFBFBD><EFBFBD>𠬍<EFBFBD>銝寡緒蝵<EFBFBD>","<EFBFBD><EFBFBD>迮郕<EFBFBD> 郈郋 <20>迮郕<E8BFAE><EFBFBD><E98385>邽赲訄<E8B5B2>邽邽 <20>郇郋邾<E9838B>迮迣訄郇訄, <20><><20><EFBFBD>郋迣","Instalaci籀n de Reclamaci籀n de Gnomeregan, Dun Morogh","Instala癟瓊o de Reclama癟瓊o de Gnomeregan, Dun Morogh",0,"","<EFBFBD>訄邿"
"<EFBFBD><EFBFBD>",1,0,0,0,"Zeppelin: Thunder Bluff to Orgrimmar",0,0,"Zeppelin: Donnerfels nach Orgrimmar","<EFBFBD><EFBFBD>撏硋<EFBFBD>憟交聢<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>邽迠訄訇郅<EFBFBD>: 邽郱 <20><>郋邾郋赲郋迣郋 苺<><EFBFBD>訄 赲 <20><><EFBFBD>邽邾邾訄<E982BE>","Zepel穩n: Cima del Trueno a Orgrimmar","Zeppelin: Penhasco do Trov瓊o para Orgrimmar",0,"",""
"<EFBFBD>",1,1146802668,3293648650,1126884966,"Bael Hardul, Stonetalon Mountains",0,0,"Bael Hardul, Steinkrallengebirge","<EFBFBD>喟⏛撅梯<EFBFBD>, 韐嘥<E99F90><E598A5><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>郋迣<EFBFBD><EFBFBD><EFBFBD><EFBFBD><20><EFBFBD><E9838B>, <20><EFBFBD><EFBFBD> 苭訄<E88BAD><EFBFBD>","Sierra Espol籀n, Bael Hardul","Cordilheira das Torres de Pedra, Bael Hardul",0,"","<EFBFBD>訄邿"
"e",0,0,0,0,"Boat: Stormwind to Auberdine",0,0,"Schiff: Sturmwind - Auberdine","<EFBFBD><EFBFBD><EFBFBD>𤾸<EFBFBD>憟乩摩銝<EFBFBD><EFBFBD><EFBFBD>孵蘨","<EFBFBD><EFBFBD>訄訇郅<EFBFBD>: 邽郱 虼<><EFBFBD>邾迣<E982BE>訄迡訄 赲 <20><>訇迮<E8A887>迡邽郇","Barco: Ventormenta a Auberdine","Barco: Ventobravo para Auberdine",0,"",""
"",0,0,0,0,"Boat: Auberdine to Alah'Thalas",0,0,"Schiff: Auberdine - Alah'Talas","憟乩摩銝<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>孵蘨","<EFBFBD><EFBFBD>訄訇郅<EFBFBD>: 邽郱 <20><>訇迮<E8A887>迡邽郇訄 赲 <20>郅訄'苠訄郅訄<E98385>","Barco: Auberdine a Alah'Thalas","Barco: Auberdine para Alahthalas",0,"",""
"Programmierer-Insel",1,0,0,0,"Boat: Alah'Thalas to Auberdine",0,0,"Schiff: Alah'Talas - Auberdine","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>憟乩摩銝<EFBFBD><EFBFBD><EFBFBD>孵蘨","<EFBFBD><EFBFBD>訄訇郅<EFBFBD>: 邽郱 <20>郅訄'苠訄郅訄<E98385>訄 赲 <20><>訇迮<E8A887>迡邽郇","Barco: Alah'Thalas a Auberdine","Barco: Alahthalas para Auberdine",0,"",""
"<EFBFBD><EFBFBD>郋迣<EFBFBD>訄邾邾邽<EFBFBD><EFBFBD>郋赲",1,0,0,0,"Zeppelin: Orgrimmar to Thunder Bluff",0,0,"Zeppelin: Orgrimmar - Donnerfels","憟交聢<EFBFBD><EFBFBD><EFBFBD>圈𡺨<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>邽迠訄訇郅<EFBFBD>: 邽郱 <20><><EFBFBD>邽邾邾訄<E982BE>訄 赲 <20><>郋邾郋赲郋邿 苺<><E88BBA><EFBFBD>","Zepel穩n: Orgrimmar a Cima del Trueno","Zeppelin: Orgrimmar para Penhasco do Trov瓊o",0,"",""
" dos Programadores",1,0,0,0,"Boat: Sparkwater to Revantusk Village",0,0,"Schiff: Funkelwasser - Dorf der Bruchhauer","<EFBFBD>埝偌皜臬<EFBFBD><EFBFBD>園蝙<EFBFBD>𤑳<EFBFBD><EFBFBD>孵蘨","<EFBFBD><EFBFBD>訄訇郅<EFBFBD>: 邽郱 <20><><EFBFBD>郋赲郋迡<E9838B><E8BFA1><20><EFBFBD>迮赲郇<E8B5B2> <20>迮赲訄郇<E8A884><E98387><EFBFBD>","Barco: Aguachispa a Poblado Sa簽adiente","Barco: Fagulhagua para Aldeia Revatusco",0,"",""
"dos Programadores",0,0,0,0,"Boat: Revanstusk to Sparkwater",0,0,"Schiff: Dorf der Bruchhauer - Funkelwasser","<EFBFBD>園蝙<EFBFBD><EFBFBD><EFBFBD>埝偌皜舐<EFBFBD><EFBFBD>孵蘨","<EFBFBD><EFBFBD>訄訇郅<EFBFBD>: 邽郱 <20>迮赲訄郇<E8A884><E98387><EFBFBD>郕訄 赲 <20><><EFBFBD>郋赲郋迡<E9838B>","Barco: Poblado Sa簽adiente a Aguachispa","Barco: Aldeia Revatusco para Fagulhagua",0,"",""
"憶剷菩紹憶<EFBFBD> 苭郋郅邾, <20>訄郈訄迡郇<E8BFA1><20><>訄邿",0,3322179738,1151899156,1084647014,"Stormwind Harbor to Balor, init.",0,0,"Schiff: Wiederverwenden!","<EFBFBD><EFBFBD><EFBFBD>擧葛<EFBFBD><EFBFBD>秐撌湔<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><20>訄赲訄郇邽 虼<><EFBFBD>邾迣<E982BE>訄迡訄 赲 <20>訄郅郋<E98385>: 郋<><EFBFBD>訄赲郕訄.","Puerto de Ventormenta a Balor, inicializaci籀n.","Porto Ventobravo at矇 Balor, inicializa癟瓊o.",0,"","<EFBFBD>訄邿"
"迠迮赲郋邿 苭郋郅邾, <20>訄郈訄迡郇<E8BFA1><20><>訄邿",0,3322940344,1159328891,1053172957,"Balor, landing.",0,0,"Schiff: Wiederverwenden!","撌湔<EFBFBD>嚗𣬚蒈<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>訄郅郋<EFBFBD>: 郈<>邽訇<E982BD><E8A887>邽迮.","Balor, llegada.","Balor, chegada.",0,"","<EFBFBD>訄邿"
"剷菩紹憶<EFBFBD> 苭郋郅邾, <20>訄郈訄迡郇<E8BFA1><20><>訄邿",0,3318746173,3305813484,1133106954,"Zeppelin: Kargath to Orgrimmar",0,0,"Zeppelin: Kargath - Orgrimmar","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>憟交聢<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>邽迠訄訇郅<EFBFBD>: 邽郱 <20><EFBFBD>迣訄<E8BFA3>訄 赲 <20><><EFBFBD>邽邾邾訄<E982BE>","Zepel穩n: Kargath a Orgrimmar","Zeppelin: Kargath para Orgrimmar",0,"",""
"迮赲郋邿 苭郋郅邾, <20>訄郈訄迡郇<E8BFA1><20><>訄邿",1,1150425743,3313692672,1112103977,"Zeppelin: Orgrimmar to Kargath",0,0,"Zeppelin: Orgrimmar - Kargath","憟交聢<EFBFBD><EFBFBD><EFBFBD>啣㨃<EFBFBD>䭾鱻<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>邽迠訄訇郅<EFBFBD>: 邽郱 <20><><EFBFBD>邽邾邾訄<E982BE>訄 赲 <20><EFBFBD>迣訄<E8BFA3>","Zepel穩n: Orgrimmar a Kargath","Zeppelin: Orgrimmar para Kargath",0,"",""
"<EFBFBD> 苭郋郅邾, <20>訄郈訄迡郇<E8BFA1><20><>訄邿",1,3289296732,3321188045,1112567972,"Blackstone Island",0,0,"Schwarzstein Insel","暺𤑳𨺗撗<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD>郋赲 虴迮<E899B4>郇郋郕訄邾郇<E982BE>","Isla Piedranegra","Plataforma de Pouso Ilha Pedranegra",0,"berdine",""
"邿 苭郋郅邾, <20>訄郈訄迡郇<E8BFA1><20><>訄邿",1,1145879101,3315364475,1100957614,"Sparkwater Port, Durotar",0,0,"Funkelwasserhafen, Durotar","<EFBFBD>埝偌皜荔<EFBFBD><EFBFBD>𣈯<EFBFBD>憛𥪜<EFBFBD>","<EFBFBD><EFBFBD>訄迡郋<EFBFBD>郇訄<EFBFBD> 郕訄郈<E8A884><E98388>郅訄: <20><EFBFBD><E9838B> <20><><EFBFBD>郋赲郋迡<E9838B>","Puerto Aguachispa, Durotar","Plataforma de Pouso Fagulhagua",0,"berdine",""
"<EFBFBD> 苭郋郅邾, <20>訄郈訄迡郇<E8BFA1><20><>訄邿",1,1173678551,3292534866,3216695624,"Icepoint Rock Init",0,0,"Eisfels <20><> Anfang","<EFBFBD><EFBFBD>撗抵<EFBFBD><EFBFBD>芾絲<EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>訄訇郅<EFBFBD> 郇訄 <20>迮迡<E8BFAE>郇郋邿 苺<><E88BBA><EFBFBD>: 郋<><EFBFBD>訄赲郕訄.","Roca Puntahelada: Inicio del Barco","In穩cio do Barco da Rocha Ponta G矇lida",0,"ierras Devastadas",""
" 苭郋郅邾, <20>訄郈訄迡郇<E8BFA1><20><>訄邿",1,1179995648,3318610330,3216443965,"Icepoint Rock End",0,0,"Eisfels <20><> Ende","<EFBFBD><EFBFBD>撗抵<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>訄訇郅<EFBFBD> 郇訄 <20>迮迡<E8BFAE>郇郋邿 苺<><E88BBA><EFBFBD>: 郈<>邽訇<E982BD><E8A887>邽迮.","Roca Puntahelada: Fin del Barco","Fim do Barco da Rocha Ponta G矇lida",0,"ierras Devastadas",""

Can't render this file because it has a wrong number of fields in line 2.

View file

@ -286,3 +286,57 @@
496,84,87,0
499,53,44,830
500,44,53,1020
967,300,24,0
1221,348,196,0
1500,0,0,0
1501,502,503,0
1600,500,501,0
1601,19,182,0
1602,18,183,0
1603,182,19,0
1604,183,18,0
1605,67,184,330
1606,184,67,300
90,175,176,50
91,176,175,50
92,175,7,50
93,7,175,50
94,176,6,50
95,6,176,50
1613,39,185,1020
1614,185,39,1020
1615,40,185,1020
1616,185,40,1020
1617,77,180,330
1618,180,77,330
1619,508,509,0
1621,52,186,1020
1623,53,186,1020
1624,186,53,1020
1625,186,52,1020
1626,14,187,330
1627,187,14,330
1628,13,188,330
1629,188,13,330
1631,197,28,330
1632,28,197,330
1633,509,508,0
1636,301,302,0
1637,510,511,0
1638,511,510,0
1639,11,189,330
1640,189,11,330
1641,6,190,110
1642,190,6,110
1644,82,2,50
1645,2,82,50
1646,83,4,110
1647,4,83,110
1650,88,20,330
1651,20,88,330
1652,89,40,330
1653,40,89,330
1654,90,17,330
1655,17,90,330
1656,8,91,330
1657,91,8,330

1 # fields=4
286 496,84,87,0
287 499,53,44,830
288 500,44,53,1020
289 967,300,24,0
290 1221,348,196,0
291 1500,0,0,0
292 1501,502,503,0
293 1600,500,501,0
294 1601,19,182,0
295 1602,18,183,0
296 1603,182,19,0
297 1604,183,18,0
298 1605,67,184,330
299 1606,184,67,300
300 90,175,176,50
301 91,176,175,50
302 92,175,7,50
303 93,7,175,50
304 94,176,6,50
305 95,6,176,50
306 1613,39,185,1020
307 1614,185,39,1020
308 1615,40,185,1020
309 1616,185,40,1020
310 1617,77,180,330
311 1618,180,77,330
312 1619,508,509,0
313 1621,52,186,1020
314 1623,53,186,1020
315 1624,186,53,1020
316 1625,186,52,1020
317 1626,14,187,330
318 1627,187,14,330
319 1628,13,188,330
320 1629,188,13,330
321 1631,197,28,330
322 1632,28,197,330
323 1633,509,508,0
324 1636,301,302,0
325 1637,510,511,0
326 1638,511,510,0
327 1639,11,189,330
328 1640,189,11,330
329 1641,6,190,110
330 1642,190,6,110
331 1644,82,2,50
332 1645,2,82,50
333 1646,83,4,110
334 1647,4,83,110
335 1650,88,20,330
336 1651,20,88,330
337 1652,89,40,330
338 1653,40,89,330
339 1654,90,17,330
340 1655,17,90,330
341 1656,8,91,330
342 1657,91,8,330

File diff suppressed because it is too large Load diff

View file

@ -1,52 +1,165 @@
# fields=8 strings=0,1,3
"otar","Durotar",14,"Durotar",3304411135,3319959551,1155664554,3302397269
"Mulgore","Durotar",215,"Mulgore",1157627221,3309377877,3280500053,3311869610
"lgore","Durotar",17,"Barrens",1159982762,3320492885,1154060287,3315645952
"otar","Durotar",14,"Durotar",3304411136,3319959552,1155664527,3302397297
"Mulgore","Durotar",215,"Mulgore",1157627249,3309377864,3280500163,3311869624
"lgore","Durotar",17,"Barrens",1159982776,3320492892,1154060288,3315645952
"ore","Durotar",0,"Kalimdor",1183143219,3331992172,1179123610,3325515059
"re","",0,"Azeroth",1182400512,3331719117,1172919501,3329884160
"e","",36,"Alterac",1145296213,3304854869,1153138688,3283572053
"","",45,"Arathi",3294145194,3314259285,3271906645,3307099477
"Barrens","",3,"Badlands",3305239210,3314464085,3317173418,3320569685
"rrens","",4,"BlastedLands",3298506069,3314515285,3324320426,3326607360
"rens","",85,"Tirisfal",1161663829,3300502869,1164957695,1145978879
"ens","",130,"Silverpine",1163370495,3292233728,1154504021,3297618602
"ns","",28,"WesternPlaguelands",1137726805,3312629077,1163029162,1140457471
"s","",139,"EasternPlaguelands",3305674410,3317514752,1164804095,1150834688
"","",267,"Hilsbrad",1149588821,3305461077,1137180672,3302533802
"alimdor","",47,"Hinterlands",3301236736,3316221952,1152865621,3297345536
"limdor","",1,"DunMorogh",1155613354,3309514410,3312603477,3319776085
"imdor","",51,"SearingGorge",3282138453,3307184810,3317604352,3320650751
"mdor","",46,"BurningSteppes",3280295253,3309813077,3319511551,3322699093
"dor","",12,"Elwynn",1153428821,3304189269,3321371818,3324000426
"r","",41,"DeadwindPass",3293599061,3310376277,3323603626,3325310293
"Azeroth","",10,"Duskwood",1146115413,3303626069,3323450026,3325293226
"zeroth","",38,"LochModan",3304667135,3314843818,3314301952,3318069418
"eroth","",44,"Redridge",3301202602,3312048810,3322280960,3323763626
"roth","",33,"Stranglethorn",1158335829,3313632085,3324936960,3329293226
"oth","",8,"SwampOfSorrows",3305828010,3314361685,3323351893,3324917760
"th","",40,"Westfall",1161595562,3287394986,3323125760,3325515093
"h","",11,"Wetlands",3284322986,3314378752,3305520810,3315155285
"","Durotar",141,"Teldrassil",1164863829,3298796202,1178131712,1174656512
"Alterac","Durotar",148,"Darkshore",1161288362,3311502677,1174549845,1165486762
"lterac","Durotar",331,"Ashenvale",1154777087,3313380010,1167198037,1146047146
"ands","Durotar",400,"ThousandNeedles",3285756586,3315010218,3312970410,3319242751
"risfal","Durotar",406,"StonetalonMountains",1162534229,3301748735,1161185962,3282684586
"sternPlaguelands","Durotar",405,"Desolace",1166297770,3280158720,1138887338,3307150677
"ternPlaguelands","Durotar",357,"Feralas",1168772437,3300690602,3306416810,3319447551
"brad","Durotar",15,"Dustwallow",3295920127,3317860352,3304991402,3316443818
"Morogh","Durotar",440,"Tanaris",3277504511,3319690751,3317143552,3324226560
"BurningSteppes","Durotar",16,"Aszhara",3310145877,3322048426,1168567637,1156910421
"urningSteppes","Durotar",361,"Felwood",1154299221,3313525418,1172236970,1162756095
"n","Durotar",490,"UngoroCrater",1141200213,3309693610,3317331285,3322135893
"ge","Durotar",493,"Moonglade",3299649536,3311835477,1174711978,1171865770
"mpOfSorrows","Durotar",1377,"Silithus",1159632896,3295442272,3317314220,3321980160
"","Durotar",618,"Winterspring",3281933653,3320300885,1174754645,1164804095
"","",1519,"Stormwind",1152163606,1108528498,3321977703,3322895570
"","Durotar",1637,"Ogrimmar",3311798686,3315521957,1158553097,1151815357
"netalonMountains","",1537,"Ironforge",3291637209,3300656877,3314469358,3315549892
"lace","Durotar",1638,"ThunderBluff",1140927146,3288581461,3293872127,3300997802
"llow","Durotar",1657,"Darnassis",1161274830,1156251890,1176500548,1175777881
"low","",1497,"Undercity",1146768468,3266076004,1156234816,1150991083
"","dor",2597,"AlteracValley",1155442687,3306783744,1149742421,3302585002
"interspring","erBluff",3277,"WarsongGulch",1157576021,1147139413,1154179754,1146593279
"ind","y",3358,"ArathiBasin",1156074154,1120676522,1153206954,1135132672
"e","",36,"Alterac",1145296159,3304854897,1153138688,3283572163
"","",45,"Arathi",3294145249,3314259292,3271906427,3307099464
"Barrens","",3,"Badlands",3305239224,3314464092,3317173412,3320569692
"rrens","",4,"BlastedLands",3298506097,3314515292,3324320430,3326607360
"rens","",85,"Tirisfal",1161663816,3300502897,1164957696,1145978880
"ens","",130,"Silverpine",1163370496,3292233728,1154504049,3297618575
"ns","",28,"WesternPlaguelands",1137726915,3312629064,1163029176,1140457472
"s","",139,"EasternPlaguelands",3305674424,3317514752,1164804096,1150834688
"","",267,"Hilsbrad",1149588849,3305461064,1137180672,3302533775
"alimdor","",47,"Hinterlands",3301236736,3316221952,1152865649,3297345536
"limdor","",1,"DunMorogh",1155613327,3309514424,3312603464,3319776092
"imdor","",51,"SearingGorge",3282138563,3307184824,3317604352,3320650752
"mdor","",46,"BurningSteppes",3280295363,3309813064,3319511552,3322699090
"dor","",12,"Elwynn",1153428849,3304189297,3321371812,3324000430
"r","",41,"DeadwindPass",3293599007,3310376264,3323603630,3325310290
"Azeroth","",10,"Duskwood",1146115359,3303626097,3323450030,3325293230
"zeroth","",38,"LochModan",3304667136,3314843812,3314301952,3318069412
"eroth","",44,"Redridge",3301202575,3312048824,3322280960,3323763630
"roth","",33,"Stranglethorn",1158335816,3313632092,3324936960,3329293230
"oth","",8,"SwampOfSorrows",3305828024,3314361692,3323351890,3324917760
"th","",40,"Westfall",1161595576,3287394877,3323125760,3325515090
"h","",11,"Wetlands",3284322877,3314378752,3305520824,3315155292
"","Durotar",141,"Teldrassil",1164863816,3298796175,1178131712,1174656512
"Alterac","Durotar",148,"Darkshore",1161288376,3311502664,1174549842,1165486776
"lterac","Durotar",331,"Ashenvale",1154777088,3313380024,1167198044,1146047201
"ands","Durotar",400,"ThousandNeedles",3285756477,3315010212,3312970424,3319242752
"risfal","Durotar",406,"StonetalonMountains",1165414400,3305197568,1163333632,3289268224
"sternPlaguelands","Durotar",405,"Desolace",1166297764,3280158720,1138887229,3307150664
"ternPlaguelands","Durotar",357,"Feralas",1168772444,3300690575,3306416824,3319447552
"brad","Durotar",15,"Dustwallow",3295920128,3317860352,3304991375,3316443812
"Morogh","Durotar",440,"Tanaris",3277504512,3319690752,3317143552,3324226560
"BurningSteppes","Durotar",16,"Aszhara",3310145864,3322048430,1168567644,1156910449
"urningSteppes","Durotar",361,"Felwood",1154299249,3313525412,1172236964,1162756096
"n","Durotar",490,"UngoroCrater",1141200159,3309693624,3317331292,3322135890
"ge","Durotar",493,"Moonglade",3299649536,3311835464,1174711982,1171865764
"mpOfSorrows","Durotar",1377,"Silithus",1159632896,3295442207,3317314212,3321980160
"","Durotar",618,"Winterspring",3281933763,3320300892,1174754642,1164804096
"","",1519,"Stormwind",1154964849,3244902318,3321487012,3322874030
"","Durotar",1637,"Ogrimmar",3311798682,3315521966,1158553108,1151815352
"netalonMountains","",1537,"Ironforge",3291637187,3300656906,3314469356,3315549901
"lace","Durotar",1638,"ThunderBluff",1140927201,3288581407,3293872128,3300997775
"llow","Durotar",1657,"Darnassis",1161274819,1156251894,1176500552,1175777884
"low","",1497,"Undercity",1146768425,3266075689,1156234854,1150991073
"","dor",2597,"AlteracValley",1155442688,3306783744,1149742449,3302584975
"interspring","erBluff",3277,"WarsongGulch",1157576049,1147139359,1154179727,1146593280
"ind","y",3358,"ArathiBasin",1156074127,1120676086,1153206927,1135132672
"nassis","Durotar",876,"GMIsland",1182980096,1182318592,1182865920,1182384128
"assis","Durotar",616,"Hyjal",3297181696,3313889280,1170171904,1165553664
"ssis","",4012,"ScarletEnclave",3313311744,3319875584,1161883648,1148502016
"sis","limdor",5023,"Sunnyglade",1144249876,3280376955,1157240996,1142416998
"is","",409,"Lapidis",1167731364,1157495849,3324808684,3326770606
"s","",408,"Gillijim",1166713283,1151861719,3326329559,3328425697
"Undercity","Durotar",5121,"TelAbim",3315718144,3322107904,3319824384,3323096064
"dercity","",2040,"AlahThalas",3305607168,3311620096,1167677440,1165340672
"ercity","",5179,"Gilneas",1162563584,3285090304,3283320832,3308195840
"rcity","Durotar",5024,"Icepoint",3316570112,3319863296,1180767232,1179666432
"city","Durotar",5536,"BlackstoneIsland",3317960704,3322456064,1145552896,3294134272
"ity","",5225,"ThalassianHighlands",3296411648,3313463296,1167769600,1161080832
"ty","",1581,"DeadminesEntrance",1155540419,1151854920,3324820419,3325127537
"","Durotar",718,"WailingCavernsEntrance",3303906263,3306855014,3287568876,3294207836
"AlteracValley","Durotar",2100,"MaraudonEntrance",1162379264,1159004160,3297312768,3301818368
"lteracValley","",721,"GnomereganEntrance",1149269115,1139030426,3314954895,3315731374
"teracValley","",25,"BlackrockMountain",3292412969,3300397056,3320118927,3321078784
"eracValley","",796,"ScarletMonasteryEntrance",3290758513,3294095278,1161311724,1160758600
"racValley","",1337,"UldamanEntrance",3307975270,3310282588,3317304136,3318074388
"acValley","Durotar",3478,"AhnQirajEntrance",1165347512,3276691866,3321506202,3324714240
"cValley","Durotar",1941,"CavernsOfTime",3311861146,3315441848,3321542840,3322625208
"idis","nEntrance",0,"",0,0,0,0
"dis","nEntrance",5130,"WinterVeilVale",1156546560,1139933184,3306274816,3310276608
"is","aris",0,"",0,0,0,0
"s","aris",2437,"Ragefire",1138913116,3280928440,1109293793,3286399386
"","ndPass",0,"",0,0,0,0
"Gillijim","ndPass",1176,"ZulFarrak",1154162688,1131522949,1157644616,1150100849
"illijim","guelands",0,"",0,0,0,0
"llijim","guelands",1477,"TheTempleOfAtalHakkar",1138581832,3279701279,3279891333,3291717960
"lijim","c",0,"",0,0,0,0
"ijim","c",719,"BlackFathomDeeps",1139979387,3292011889,3268923884,3294926111
"jim","Azeroth",0,"",0,0,0,0
"im","Azeroth",717,"TheStockade",1128124908,3275510907,1130144072,3254502031
"m","lverpine",0,"",0,0,0,0
"","lverpine",721,"Gnomeregan",1140192051,3280659087,3275023319,3291316224
"TelAbim","tedLands",0,"",0,0,0,0
"elAbim","tedLands",1337,"Uldaman",1143031726,3279457485,1129074524,3284384809
"lAbim","",0,"",0,0,0,0
"Abim","",2717,"MoltenCore",3241148416,3300671488,1152638976,1139015680
"bim","re",0,"",0,0,0,0
"im","re",1977,"ZulGurub",3289980928,3307918664,3324994560,3326443090
"m","ade",0,"",0,0,0,0
"","ade",2557,"DireMaul",1147002880,3284254720,1149452288,1128792064
"AlahThalas","odan",0,"",0,0,0,0
"lahThalas","odan",1584,"BlackrockDepths",1146798080,3297427456,1153245184,1131741184
"ahThalas","dercity",0,"",0,0,0,0
"hThalas","dercity",3429,"RuinsofAhnQiraj",1161672376,1141029601,3321931090,3323646290
"Thalas","glethorn",0,"",0,0,0,0
"halas","glethorn",2159,"OnyxiasLair",1121895055,3283737969,1120174080,3277837435
"alas","Modan",0,"",0,0,0,0
"las","Modan",1583,"BlackrockSpire",1093234852,3294302208,1134048051,3280955965
"as","lterac",0,"",0,0,0,0
"s","lterac",718,"WailingCaverns",1145405440,3284008960,1129775104,3289284608
"","ountains",0,"",0,0,0,0
"Gilneas","ountains",2100,"Maraudon",1139979387,3301660099,1150679122,3277005128
"ilneas","mmar",0,"",0,0,0,0
"lneas","mmar",2677,"BlackwingLair",3293783982,3299344794,3320254710,3320936591
"neas","eroth",0,"",0,0,0,0
"eas","eroth",5138,"TheDeadmines",3282139218,3295994348,1108588626,3284600095
"as","uelands",0,"",0,0,0,0
"s","uelands",722,"RazorfenDowns",1151262720,1136852992,1160228864,1157816320
"","ac",0,"",0,0,0,0
"Icepoint","ac",491,"RazorfenKraul",1157672632,1151684362,1158863421,1156076995
"cepoint","teppes",0,"",0,0,0,0
"epoint","teppes",5136,"ScarletMonastery",1153695498,1147993948,1157481923,1154096005
"point","teppes",5135,"ScarletMonastery2f",3273803039,3287366369,1134145372,1119605228
"oint","teppes",5153,"ScarletMonastery3f",1112085627,3289160417,1157309235,1153963131
"int","teppes",5163,"ScarletMonastery4f",1155137454,1149376020,1151347016,1145772769
"nt","s",0,"",0,0,0,0
"t","s",2057,"Scholomance",1132161270,3263776686,1134483866,1120970998
"","",0,"",0,0,0,0
"BlackstoneIsland","",209,"ShadowfangKeep",1159217152,1157656576,3262382080,3281879040
"lackstoneIsland","dNeedles",0,"",0,0,0,0
"ackstoneIsland","dNeedles",2017,"Stratholme",3307535688,3312390881,1166155571,1163059364
"ckstoneIsland","WarsongGulch",0,"",0,0,0,0
"kstoneIsland","WarsongGulch",3428,"AhnQiraj",1159543316,1153450557,3321601638,3322412544
"stoneIsland","WarsongGulch",5147,"AhnQiraj2f",1161181676,1124734075,3320797778,3323239404
"toneIsland","arsongGulch",0,"",0,0,0,0
"oneIsland","arsongGulch",3457,"Karazhan",3301556224,3305783296,3324538880,3324947456
"neIsland","ralas",0,"",0,0,0,0
"eIsland","ralas",2257,"DeeprunTram",1159985152,1158707200,1119813632,3269525504
"Island","ralas",5144,"DeeprunTram2f",1127972864,3270705152,1119813632,3269525504
"sland","ows",0,"",0,0,0,0
"land","ows",5204,"BlackMorass",1172657091,1170052055,3298554266,3305295995
"and","ows",2366,"BlackMorass2f",1173298893,1171075052,3300626186,3305845064
"nd","ntrance",0,"",0,0,0,0
"d","ntrance",5208,"GilneasCity",1162716447,1157563515,3292409364,3301426463
"","rsongGulch",0,"",0,0,0,0
"ThalassianHighlands","rsongGulch",3456,"Naxxramas",3306452050,3314055086,1164217139,1158816891
"halassianHighlands","rsongGulch",5148,"Naxxramas2f",3315084001,3316419502,1164871926,1163071037
"alassianHighlands","ance",0,"",0,0,0,0
"lassianHighlands","ance",5077,"CrescentGrove",1150744330,3300093870,1146928824,3294169989
"assianHighlands","ldamanEntrance",0,"",0,0,0,0
"ssianHighlands","ldamanEntrance",5103,"HateforgeQuarry",3309110600,3312191283,3321266749,3322100337
"sianHighlands","trance",0,"",0,0,0,0
"ianHighlands","trance",5086,"KarazhanCrypt",3299004498,3303483474,3324678318,3325079695
"anHighlands","zeroth",0,"",0,0,0,0
"nHighlands","zeroth",5087,"StormwindVault",1134373765,3256918999,1119000986,3272700068
"Highlands","UldamanEntrance",0,"",0,0,0,0
"ighlands","UldamanEntrance",5097,"EmeraldSanctum",1165373850,1160159232,1163656069,1160159232
"ghlands","rance",0,"",0,0,0,0
"hlands","rance",5053,"Moomoo",1183260826,1182696059,1183190282,1182846326
"lands","Entrance",0,"",0,0,0,0
"ands","Entrance",3457,"UpperKarazhan",3299622912,3305738240,3324648448,3325210624
"nds","Entrance",5557,"UpperKarazhan2f",3300483072,3313883136,3316989952,3320815616
"ds","",5602,"GrimReaches",3305209856,3320387584,3308617728,3318398976
"s","",5561,"Balor",1167310848,1154203648,3320629248,3323376640
"","",5581,"Northwind",1158488064,3296051200,3318069248,3322187776
"adminesEntrance","Durotar",2557,"DireMaulEntrance",1157349376,1143767040,3310653440,3313856512
"dminesEntrance","trance",0,"",0,0,0,0
"minesEntrance","trance",5601,"DragonmawRetreat",3310764032,3315478528,3316578304,3318775808
"inesEntrance","ance",0,"",0,0,0,0
"nesEntrance","ance",5628,"StormwroughtRuins",3310505984,3316058112,3316219904,3318984704

Can't render this file because it has a wrong number of fields in line 2.

File diff suppressed because it is too large Load diff

View file

@ -7,5 +7,7 @@
"protocolVersion": 5,
"maxLevel": 70,
"races": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11],
"classes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11]
"classes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11],
"assetManifest": "overlay/manifest.json"
}

File diff suppressed because it is too large Load diff

View file

@ -10,5 +10,7 @@
"locale": "enGB",
"maxLevel": 60,
"races": [1, 2, 3, 4, 5, 6, 7, 8],
"classes": [1, 2, 3, 4, 5, 7, 8, 9, 11]
"classes": [1, 2, 3, 4, 5, 7, 8, 9, 11],
"assetManifest": "overlay/manifest.json"
}

View file

@ -16,6 +16,7 @@
#include <set>
#include <sstream>
#include <thread>
#include <unordered_map>
#include <unordered_set>
#include <vector>
@ -246,55 +247,93 @@ static std::unordered_set<std::string> buildWantedDbcSet(const Extractor::Option
return wanted;
}
// Load all entry keys from a manifest.json into a set of normalized WoW paths.
// This is a minimal parser — just extracts the keys from the "entries" object
// without pulling in a full JSON library.
static std::unordered_set<std::string> loadManifestKeys(const std::string& manifestPath) {
std::unordered_set<std::string> keys;
std::ifstream f(manifestPath);
if (!f.is_open()) {
std::cerr << "Failed to open reference manifest: " << manifestPath << "\n";
return keys;
// Parse a quoted JSON string starting after the opening quote at pos.
// Returns the unescaped string and advances pos past the closing quote.
static std::string parseJsonString(const std::string& line, size_t& pos) {
std::string result;
while (pos < line.size() && line[pos] != '"') {
if (line[pos] == '\\' && pos + 1 < line.size()) {
result += line[pos + 1];
pos += 2;
} else {
result += line[pos];
pos++;
}
}
if (pos < line.size()) pos++; // skip closing quote
return result;
}
// Load all entries from a manifest.json into a map keyed by normalized WoW path.
// Minimal parser that extracts keys and values without a full JSON library.
static std::unordered_map<std::string, ManifestWriter::FileEntry> loadManifestEntries(
const std::string& manifestPath) {
std::unordered_map<std::string, ManifestWriter::FileEntry> entries;
std::ifstream f(manifestPath);
if (!f.is_open()) return entries;
// Find the "entries" section, then extract keys from each line
bool inEntries = false;
std::string line;
while (std::getline(f, line)) {
if (!inEntries) {
if (line.find("\"entries\"") != std::string::npos) {
inEntries = true;
}
if (line.find("\"entries\"") != std::string::npos) inEntries = true;
continue;
}
// End of entries block
size_t closeBrace = line.find_first_not_of(" \t");
if (closeBrace != std::string::npos && line[closeBrace] == '}') {
break;
}
if (closeBrace != std::string::npos && line[closeBrace] == '}') break;
// Extract key: find first quoted string on the line
// Extract key
size_t q1 = line.find('"');
if (q1 == std::string::npos) continue;
size_t q2 = q1 + 1;
// Find closing quote (handle escaped backslashes)
std::string key;
while (q2 < line.size() && line[q2] != '"') {
if (line[q2] == '\\' && q2 + 1 < line.size()) {
key += line[q2 + 1]; // unescape \\, \", etc.
q2 += 2;
} else {
key += line[q2];
q2++;
size_t pos = q1 + 1;
std::string key = parseJsonString(line, pos);
if (key.empty()) continue;
// Extract value object fields: "p", "s", "h"
ManifestWriter::FileEntry entry;
entry.wowPath = key;
size_t pPos = line.find("\"p\":", pos);
if (pPos != std::string::npos) {
size_t pq = line.find('"', pPos + 4);
if (pq != std::string::npos) {
size_t pp = pq + 1;
entry.filesystemPath = parseJsonString(line, pp);
}
}
if (!key.empty()) {
keys.insert(key); // Already normalized (lowercase, backslashes)
size_t sPos = line.find("\"s\":", pos);
if (sPos != std::string::npos) {
size_t numStart = sPos + 4;
while (numStart < line.size() && (line[numStart] == ' ')) numStart++;
entry.size = std::strtoull(line.c_str() + numStart, nullptr, 10);
}
size_t hPos = line.find("\"h\":", pos);
if (hPos != std::string::npos) {
size_t hq = line.find('"', hPos + 4);
if (hq != std::string::npos) {
size_t hp = hq + 1;
std::string hexStr = parseJsonString(line, hp);
entry.crc32 = static_cast<uint32_t>(std::strtoul(hexStr.c_str(), nullptr, 16));
}
}
entries[key] = std::move(entry);
}
return entries;
}
// Load all entry keys from a manifest.json into a set of normalized WoW paths.
static std::unordered_set<std::string> loadManifestKeys(const std::string& manifestPath) {
auto entries = loadManifestEntries(manifestPath);
std::unordered_set<std::string> keys;
keys.reserve(entries.size());
for (auto& [k, v] : entries) {
keys.insert(k);
}
return keys;
}
@ -531,6 +570,29 @@ bool Extractor::enumerateFiles(const Options& opts,
bool Extractor::run(const Options& opts) {
auto startTime = std::chrono::steady_clock::now();
const bool overlayMode = !opts.asOverlay.empty();
// Overlay mode writes files to expansions/<id>/overlay/ under the output dir
const std::string effectiveOutputDir = overlayMode
? opts.outputDir + "/expansions/" + opts.asOverlay + "/overlay"
: opts.outputDir;
// Load base manifest CRCs for overlay deduplication
std::unordered_map<std::string, uint32_t> baseCRCs;
if (overlayMode) {
std::string baseManifestPath = opts.outputDir + "/manifest.json";
auto baseEntries = loadManifestEntries(baseManifestPath);
if (baseEntries.empty()) {
std::cerr << "Warning: base manifest empty or missing at " << baseManifestPath << "\n"
<< " Extract the base expansion first, then use --as-overlay for others.\n";
} else {
for (auto& [k, v] : baseEntries) {
baseCRCs[k] = v.crc32;
}
std::cout << "Loaded " << baseCRCs.size() << " base manifest entries for CRC comparison\n";
}
}
// Enumerate all unique files across all archives
std::vector<std::string> files;
if (!enumerateFiles(opts, files)) {
@ -560,7 +622,7 @@ bool Extractor::run(const Options& opts) {
// Create output directory
std::error_code ec;
fs::create_directories(opts.outputDir, ec);
fs::create_directories(effectiveOutputDir, ec);
if (ec) {
std::cerr << "Failed to create output directory: " << ec.message() << "\n";
return false;
@ -611,7 +673,7 @@ bool Extractor::run(const Options& opts) {
// Map to new filesystem path
std::string mappedPath = PathMapper::mapPath(wowPath);
std::string fullOutputPath = opts.outputDir + "/" + mappedPath;
std::string fullOutputPath = effectiveOutputDir + "/" + mappedPath;
// Search archives in reverse priority order (highest priority first)
HANDLE hFile = nullptr;
@ -643,11 +705,22 @@ bool Extractor::run(const Options& opts) {
SFileCloseFile(hFile);
data.resize(bytesRead);
// Create output directory
// Compute CRC32
uint32_t crc = ManifestWriter::computeCRC32(data.data(), data.size());
// In overlay mode, skip files identical to base
if (!baseCRCs.empty()) {
auto it = baseCRCs.find(normalized);
if (it != baseCRCs.end() && it->second == crc) {
stats.filesSkipped++;
continue;
}
}
// Create output directory and write file
fs::path outPath(fullOutputPath);
fs::create_directories(outPath.parent_path(), ec);
// Write file
std::ofstream out(fullOutputPath, std::ios::binary);
if (!out.is_open()) {
stats.filesFailed++;
@ -656,9 +729,6 @@ bool Extractor::run(const Options& opts) {
out.write(reinterpret_cast<const char*>(data.data()), data.size());
out.close();
// Compute CRC32
uint32_t crc = ManifestWriter::computeCRC32(data.data(), data.size());
// Add manifest entry
ManifestWriter::FileEntry entry;
entry.wowPath = normalized;
@ -702,14 +772,32 @@ bool Extractor::run(const Options& opts) {
<< stats.filesSkipped.load() << " skipped, "
<< stats.filesFailed.load() << " failed\n";
// Merge with existing manifest so partial extractions don't nuke prior entries
// (skip merge for overlay manifests — they're standalone)
std::string manifestPath = effectiveOutputDir + "/manifest.json";
if (!overlayMode && fs::exists(manifestPath)) {
auto existing = loadManifestEntries(manifestPath);
if (!existing.empty()) {
// New entries override existing ones with same key
for (auto& entry : manifestEntries) {
existing[entry.wowPath] = entry;
}
// Rebuild manifestEntries from merged map
manifestEntries.clear();
manifestEntries.reserve(existing.size());
for (auto& [k, v] : existing) {
manifestEntries.push_back(std::move(v));
}
std::cout << "Merged with existing manifest (" << existing.size() << " total entries)\n";
}
}
// Sort manifest entries for deterministic output
std::sort(manifestEntries.begin(), manifestEntries.end(),
[](const ManifestWriter::FileEntry& a, const ManifestWriter::FileEntry& b) {
return a.wowPath < b.wowPath;
});
// Write manifest
std::string manifestPath = opts.outputDir + "/manifest.json";
// basePath is "." since manifest sits inside the output directory
if (!ManifestWriter::write(manifestPath, ".", manifestEntries)) {
std::cerr << "Failed to write manifest: " << manifestPath << "\n";
@ -723,7 +811,7 @@ bool Extractor::run(const Options& opts) {
std::cout << "Verifying extracted files...\n";
uint64_t verified = 0, verifyFailed = 0;
for (const auto& entry : manifestEntries) {
std::string fsPath = opts.outputDir + "/" + entry.filesystemPath;
std::string fsPath = effectiveOutputDir + "/" + entry.filesystemPath;
std::ifstream f(fsPath, std::ios::binary | std::ios::ate);
if (!f.is_open()) {
std::cerr << " MISSING: " << fsPath << "\n";
@ -764,10 +852,11 @@ bool Extractor::run(const Options& opts) {
if (opts.generateDbcCsv) {
std::cout << "Converting selected DBCs to CSV for committing...\n";
const std::string dbcDir = opts.outputDir + "/db";
const std::string dbcDir = effectiveOutputDir + "/db";
const std::string csvExpansion = overlayMode ? opts.asOverlay : opts.expansion;
const std::string csvDir = !opts.dbcCsvOutputDir.empty()
? opts.dbcCsvOutputDir
: (opts.outputDir + "/expansions/" + opts.expansion + "/db");
: (opts.outputDir + "/expansions/" + csvExpansion + "/db");
uint32_t ok = 0, fail = 0, missing = 0;
for (const auto& base : getUsedDbcNamesForExpansion(opts.expansion)) {
@ -796,8 +885,8 @@ bool Extractor::run(const Options& opts) {
}
}
// Cache WoW.exe for Warden MEM_CHECK responses
{
// Cache WoW.exe for Warden MEM_CHECK responses (base extraction only)
if (!overlayMode) {
const char* exeNames[] = { "WoW.exe", "TurtleWoW.exe", "Wow.exe" };
std::vector<std::string> searchDirs = {
fs::path(opts.mpqDir).parent_path().string(), // WoW.exe is typically next to Data/
@ -821,6 +910,41 @@ bool Extractor::run(const Options& opts) {
}
}
// Auto-update expansion.json with assetManifest field
if (overlayMode) {
std::string expJsonPath = opts.outputDir + "/expansions/" + opts.asOverlay + "/expansion.json";
if (fs::exists(expJsonPath)) {
std::ifstream fin(expJsonPath);
std::string content((std::istreambuf_iterator<char>(fin)),
std::istreambuf_iterator<char>());
fin.close();
if (content.find("\"assetManifest\"") == std::string::npos) {
// Insert assetManifest before the closing brace
size_t lastBrace = content.rfind('}');
if (lastBrace != std::string::npos) {
// Find the last non-whitespace before the closing brace to add comma
size_t pos = lastBrace;
while (pos > 0 && (content[pos - 1] == ' ' || content[pos - 1] == '\n' ||
content[pos - 1] == '\r' || content[pos - 1] == '\t')) {
pos--;
}
std::string insert = ",\n \"assetManifest\": \"overlay/manifest.json\"\n";
content.insert(pos, insert);
std::ofstream fout(expJsonPath);
fout << content;
fout.close();
std::cout << "Updated " << expJsonPath << " with assetManifest\n";
}
} else {
std::cout << "expansion.json already has assetManifest field\n";
}
} else {
std::cerr << "Warning: " << expJsonPath << " not found — create it manually\n";
}
}
std::cout << "Done in " << secs / 60 << "m " << secs % 60 << "s\n";
return true;

View file

@ -26,6 +26,7 @@ public:
bool onlyUsedDbcs = false; // Extract only the DBC files wowee uses (implies DBFilesClient/*.dbc filter)
std::string dbcCsvOutputDir; // When set, write CSVs into this directory instead of outputDir/expansions/<exp>/db
std::string referenceManifest; // If set, only extract files NOT in this manifest (delta extraction)
std::string asOverlay; // If set, extract as overlay for this expansion ID (only files differing from base)
};
struct Stats {

View file

@ -1,4 +1,5 @@
#include "extractor.hpp"
#include <filesystem>
#include <iostream>
#include <string>
#include <cstring>
@ -19,6 +20,11 @@ static void printUsage(const char* prog) {
<< " --skip-dbc Do not extract DBFilesClient/*.dbc (visual assets only)\n"
<< " --dbc-csv Convert selected DBFilesClient/*.dbc to CSV under\n"
<< " <output>/expansions/<expansion>/db/*.csv (for committing)\n"
<< " --as-overlay <id> Extract as expansion overlay (only files differing from base\n"
<< " manifest at <output>/manifest.json). Stores overlay assets in\n"
<< " <output>/expansions/<id>/overlay/ and implies --dbc-csv.\n"
<< " Auto-detected when base manifest already exists.\n"
<< " --full-base Force full base extraction even if manifest exists\n"
<< " --reference-manifest <path>\n"
<< " Only extract files NOT in this manifest (delta extraction)\n"
<< " --dbc-csv-out <dir> Write CSV DBCs into <dir> (overrides default output path)\n"
@ -32,6 +38,7 @@ int main(int argc, char** argv) {
wowee::tools::Extractor::Options opts;
std::string expansion;
std::string locale;
bool forceBase = false;
for (int i = 1; i < argc; ++i) {
if (std::strcmp(argv[i], "--mpq-dir") == 0 && i + 1 < argc) {
@ -52,6 +59,11 @@ int main(int argc, char** argv) {
opts.generateDbcCsv = true;
} else if (std::strcmp(argv[i], "--dbc-csv-out") == 0 && i + 1 < argc) {
opts.dbcCsvOutputDir = argv[++i];
} else if (std::strcmp(argv[i], "--as-overlay") == 0 && i + 1 < argc) {
opts.asOverlay = argv[++i];
opts.generateDbcCsv = true; // Overlay mode always generates per-expansion CSVs
} else if (std::strcmp(argv[i], "--full-base") == 0) {
forceBase = true;
} else if (std::strcmp(argv[i], "--reference-manifest") == 0 && i + 1 < argc) {
opts.referenceManifest = argv[++i];
} else if (std::strcmp(argv[i], "--verify") == 0) {
@ -98,6 +110,20 @@ int main(int argc, char** argv) {
}
opts.locale = locale;
// Auto-detect overlay mode: if a base manifest already exists and this expansion
// has a profile directory, automatically use overlay mode so the user doesn't have
// to think about extraction order.
if (opts.asOverlay.empty() && !forceBase && !opts.onlyUsedDbcs) {
namespace fs = std::filesystem;
std::string baseManifest = opts.outputDir + "/manifest.json";
std::string expJson = opts.outputDir + "/expansions/" + expansion + "/expansion.json";
if (fs::exists(baseManifest) && fs::exists(expJson)) {
opts.asOverlay = expansion;
opts.generateDbcCsv = true;
std::cout << "Base manifest found — auto-overlay mode for " << expansion << "\n";
}
}
std::cout << "=== Wowee Asset Extractor ===\n";
std::cout << "MPQ directory: " << opts.mpqDir << "\n";
std::cout << "Output: " << opts.outputDir << "\n";
@ -118,6 +144,9 @@ int main(int argc, char** argv) {
}
}
if (!opts.asOverlay.empty()) {
std::cout << "Overlay: " << opts.asOverlay << " (only files differing from base)\n";
}
if (!opts.referenceManifest.empty()) {
std::cout << "Reference: " << opts.referenceManifest << " (delta mode)\n";
}