-
Notifications
You must be signed in to change notification settings - Fork 3
/
Faction.sql
460 lines (460 loc) · 97.1 KB
/
Faction.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
DROP TABLE IF EXISTS `Faction`;
CREATE TABLE `Faction` ( `ID` INT NOT NULL DEFAULT '0',
`ReputationIndex` INT NOT NULL DEFAULT '0',
`ReputationRaceMask_1` INT NOT NULL DEFAULT '0',
`ReputationRaceMask_2` INT NOT NULL DEFAULT '0',
`ReputationRaceMask_3` INT NOT NULL DEFAULT '0',
`ReputationRaceMask_4` INT NOT NULL DEFAULT '0',
`ReputationClassMask_1` INT NOT NULL DEFAULT '0',
`ReputationClassMask_2` INT NOT NULL DEFAULT '0',
`ReputationClassMask_3` INT NOT NULL DEFAULT '0',
`ReputationClassMask_4` INT NOT NULL DEFAULT '0',
`ReputationBase_1` INT NOT NULL DEFAULT '0',
`ReputationBase_2` INT NOT NULL DEFAULT '0',
`ReputationBase_3` INT NOT NULL DEFAULT '0',
`ReputationBase_4` INT NOT NULL DEFAULT '0',
`ReputationFlags_1` INT NOT NULL DEFAULT '0',
`ReputationFlags_2` INT NOT NULL DEFAULT '0',
`ReputationFlags_3` INT NOT NULL DEFAULT '0',
`ReputationFlags_4` INT NOT NULL DEFAULT '0',
`ParentFactionID` INT NOT NULL DEFAULT '0',
`ParentFactionMod_1` FLOAT NOT NULL DEFAULT '0',
`ParentFactionMod_2` FLOAT NOT NULL DEFAULT '0',
`ParentFactionCap_1` INT NOT NULL DEFAULT '0',
`ParentFactionCap_2` INT NOT NULL DEFAULT '0',
`Name_Lang_enUS` TEXT NULL,
`Name_Lang_enGB` TEXT NULL,
`Name_Lang_koKR` TEXT NULL,
`Name_Lang_frFR` TEXT NULL,
`Name_Lang_deDE` TEXT NULL,
`Name_Lang_enCN` TEXT NULL,
`Name_Lang_zhCN` TEXT NULL,
`Name_Lang_enTW` TEXT NULL,
`Name_Lang_zhTW` TEXT NULL,
`Name_Lang_esES` TEXT NULL,
`Name_Lang_esMX` TEXT NULL,
`Name_Lang_ruRU` TEXT NULL,
`Name_Lang_ptPT` TEXT NULL,
`Name_Lang_ptBR` TEXT NULL,
`Name_Lang_itIT` TEXT NULL,
`Name_Lang_Unk` TEXT NULL,
`Name_Lang_Mask` INT UNSIGNED NOT NULL DEFAULT '0',
`Description_Lang_enUS` TEXT NULL,
`Description_Lang_enGB` TEXT NULL,
`Description_Lang_koKR` TEXT NULL,
`Description_Lang_frFR` TEXT NULL,
`Description_Lang_deDE` TEXT NULL,
`Description_Lang_enCN` TEXT NULL,
`Description_Lang_zhCN` TEXT NULL,
`Description_Lang_enTW` TEXT NULL,
`Description_Lang_zhTW` TEXT NULL,
`Description_Lang_esES` TEXT NULL,
`Description_Lang_esMX` TEXT NULL,
`Description_Lang_ruRU` TEXT NULL,
`Description_Lang_ptPT` TEXT NULL,
`Description_Lang_ptBR` TEXT NULL,
`Description_Lang_itIT` TEXT NULL,
`Description_Lang_Unk` TEXT NULL,
`Description_Lang_Mask` INT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `Faction` VALUES (1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"PLAYER, Human","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (2,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"PLAYER, Orc","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (3,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"PLAYER, Dwarf","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (4,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"PLAYER, Night Elf","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (5,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"PLAYER, Undead","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (6,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"PLAYER, Tauren ","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (7,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Creature","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (8,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"PLAYER, Gnome","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (9,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"PLAYER, Troll","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (14,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Monster","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (15,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Defias Brotherhood","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (16,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Gnoll - Riverpaw","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (17,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Gnoll - Redridge","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (18,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Gnoll - Shadowhide","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (19,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Murloc","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (20,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Undead, Scourge","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (21,1,1791,0,0,0,0,0,0,0,500,0,0,0,64,0,0,0,169,1,0.5,7,5,"Booty Bay","","","","","","","","","","","","","","","",16712190,"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.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (22,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Spider","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (23,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Boar","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (24,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Worgen","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (25,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Kobold","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (26,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Troll, Bloodscalp","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (27,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Troll, Skullsplitter","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (28,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Prey","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (29,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Wolf","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (30,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Defias Brotherhood Traitor","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (31,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Friendly","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (32,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Trogg","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (33,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Troll, Frostmane","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (34,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Orc, Blackrock","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (35,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Villian","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (36,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Victim","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (37,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Bear","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (38,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Ogre","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (39,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Kurzen\\'s Mercenaries","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (40,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Escortee","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (41,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Venture Company","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (42,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Raptor","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (43,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Basilisk","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (44,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dragonflight, Green","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (45,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Lost Ones","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (46,29,1791,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,1,1,5,5," Blacksmithing - Armorsmithing","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (47,20,1097,690,4,0,0,0,0,0,3100,-42000,4000,0,273,6,17,0,469,1,0.25,7,5,"Ironforge","","","","","","","","","","","","","","","",16712190,"This Alliance capital is the pride of the Dun Morogh dwarves. Home to King Magni.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (48,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dark Iron Dwarves","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (49,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Human, Night Watch","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (50,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dragonflight, Red","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (51,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Gnoll - Mosshide","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (52,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Orc, Dragonmaw","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (53,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Gnome - Leper","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (54,18,1037,690,64,0,0,0,0,0,3100,-42000,4000,0,273,6,17,0,469,1,0.25,7,5,"Gnomeregan Exiles","","","","","","","","","","","","","","","",16712190,"The former denizens of Gnomeregan, now living in exile in Ironforge and in league with the Alliance.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (55,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Leopard","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (56,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Scarlet Crusade","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (57,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Gnoll - Rothide","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (58,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Gorilla","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (59,4,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1118,0,0,5,5,"Thorium Brotherhood","","","","","","","","","","","","","","","",16712190,"The dwarves of the Thorium Brotherhood epitomize excellence in craftsmanship and are bent on unlocking the secrets of Blackrock Mountain.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (60,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Naga","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (61,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dalaran","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (62,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Forlorn Spirit","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (63,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Darkhowl","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (64,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Grell","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (65,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Furbolg","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (66,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Horde Generic","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (67,12,690,1101,0,0,0,0,0,0,3500,-42000,0,0,25,14,0,0,1118,0,0,5,5,"Horde","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (68,17,162,1101,16,512,0,0,0,0,500,-42000,4000,3100,273,6,17,17,67,1,0.25,7,5,"Undercity","","","","","","","","","","","","","","","",16712190,"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.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (69,21,1093,690,8,0,0,0,0,0,3100,-42000,4000,0,273,6,17,0,469,1,0.25,7,5,"Darnassus","","","","","","","","","","","","","","","",16712190,"This Alliance capital is populated by Night Elves and is located in the Island of Teldrassil. Ruled by the Priestess of the Moon, Tyrande Whisperwind.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (70,6,1791,0,0,0,0,0,0,0,-10000,0,0,0,2,0,0,0,0,1,1,5,5,"Syndicate","","","","","","","","","","","","","","","",16712190,"A primarily human criminal organization that operates mostly out of the Alterac Mountains and Hillsbrad Foothills.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (71,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Hillsbrad Militia","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (72,19,1100,690,1,0,0,0,0,0,3100,-42000,4000,0,273,6,17,0,469,1,0.25,7,5,"Stormwind","","","","","","","","","","","","","","","",16712190,"One of the last bastions of human power, this Alliance capital is ruled by the prodigal king, Varian Wrynn.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (73,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Demon","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (74,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Elemental","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (75,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Spirit","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (76,14,160,1101,2,528,0,0,0,0,3100,-42000,4000,500,273,6,17,17,67,1,0.25,7,5,"Orgrimmar","","","","","","","","","","","","","","","",16712190,"Founded by Thrall, this Horde capital city is home to many of the proud orc clans of Durotar.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (77,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Treasure","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (78,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Gnoll - Mudsnout","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (79,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"HIllsbrad, Southshore Mayor","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (80,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dragonflight, Black","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (81,16,130,1101,528,32,0,0,0,0,3100,-42000,500,4000,273,6,17,17,67,1,0.25,7,5,"Thunder Bluff","","","","","","","","","","","","","","","",16712190,"Cairne Bloodhoof leads his people, the proud Tauren, from this mighty Horde capital.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (82,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Troll, Witherbark","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (83,23,1791,0,0,0,0,0,0,0,2999,0,0,0,4,0,0,0,0,1,1,5,5," Leatherworking - Elemental","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (84,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Quilboar, Razormane","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (85,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Quilboar, Bristleback","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (86,22,1791,0,0,0,0,0,0,0,2999,0,0,0,4,0,0,0,0,1,1,5,5," Leatherworking - Dragonscale","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (87,0,1791,0,0,0,0,0,0,0,-6500,0,0,0,2,0,0,0,1118,0,0,5,5,"Bloodsail Buccaneers","","","","","","","","","","","","","","","",16712190,"These bloodthirsty corsairs are the bane of many a merchant in the high seas. Sworn enemies of Booty Bay.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (88,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Blackfathom","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (89,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Makrura","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (90,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Centaur, Kolkar","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (91,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Centaur, Galak","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (92,2,1791,0,0,0,0,0,0,0,2000,0,0,0,2,0,0,0,1118,0,0,5,5,"Gelkis Clan Centaur","","","","","","","","","","","","","","","",16712190,"These centaur have made their home in the southern region of Desolace. Mortal enemies of the Magram Centaur.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (93,3,1791,0,0,0,0,0,0,0,2000,0,0,0,2,0,0,0,1118,0,0,5,5,"Magram Clan Centaur","","","","","","","","","","","","","","","",16712190,"These centaur have made their home in the eastern region of Desolace. Mortal enemies of the Gelkis Centaur.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (94,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Maraudine","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (108,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Theramore","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (109,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Quilboar, Razorfen","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (110,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Quilboar, Razormane 2","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (111,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Quilboar, Deathshead","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (128,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Enemy","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (148,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Ambient","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (168,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Nethergarde Caravan","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (169,10,1791,0,0,0,0,0,0,0,500,0,0,0,12,0,0,0,1118,0,0,5,5,"Steamwheedle Cartel","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (189,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Alliance Generic","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (209,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Nethergarde","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (229,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Wailing Caverns","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (249,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Silithid","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (269,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Silvermoon Remnant","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (270,51,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1118,0,0,5,5,"Zandalar Tribe","","","","","","","","","","","","","","","",16712190,"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.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (289,30,1791,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,1,1,5,5," Blacksmithing - Weaponsmithing","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (309,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Scorpid","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (310,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Bat","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (311,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Titan","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (329,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Taskmaster Fizzule","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (349,5,1791,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1118,0,0,5,5,"Ravenholdt","","","","","","","","","","","","","","","",16712190,"This guild of thieves and assassins welcomes only those of extraordinary prowess into its fold. Sworn rivals of the Syndicate.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (369,7,1791,0,0,0,0,0,0,0,500,0,0,0,64,0,0,0,169,1,0.5,7,5,"Gadgetzan","","","","","","","","","","","","","","","",16712190,"Capital of the Steamwheedle Cartel and home to goblinhood\\'s finest engineers, alchemists and merchants.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (389,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Gnomeregan Bug","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (409,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Harpy","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (429,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Burning Blade","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (449,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Shadowsilk Poacher","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (450,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Searing Spider","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (469,11,1101,690,0,0,0,0,0,0,3300,-42000,0,0,25,14,0,0,1118,0,0,5,5,"Alliance","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (470,9,1791,0,0,0,0,0,0,0,500,0,0,0,64,0,0,0,169,1,0.5,7,5,"Ratchet","","","","","","","","","","","","","","","",16712190,"Part of the Steamwheedle Cartel, this goblin city provides a neutral haven for those that wish to trade goods and services in the Barrens.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (471,8,1097,690,4,0,0,0,0,0,150,-42000,500,0,20,22,4,0,0,1,1,5,5,"Wildhammer Clan","","","","","","","","","","","","","","","",16712190,"Though not a part of the Alliance, the dwarves of Aerie Peak have opened their doors to it and hold the Horde as enemies.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (489,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Goblin, Dark Iron Bar Patron","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (509,53,1101,690,0,0,0,0,0,0,0,-42000,0,0,16,2,0,0,891,0,0,5,5,"The League of Arathor","","","","","","","","","","","","","","","",16712190,"The League of Arathor seeks to reclaim the lost land of Arathi Basin for their benefactors in Stormwind.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (510,52,690,1101,0,0,0,0,0,0,0,-42000,0,0,16,2,0,0,892,0,0,5,5,"The Defilers","","","","","","","","","","","","","","","",16712190,"The Defilers seek to claim Arathi Basin\\'s valuable resources for the Horde.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (511,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Giant","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (529,13,1791,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,1118,0,0,5,5,"Argent Dawn","","","","","","","","","","","","","","","",16712190,"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.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (530,15,34,1101,528,128,0,0,0,0,3100,-42000,500,4000,273,6,17,17,67,1,0.25,7,5,"Darkspear Trolls","","","","","","","","","","","","","","","",16712190,"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.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (531,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dragonflight, Bronze","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (532,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dragonflight, Blue","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (549,24,1791,0,0,0,0,0,0,0,2999,0,0,0,4,0,0,0,0,1,1,5,5," Leatherworking - Tribal","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (550,26,1791,0,0,0,0,0,0,0,2999,0,0,0,4,0,0,0,0,1,1,5,5," Engineering - Goblin","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (551,25,1791,0,0,0,0,0,0,0,2999,0,0,0,4,0,0,0,0,1,1,5,5," Engineering - Gnome","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (569,33,1791,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,1,1,5,5," Blacksmithing - Hammersmithing","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (570,31,1791,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,1,1,5,5," Blacksmithing - Axesmithing","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (571,32,1791,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,1,1,5,5," Blacksmithing - Swordsmithing","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (572,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Troll, Vilebranch","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (573,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Southsea Freebooters","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (574,34,1791,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,1,1,5,5,"Caer Darrow","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (575,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Furbolg, Uncorrupted","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (576,35,1791,0,0,0,0,0,0,0,-3500,0,0,0,2,0,0,0,1118,0,0,5,5,"Timbermaw Hold","","","","","","","","","","","","","","","",16712190,"As the last uncorrupted furbolg tribe, the Timbermaw seek to preserve their spiritual ways and end the suffering of their brethren.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (577,28,1791,0,0,0,0,0,0,0,500,0,0,0,64,0,0,0,169,1,0.5,7,5,"Everlook","","","","","","","","","","","","","","","",16712190,"This trading post is run by the goblins of the Steamwheedle Cartel and it sits in the crossroads of Winterspring\\'s main trade routes.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (589,27,690,1101,0,0,0,0,0,0,-42000,0,0,0,6,0,0,0,0,1,1,5,5,"Wintersaber Trainers","","","","","","","","","","","","","","","",16712190,"This small group of reclusive night elves raises and trains wintersabers in the Winterspring area.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (609,36,1791,40,0,0,511,1024,0,0,0,2000,0,0,0,0,0,0,1118,0,0,5,5,"Cenarion Circle","","","","","","","","","","","","","","","",16712190,"The druids of Cenarion Circle are guardians of nature and make their home in tranquil Moonglade.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (629,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Shatterspear Trolls","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (630,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Ravasaur Trainers","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (649,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Majordomo Executus","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (669,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Carrion Bird","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (670,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Cat","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (671,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Crab","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (672,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Crocilisk","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (673,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Hyena","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (674,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Owl","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (675,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Scorpid","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (676,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Tallstrider","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (677,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Turtle","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (678,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Beast - Wind Serpent","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (679,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Training Dummy","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (689,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dragonflight, Black - Bait","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (709,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Battleground Neutral","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (729,41,690,1101,0,0,0,0,0,0,0,-42000,0,0,16,2,0,0,892,0,0,5,5,"Frostwolf Clan","","","","","","","","","","","","","","","",16712190,"The Frostwolf Clan seeks to drive out the dwarves of the Stormpike Expedition from Alterac Valley.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (730,40,1101,690,0,0,0,0,0,0,0,-42000,0,0,16,2,0,0,891,0,0,5,5,"Stormpike Guard","","","","","","","","","","","","","","","",16712190,"The Stormpike Dwarves have set up residence in Alterac Valley, where they\\'re locked in battle with the Frostwolf Orcs.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (749,42,1791,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1118,1,1,5,5,"Hydraxian Waterlords","","","","","","","","","","","","","","","",16712190,"These elementals have made their home on the islands east of Azshara. Sworn enemies of the armies of Ragnaros.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (750,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Sulfuron Firelords","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (769,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Gizlock\\'s Dummy","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (770,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Gizlock\\'s Charm","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (771,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Gizlock","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (789,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Moro\\'gai","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (790,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Spirit Guide - Alliance","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (809,44,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1118,0,0,5,5,"Shen\\'dralar","","","","","","","","","","","","","","","",16712190,"A remnant of the once powerful elves living in Dire Maul, yet still wise and knowledgeable about great secrets. ","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (829,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Ogre (Captain Kromcrush)","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (849,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Spirit Guide - Horde","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (869,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Jaedenar","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (889,46,690,1101,0,0,0,0,0,0,0,-42000,0,0,16,6,0,0,892,0,0,7,7,"Warsong Outriders","","","","","","","","","","","","","","","",16712190,"Fierce orcs of the Warsong Clan, locked in battle against the Silverwing Sentinels in Warsong Gulch.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (890,45,1101,690,0,0,0,0,0,0,0,-42000,0,0,16,6,0,0,891,0,0,7,7,"Silverwing Sentinels","","","","","","","","","","","","","","","",16712190,"Staunch defenders of Ashenvale, locked in battle against the Warsong Outriders in Warsong Gulch.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (891,47,1101,178,0,0,0,0,0,0,0,-42000,0,0,24,14,0,0,1118,0,0,5,5,"Alliance Forces","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (892,48,690,77,0,0,0,0,0,0,0,-42000,0,0,24,14,0,0,1118,0,0,5,5,"Horde Forces","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (893,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Revantusk Trolls","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (909,50,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1118,0,0,5,5,"Darkmoon Faire","","","","","","","","","","","","","","","",16712190,"A traveling fair that showcases the weird and the extraordinary. Often spotted in Elwynn Forest, Mulgore, and Terokkar Forest.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (910,54,1791,0,0,0,0,0,0,0,-42000,0,0,0,0,0,0,0,1118,0,0,5,5,"Brood of Nozdormu","","","","","","","","","","","","","","","",16712190,"The descendants of the Bronze Dragonflight are the guardians of time and care little for the mortal races.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (911,55,162,1101,512,16,0,0,0,0,400,-42000,4000,3100,273,6,17,17,67,1,0.25,7,5,"Silvermoon City","","","","","","","","","","","","","","","",16712190,"The capital of Quel\\'Thalas, home of the blood elves. Though nearly destroyed by Arthas\\' attack on the Sunwell, Silvermoon is once again a thriving city.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (912,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Might of Kalimdor","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (914,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"PLAYER, Blood Elf","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (915,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Armies of C\\'Thun","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (916,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Silithid Attackers","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (917,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"The Ironforge Brigade","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (918,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"RC Enemies","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (919,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"RC Objects","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (920,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Red","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (921,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Blue","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (922,56,690,1101,0,0,0,0,0,0,0,-42000,0,0,16,6,0,0,1118,0,0,5,5,"Tranquillien","","","","","","","","","","","","","","","",16712190,"Once a high elf town, Tranquillien became abandoned after the Scourge invaded Quel\\'Thalas. It has now been reclaimed by the Forsaken and the blood elves who seek to rid the Ghostlands of the Scourge.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (923,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Farstriders","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (924,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"DEPRECATED","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (925,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Sunstriders","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (926,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Magister\\'s Guild","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (927,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"PLAYER, Draenei","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (928,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Scourge Invaders","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (929,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,3,3,"Bloodmaul Clan","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (930,49,77,946,1024,0,0,0,0,0,3000,-42000,4000,0,273,6,17,0,469,1,0.25,7,5,"Exodar","","","","","","","","","","","","","","","",16712190,"The naaru vessel that brought the draenei to Azeroth. Though stranded in the Azuremyst Isles, it acts as a home city for this noble race.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (931,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Test Faction (not a real faction)","","","","","","","","","","","","","","","",16712190,"This faction only exists to test the editing of faction names and descriptions...","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (932,58,255,1024,512,0,0,0,0,0,0,3500,-3500,0,80,80,80,0,936,-1.1,1,7,7,"The Aldor","","","","","","","","","","","","","","","",16712190,"An ancient order of draenei priests once run by Velen, the Aldor are currently led by High Priestess Ishanah. They are servants of the naaru in Shattrath City known as the Sha\\'tar. Rivals of the Scryers.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (933,60,2047,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,980,0,0,7,7,"The Consortium","","","","","","","","","","","","","","","",16712190,"Led by Nexus-Prince Haramad, the Consortium is a loosely affiliated cartel of ethereal smugglers, traders and thieves that has come to Outland to benefit from its riches.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (934,62,255,1024,512,0,0,0,0,0,0,-3500,3500,0,80,80,80,0,936,-1.1,1,7,7,"The Scryers","","","","","","","","","","","","","","","",16712190,"Voren\\'thal the Seer leads the dissident blood elves who\\'ve rejected Kael\\'thas\\' path to power. They\\'ve joined forces with the naaru of Shattrath City, much to the dismay of the Aldor.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (935,39,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,936,0.5,0,4,3,"The Sha\\'tar","","","","","","","","","","","","","","","",16712190,"The Sha\\'tar are a group of powerful naaru who rule over a rebuilt Shattrath City. With the help of the Aldor and the Scryers, they lead the battle against Illidan and the Burning Legion.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (936,59,2047,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,980,0,0,7,7,"Shattrath City","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (937,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Troll, Forest","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (938,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"The Omenai","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (939,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"DEPRECATED","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (940,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"The Sons of Lothar","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (941,61,690,1101,0,0,0,0,0,0,-500,-42000,0,0,16,6,0,0,980,0,0,5,5,"The Mag\\'har","","","","","","","","","","","","","","","",16712190,"This reclusive group of brown-skinned orcs has escaped any form of demonic corruption. They have retained their traditional way of life in the face of great changes in Outland.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (942,64,2047,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,980,0,0,5,5,"Cenarion Expedition","","","","","","","","","","","","","","","",16712190,"An exploratory force sent to Outland by the Cenarion Circle to study surviving life forms. The Cenarion Expedition has quickly gained in size and autonomy since the opening of the Dark Portal.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (943,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Fel Orc","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (944,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Fel Orc Ghost","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (945,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Sons of Lothar Ghosts","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (946,38,1101,690,0,0,0,0,0,0,0,-42000,0,0,16,0,0,0,980,0,0,5,5,"Honor Hold","","","","","","","","","","","","","","","",16712190,"Vestiges of the Sons of Lothar, veterans of the Alliance that first came into Draenor, have steadfastly held on to this Hellfire outpost. They are now joined by the armies from Stormwind and Ironforge.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (947,37,690,1101,0,0,0,0,0,0,0,-42000,0,0,16,0,0,0,980,0,0,5,5,"Thrallmar","","","","","","","","","","","","","","","",16712190,"The expedition sent through the Dark Portal by Thrall has built a stronghold in Hellfire Peninsula. Thrallmar serves as a base of operations for much of the Horde\\'s activities in Outland.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (948,86,32767,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,949,1,1,5,5,"Test Faction 2","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (949,85,32767,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,1,1,5,5,"Test Faction 1","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (950,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"ToWoW - Flag","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (951,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"ToWoW - Flag Trigger Alliance (DND)","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (952,87,32767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,1,1,5,5,"Test Faction 3","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (953,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Test Faction 4","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (954,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"ToWoW - Flag Trigger Horde (DND)","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (955,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Broken","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (956,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Ethereum","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (957,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Earth Elemental","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (958,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Fighting Robots","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (959,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Actor Good","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (960,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Actor Evil","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (961,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Stillpine Furbolg","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (962,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Crazed Owlkin","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (963,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Chess Alliance","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (964,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Chess Horde","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (965,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Monster Spar","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (966,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Monster Spar Buddy","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (967,63,4095,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,980,0,0,5,5,"The Violet Eye","","","","","","","","","","","","","","","",16712190,"A secret sect of the Kirin Tor founded to spy on Medivh and his activities.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (968,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Sunhawks","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (969,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Hand of Argus","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (970,65,2047,0,0,0,0,0,0,0,-2500,0,0,0,0,0,0,0,980,0,0,5,5,"Sporeggar","","","","","","","","","","","","","","","",16712190,"The sporelings are a mostly peaceful race of mushroom-men native to Outland. Their home is located in the southern bogs of Zangarmarsh. ","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (971,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Fungal Giant","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (972,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Spore Bat","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (973,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Monster, Predator","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (974,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Monster, Prey","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (975,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Void Anomaly","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (976,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Hyjal Defenders","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (977,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Hyjal Invaders","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (978,66,1101,690,0,0,0,0,0,0,-1200,-42000,0,0,16,0,0,0,980,0,0,5,5,"Kurenai","","","","","","","","","","","","","","","",16712190,"Draenei for \\"redeemed.\\" These Broken have escaped the grasp of their various slavers in Outland and have made their home in Nagrand. It is there that they seek to rediscover their destiny.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (979,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Earthen Ring","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (980,43,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,5,5,"The Burning Crusade","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (981,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Arakkoa","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (982,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Zangarmarsh Banner (Alliance)","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (983,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Zangarmarsh Banner (Horde)","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (984,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Zangarmarsh Banner (Neutral)","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (985,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Caverns of Time - Thrall","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (986,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Caverns of Time - Durnholde","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (987,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Caverns of Time - Southshore Guards","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (988,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Shadow Council Covert","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (989,67,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,980,0,0,5,5,"Keepers of Time","","","","","","","","","","","","","","","",16712190,"The Keepers of Time are bronze dragons hand-picked by Nozdormu to watch over the Caverns of Time.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (990,57,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,980,0,0,5,5,"The Scale of the Sands","","","","","","","","","","","","","","","",16712190,"A secretive subgroup of the Bronze Dragonflight, led by Soridormi, prime mate of Nozdormu.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (991,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dark Portal Defender, Alliance","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (992,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dark Portal Defender, Horde","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (993,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dark Portal Attacker, Legion","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (994,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Inciter Trigger","","","","","","","","","","","","","","","",16712190,"Used for the Blackheart the Inciter event.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (995,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Inciter Trigger 2","","","","","","","","","","","","","","","",16712190,"Used for the Blackheart the Inciter event.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (996,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Inciter Trigger 3","","","","","","","","","","","","","","","",16712190,"Used for the Blackheart the Inciter event.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (997,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Inciter Trigger 4","","","","","","","","","","","","","","","",16712190,"Used for the Blackheart the Inciter event.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (998,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Inciter Trigger 5","","","","","","","","","","","","","","","",16712190,"Used for the Blackheart the Inciter event.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (999,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Mana Creature","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1000,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Khadgar\\'s Servant","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1001,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Bladespire Clan","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1002,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Ethereum Sparbuddy","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1003,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Protectorate","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1004,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Arcane Annihilator (DNR)","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1005,68,32767,0,0,0,1503,0,0,0,3000,0,0,0,4,0,0,0,0,1,1,5,5,"Friendly, Hidden","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1006,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Kirin\\'Var - Dathric","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1007,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Kirin\\'Var - Belmara","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1008,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Kirin\\'Var - Luminrath","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1009,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Kirin\\'Var - Cohlien","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1010,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Servant of Illidan","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1011,69,32767,0,0,0,1535,0,0,0,0,0,0,0,16,0,0,0,936,0,0,3,3,"Lower City","","","","","","","","","","","","","","","",16712190,"The refugees of Shattrath come from diverse backgrounds and races. Word of helpful deeds spreads quickly among the Denizens of Lower City.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1012,70,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,980,0,0,3,3,"Ashtongue Deathsworn","","","","","","","","","","","","","","","",16712190,"The elite of the Broken tribe known as the Ashtongue, officially aligned with Illidan. The Deathsworn are Akama\\'s most trusted lieutenants and are privy to their leader\\'s mysterious motivations.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1013,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Spirits of Shadowmoon 1","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1014,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Spirits of Shadowmoon 2","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1015,71,1791,0,0,0,1535,0,0,0,-42000,0,0,0,2,0,0,0,980,0,0,5,5,"Netherwing","","","","","","","","","","","","","","","",16712190,"This unusual brood of dragons was spawned from the eggs of Deathwing\\'s black dragonflight, and infused with raw nether-energies. Now, they seek to find their identity beyond the shadows of their father\\'s destructive heritage.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1016,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Wyrmcult","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1017,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Treant","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1018,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Leotheras Demon I","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1019,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Leotheras Demon II","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1020,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Leotheras Demon III","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1021,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Leotheras Demon IV","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1022,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Leotheras Demon V","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1023,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Azaloth","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1024,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Rock Flayer","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1025,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Flayer Hunter","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1026,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Shadowmoon Shade","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1027,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Legion Communicator","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1028,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Ravenswood Ancients","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1029,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Chess, Friendly to All Chess","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1030,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Black Temple Gates - Illidari","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1031,72,1791,0,0,0,1535,0,0,0,0,0,0,0,16,0,0,0,936,0,0,5,5,"Sha\\'tari Skyguard","","","","","","","","","","","","","","","",16712190,"An airborne military force created by Shattrath City to deal with the threats that loom in the highest reaches of Outland.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1032,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Area 52","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1033,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Maiev","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1034,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Skettis Shadowy Arakkoa","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1035,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Skettis Arakkoa","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1036,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Dragonmaw Enemy","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1037,88,1101,690,0,0,0,0,0,0,0,0,0,0,136,6,0,0,1097,0,0,5,5,"Alliance Vanguard","","","","","","","","","","","","","","","",16712190,"The combined forces of the Alliance in Northrend, lead by the Valiance Expedition, but also including civilian groups such as the Explorer\\'s League.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1038,73,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,980,0,0,5,5,"Ogri\\'la","","","","","","","","","","","","","","","",16712190,"The enlightened denizens of Ogri\\'la have made their dwelling in the western Blade\\'s Edge Mountains, where proximity to apexis crystals has caused them to transcend their brutish ogre nature.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1039,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Ravager","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1040,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"REUSE","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1041,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Frenzy","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1042,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Skyguard Enemy","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1043,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Skunk, Petunia","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1044,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Theramore Deserter","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1045,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Vrykul","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1046,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Northsea Pirates","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1047,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Tuskarr","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1048,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"UNUSED","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1049,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Troll, Amani","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1050,74,1101,690,0,0,0,0,0,0,0,-42000,0,0,16,6,0,0,1037,0.5,0.5,7,7,"Valiance Expedition","","","","","","","","","","","","","","","",16712190,"The main armies of the Alliance in Northrend, moving against the Scourge and unified under King Varian Wrynn\\'s command.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1051,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"UNUSED","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1052,75,690,1101,0,0,0,0,0,0,0,-42000,0,0,152,0,0,0,1097,0,0,5,5,"Horde Expedition","","","","","","","","","","","","","","","",16712190,"The combined forces of the Horde in Northrend, spearheaded by the Warsong Offensive.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1053,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Westguard","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1054,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Spotted Gryphon","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1055,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Tamed Plaguehound","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1056,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Vrykul (Ancient Spirit 1)","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1057,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Vrykul (Ancient Siprit 2)","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1058,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Vrykul (Ancient Siprit 3)","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1059,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"CTF - Flag - Alliance","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1060,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Test","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1061,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"vrykul","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1062,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Vrykul Gladiator","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1063,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Valgarde Combatant","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1064,76,690,1101,0,0,0,0,0,0,0,-42000,0,0,16,6,0,0,1052,0.5,0.5,7,7,"The Taunka","","","","","","","","","","","","","","","",16712190,"These hardy people are cousins of the Tauren and have become valuable scouts for the armies of the Horde as they march northward.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1065,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Monster, Zone Force Reaction 1","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1066,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Monster, Zone Force Reaction 2","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1067,77,690,1101,0,0,0,0,0,0,0,-42000,0,0,16,0,0,0,1052,0.5,0.5,7,7,"The Hand of Vengeance","","","","","","","","","","","","","","","",16712190,"The Forsaken tasked by Sylvanas Windrunner with enacting Undercity\\'s vengeance against Arthas by delivering the latest strain of their deadly Plague.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1068,78,1101,690,0,0,0,0,0,0,0,-42000,0,0,16,6,0,0,1037,0.5,0.5,7,7,"Explorers\\' League","","","","","","","","","","","","","","","",16712190,"This organization seeks to find the origin of the dwarven race by collecting Titan artifacts. Their most recent research has led them to various archeological sites in Northrend.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1069,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Ram Racing Powerup DND","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1070,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Ram Racing Trap DND","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1071,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Craig\\'s Squirrels","","","","","","","","","","","","","","","",16712190,"A test faction.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1072,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"REUSE","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1073,79,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1097,0,0,5,5,"The Kalu\\'ak","","","","","","","","","","","","","","","",16712190,"The tuskarr are a tough but peaceful people who derive their livelihood from fishing and whaling. Their settlements have recently come under fierce attack and welcome any allies who would come to their aid.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1074,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Holiday - Water Barrel","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1075,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Holiday - Generic","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1076,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Iron Dwarves","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1077,80,32767,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,936,0,0,5,5,"Shattered Sun Offensive","","","","","","","","","","","","","","","",16712190,"Shattrath City\\'s final push against Prince Kael\\'thas\\' operations in the Sunwell.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1078,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Fighting Vanity Pet","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1079,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Murloc, Winterfin","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1080,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Friendly, Force Reaction","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1081,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Object, Force Reaction","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1082,82,1101,690,0,0,0,0,0,0,0,-42000,0,0,4,2,0,0,0,1,1,5,5,"REUSE","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1083,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"REUSE","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1084,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Vrykul, Sea","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1085,81,1101,690,0,0,0,0,0,0,-42000,0,0,0,6,16,0,0,1052,0.5,0.5,7,7,"Warsong Offensive","","","","","","","","","","","","","","","",16712190,"Garrosh Hellscream commands the Horde\\'s main expeditionary forces as they make their way into Northrend to face Arthas and the armies of the Scourge.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1086,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Poacher","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1087,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Holiday Monster","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1088,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Furbolg, Redfang","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1089,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Furbolg, Frostpaw","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1090,84,1229,690,1101,690,1407,1407,128,128,0,0,3000,3000,16,16,16,16,1097,0,0,5,5,"Kirin Tor","","","","","","","","","","","","","","","",16712190,"The mages and archmages running the city of Dalaran. Faced with the rising threats of the Blue Dragonflight and the Scourge, they\\'ve transported their city to the heart of Northrend.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1091,83,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1097,0,0,5,5,"The Wyrmrest Accord","","","","","","","","","","","","","","","",16712190,"With the Blue Dragonflight\\'s violent upheaval against all mortal users of magic, the remaining dragonflights have banded under the leadership of the Red Dragonflight to combat their wayward kin.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1092,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Azjol-Nerub","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1093,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"REUSE","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1094,90,1101,690,0,0,0,0,0,0,0,-42000,0,0,16,6,0,0,1037,0.5,0.5,7,7,"The Silver Covenant","","","","","","","","","","","","","","","",16712190,"A militant core of high elves that rejects the admission of blood elves into the Kirin Tor. They\\'ve united under the banner of Vereesa Windrunner and joined the Alliance forces in Northrend.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1095,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Grizzly Hills Trapper","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1096,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"REUSE","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1097,89,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,5,5,"Wrath of the Lich King","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1098,91,0,0,0,0,32,1503,0,0,3200,0,0,0,16,16,0,0,1097,1,1,5,5,"Knights of the Ebon Blade","","","","","","","","","","","","","","","",16712190,"Freed from the grasp of the Lich King, his former Death Knights have regrouped against him under the banner of Highlord Darion Mograine.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1099,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Wrathgate Scourge","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1100,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Wrathgate Alliance","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1101,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Wrathgate Horde","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1102,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"CTF - Flag - Horde","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1103,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"CTF - Flag - Neutral","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1104,92,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1117,-2.2,1,7,7,"Frenzyheart Tribe","","","","","","","","","","","","","","","",16712190,"Driven from their lands by the Scourge, this fierce tribe of wolvar stumbled upon Sholazar Basin, where they intend to make their new home. Their aggressive nature has put them at odds with the various gorloc tribes known collectively as the Oracles.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1105,93,1791,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1117,-2.2,1,7,7,"The Oracles","","","","","","","","","","","","","","","",16712190,"The gorlocs of Sholazar Basin are a race of reptilian creatures who see themselves as guardians of the titan technology that remains in the zone (though they understand little of it). They find themselves in an escalating territorial war with the wolvar.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1106,94,32767,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1097,0,0,5,5,"Argent Crusade","","","","","","","","","","","","","","","",16712190,"Led by Tirion Fordring, the Argent Crusade combines the reformed Order of the Silver Hand with the Argent Dawn in one final push against the forces of the Lich King.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1107,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Troll, Drakkari","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1108,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"CoT Arthas","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1109,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"CoT Stratholme Citizen","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1110,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"CoT Scourge","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1111,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Freya","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1112,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Mount - Taxi - Alliance","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1113,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Mount - Taxi - Horde","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1114,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Mount - Taxi - Neutral","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1115,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Elemental, Water","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1116,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Elemental, Air","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1117,95,1791,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1097,0,0,5,5,"Sholazar Basin","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1118,96,1791,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,5,5,"Classic","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1119,97,1791,0,0,0,0,0,0,0,-42000,0,0,0,0,0,0,0,1097,0,0,5,5,"The Sons of Hodir","","","","","","","","","","","","","","","",16712190,"The frost giants of the Storm Peaks are a war-like race that makes their home in Dun Nifelem.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1120,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Iron Giants","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1121,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Frost Vrykul","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1122,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Earthen","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1123,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Monster Referee","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1124,98,690,1101,0,0,0,0,0,0,0,-42000,0,0,16,6,0,0,1052,0.5,0.5,7,7,"The Sunreavers","","","","","","","","","","","","","","","",16712190,"Traditionally barred from Dalaran, the Horde has been accepted into the city through the efforts of Archmage Aethas Sunreaver. His followers have taken up his name and watch over the ward known as Sunreaver\\'s Sanctuary.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1125,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Hyldsmeet","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1126,99,1101,690,0,0,0,0,0,0,0,-42000,0,0,16,0,0,0,1037,0.5,0.5,7,7,"The Frostborn","","","","","","","","","","","","","","","",16712190,"This mysterious race of frost dwarves makes their home in the Storm Peaks. They\\'ve recently befriended members of the Explorers\\' League and welcome Alliance members within their settlements.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1127,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"Orgrimmar (Alex Test)","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1136,100,2097151,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,"Tranquillien Conversion","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1137,101,32767,0,0,0,1535,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,"Wintersaber Conversion","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1145,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hates Everything","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1154,102,2097151,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,"Silver Covenant Conversion","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1155,103,2097151,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,"Sunreavers Conversion","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1156,104,2097151,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1097,0,0,0,0,"The Ashen Verdict","","","","","","","","","","","","","","","",16712190,"Under a pact by Tirion Fordring and Darion Mograine, the Argent Crusade and the Knights of the Ebon Blade have set aside their differences during the attack on Icecrown Citadel until the Lich King is slain.","","","","","","","","","","","","","","","",16712190);
INSERT INTO `Faction` VALUES (1159,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"CTF - Flag - Alliance 2","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);
INSERT INTO `Faction` VALUES (1160,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,5,"CTF - Flag - Horde 2","","","","","","","","","","","","","","","",16712190,"","","","","","","","","","","","","","","","",16712188);