root/trunk/sql/updates/34_world.sql @ 38

Revision 35, 90.1 kB (checked in by yumileroy, 17 years ago)

[svn] * Fixing some typos in SQL files.
* Applying proper structure to SQL updates.
* Fixing ImpConfig? compile problems.
* Moving INSTALL to INSTALL.linux to avoid autoconf collisions.

Original author: XTZGZoReX
Date: 2008-10-10 15:20:27-05:00

Line 
1-- This file is only required if "PlayerStart.AllSpells" is enabled in mangosd.conf
2
3
4DROP TABLE IF EXISTS `playercreateinfo_spell_custom`;
5CREATE TABLE `playercreateinfo_spell_custom` (
6  `race` tinyint(3) unsigned NOT NULL default '0',
7  `class` tinyint(3) unsigned NOT NULL default '0',
8  `Spell` mediumint(8) unsigned NOT NULL default '0',
9  `Note` varchar(255) default NULL,
10  `Active` tinyint(3) unsigned NOT NULL default '1',
11  PRIMARY KEY  (`race`,`class`,`Spell`)
12) ENGINE=MyISAM DEFAULT CHARSET=utf8;
13
14--
15-- Dumping data for table `playercreateinfo_spell_custom`
16--
17
18LOCK TABLES `playercreateinfo_spell_custom` WRITE;
19/*!40000 ALTER TABLE `playercreateinfo_spell_custom` DISABLE KEYS */;
20INSERT INTO `playercreateinfo_spell_custom` VALUES
21(1,1,78,'Heroic Strike',1),
22(1,1,81,'Dodge',1),
23(1,1,107,'Block',1),
24(1,1,196,'One-Handed Axes',1),
25(1,1,198,'One-Handed Maces',1),
26(1,1,201,'One-Handed Swords',1),
27(1,1,203,'Unarmed',1),
28(1,1,204,'Defense',1),
29(1,1,522,'SPELLDEFENSE(DND)',1),
30(1,1,668,'Language Common',1),
31(1,1,2382,'Generic',1),
32(1,1,2457,'Battle Stance',1),
33(1,1,2479,'Honorless Target',1),
34(1,1,3050,'Detect',1),
35(1,1,3365,'Opening',1),
36(1,1,5301,'Defensive State(DND)',1),
37(1,1,6233,'Closing',1),
38(1,1,6246,'Closing',1),
39(1,1,6247,'Opening',1),
40(1,1,6477,'Opening',1),
41(1,1,6478,'Opening',1),
42(1,1,6603,'Attack',1),
43(1,1,7266,'Duel',1),
44(1,1,7267,'Grovel',1),
45(1,1,7355,'Stuck',1),
46(1,1,7376,'Defensive Stance Passive',0),
47(1,1,7381,'Berserker Stance Passive',0),
48(1,1,8386,'Attacking',1),
49(1,1,8737,'Mail',1),
50(1,1,9077,'Leather',1),
51(1,1,9078,'Cloth',1),
52(1,1,9116,'Shield',1),
53(1,1,9125,'Generic',1),
54(1,1,20597,'Sword Specialization',1),
55(1,1,20598,'The Human Spirit',1),
56(1,1,20599,'Diplomacy',1),
57(1,1,20600,'Perception',1),
58(1,1,20864,'Mace Specialization',1),
59(1,1,21156,'Battle Stance Passive',0),
60(1,1,21651,'Opening',1),
61(1,1,21652,'Closing',1),
62(1,1,22027,'Remove Insignia',1),
63(1,1,22810,'Opening - No Text',1),
64(1,1,32215,'Victorious State',1),
65(1,2,81,'Dodge',1),
66(1,2,107,'Block',1),
67(1,2,198,'One-Handed Maces',1),
68(1,2,199,'Two-Handed Maces',1),
69(1,2,203,'Unarmed',1),
70(1,2,204,'Defense',1),
71(1,2,522,'SPELLDEFENSE(DND)',1),
72(1,2,635,'Holy Light',1),
73(1,2,668,'Language Common',1),
74(1,2,2382,'Generic',1),
75(1,2,2479,'Honorless Target',1),
76(1,2,3050,'Detect',1),
77(1,2,3365,'Opening',1),
78(1,2,6233,'Closing',1),
79(1,2,6246,'Closing',1),
80(1,2,6247,'Opening',1),
81(1,2,6477,'Opening',1),
82(1,2,6478,'Opening',1),
83(1,2,6603,'Attack',1),
84(1,2,7266,'Duel',1),
85(1,2,7267,'Grovel',1),
86(1,2,7355,'Stuck',1),
87(1,2,8386,'Attacking',1),
88(1,2,8737,'Mail',1),
89(1,2,9077,'Leather',1),
90(1,2,9078,'Cloth',1),
91(1,2,9116,'Shield',1),
92(1,2,9125,'Generic',1),
93(1,2,21084,'Seal of Righteousness',1),
94(1,2,20597,'Sword Specialization',1),
95(1,2,20598,'The Human Spirit',1),
96(1,2,20599,'Diplomacy',1),
97(1,2,20600,'Perception',1),
98(1,2,20864,'Mace Specialization',1),
99(1,2,21651,'Opening',1),
100(1,2,21652,'Closing',1),
101(1,2,22027,'Remove Insignia',1),
102(1,2,22810,'Opening - No Text',1),
103(1,2,27762,'Libram',1),
104(1,4,81,'Dodge',1),
105(1,4,203,'Unarmed',1),
106(1,4,204,'Defense',1),
107(1,4,522,'SPELLDEFENSE(DND)',1),
108(1,4,668,'Language Common',1),
109(1,4,1180,'Daggers',1),
110(1,4,1752,'Sinister Strike',1),
111(1,4,2098,'Eviscerate',1),
112(1,4,2382,'Generic',1),
113(1,4,2479,'Honorless Target',1),
114(1,4,2567,'Thrown',1),
115(1,4,2764,'Throw',1),
116(1,4,3050,'Detect',1),
117(1,4,3365,'Opening',1),
118(1,4,6233,'Closing',1),
119(1,4,6246,'Closing',1),
120(1,4,6247,'Opening',1),
121(1,4,6477,'Opening',1),
122(1,4,6478,'Opening',1),
123(1,4,6603,'Attack',1),
124(1,4,7266,'Duel',1),
125(1,4,7267,'Grovel',1),
126(1,4,7355,'Stuck',1),
127(1,4,8386,'Attacking',1),
128(1,4,9077,'Leather',1),
129(1,4,9078,'Cloth',1),
130(1,4,9125,'Generic',1),
131(1,4,16092,'Defensive State(DND)',1),
132(1,4,20597,'Sword Specialization',1),
133(1,4,20598,'The Human Spirit',1),
134(1,4,20599,'Diplomacy',1),
135(1,4,20600,'Perception',1),
136(1,4,20864,'Mace Specialization',1),
137(1,4,21184,'Rogue Passive(DND)',1),
138(1,4,21651,'Opening',1),
139(1,4,21652,'Closing',1),
140(1,4,22027,'Remove Insignia',1),
141(1,4,22810,'Opening - No Text',1),
142(1,5,81,'Dodge',1),
143(1,5,198,'One-Handed Maces',1),
144(1,5,203,'Unarmed',1),
145(1,5,204,'Defense',1),
146(1,5,522,'SPELLDEFENSE(DND)',1),
147(1,5,585,'Smite',1),
148(1,5,668,'Language Common',1),
149(1,5,2050,'Lesser Heal',1),
150(1,5,2382,'Generic',1),
151(1,5,2479,'Honorless Target',1),
152(1,5,3050,'Detect',1),
153(1,5,3365,'Opening',1),
154(1,5,5009,'Wands',1),
155(1,5,5019,'Shoot',1),
156(1,5,6233,'Closing',1),
157(1,5,6246,'Closing',1),
158(1,5,6247,'Opening',1),
159(1,5,6477,'Opening',1),
160(1,5,6478,'Opening',1),
161(1,5,6603,'Attack',1),
162(1,5,7266,'Duel',1),
163(1,5,7267,'Grovel',1),
164(1,5,7355,'Stuck',1),
165(1,5,8386,'Attacking',1),
166(1,5,9078,'Cloth',1),
167(1,5,9125,'Generic',1),
168(1,5,20597,'Sword Specialization',1),
169(1,5,20598,'The Human Spirit',1),
170(1,5,20599,'Diplomacy',1),
171(1,5,20600,'Perception',1),
172(1,5,20864,'Mace Specialization',1),
173(1,5,21651,'Opening',1),
174(1,5,21652,'Closing',1),
175(1,5,22027,'Remove Insignia',1),
176(1,5,22810,'Opening - No Text',1),
177(1,8,81,'Dodge',1),
178(1,8,133,'Fireball',1),
179(1,8,168,'Frost Armor',1),
180(1,8,203,'Unarmed',1),
181(1,8,204,'Defense',1),
182(1,8,227,'Staves',1),
183(1,8,522,'SPELLDEFENSE(DND)',1),
184(1,8,668,'Language Common',1),
185(1,8,2382,'Generic',1),
186(1,8,2479,'Honorless Target',1),
187(1,8,3050,'Detect',1),
188(1,8,3365,'Opening',1),
189(1,8,5009,'Wands',1),
190(1,8,5019,'Shoot',1),
191(1,8,6233,'Closing',1),
192(1,8,6246,'Closing',1),
193(1,8,6247,'Opening',1),
194(1,8,6477,'Opening',1),
195(1,8,6478,'Opening',1),
196(1,8,6603,'Attack',1),
197(1,8,7266,'Duel',1),
198(1,8,7267,'Grovel',1),
199(1,8,7355,'Stuck',1),
200(1,8,8386,'Attacking',1),
201(1,8,9078,'Cloth',1),
202(1,8,9125,'Generic',1),
203(1,8,20597,'Sword Specialization',1),
204(1,8,20598,'The Human Spirit',1),
205(1,8,20599,'Diplomacy',1),
206(1,8,20600,'Perception',1),
207(1,8,20864,'Mace Specialization',1),
208(1,8,21651,'Opening',1),
209(1,8,21652,'Closing',1),
210(1,8,22027,'Remove Insignia',1),
211(1,8,22810,'Opening - No Text',1),
212(1,9,81,'Dodge',1),
213(1,9,203,'Unarmed',1),
214(1,9,204,'Defense',1),
215(1,9,522,'SPELLDEFENSE(DND)',1),
216(1,9,668,'Language Common',1),
217(1,9,686,'Shadow Bolt',1),
218(1,9,687,'Demon Skin',1),
219(1,9,1180,'Daggers',1),
220(1,9,2382,'Generic',1),
221(1,9,2479,'Honorless Target',1),
222(1,9,3050,'Detect',1),
223(1,9,3365,'Opening',1),
224(1,9,5009,'Wands',1),
225(1,9,5019,'Shoot',1),
226(1,9,6233,'Closing',1),
227(1,9,6246,'Closing',1),
228(1,9,6247,'Opening',1),
229(1,9,6477,'Opening',1),
230(1,9,6478,'Opening',1),
231(1,9,6603,'Attack',1),
232(1,9,7266,'Duel',1),
233(1,9,7267,'Grovel',1),
234(1,9,7355,'Stuck',1),
235(1,9,8386,'Attacking',1),
236(1,9,9078,'Cloth',1),
237(1,9,9125,'Generic',1),
238(1,9,20597,'Sword Specialization',1),
239(1,9,20598,'The Human Spirit',1),
240(1,9,20599,'Diplomacy',1),
241(1,9,20600,'Perception',1),
242(1,9,20864,'Mace Specialization',1),
243(1,9,21651,'Opening',1),
244(1,9,21652,'Closing',1),
245(1,9,22027,'Remove Insignia',1),
246(1,9,22810,'Opening - No Text',1),
247(2,1,78,'Heroic Strike',1),
248(2,1,81,'Dodge',1),
249(2,1,107,'Block',1),
250(2,1,196,'One-Handed Axes',1),
251(2,1,197,'Two-Handed Axes',1),
252(2,1,201,'One-Handed Swords',1),
253(2,1,203,'Unarmed',1),
254(2,1,204,'Defense',1),
255(2,1,522,'SPELLDEFENSE(DND)',1),
256(2,1,669,'Language Orcish',1),
257(2,1,2382,'Generic',1),
258(2,1,2457,'Battle Stance',1),
259(2,1,2479,'Honorless Target',1),
260(2,1,3050,'Detect',1),
261(2,1,3365,'Opening',1),
262(2,1,5301,'Defensive State(DND)',1),
263(2,1,6233,'Closing',1),
264(2,1,6246,'Closing',1),
265(2,1,6247,'Opening',1),
266(2,1,6477,'Opening',1),
267(2,1,6478,'Opening',1),
268(2,1,6603,'Attack',1),
269(2,1,7266,'Duel',1),
270(2,1,7267,'Grovel',1),
271(2,1,7355,'Stuck',1),
272(2,1,7376,'Defensive Stance Passive',0),
273(2,1,7381,'Berserker Stance Passive',0),
274(2,1,8386,'Attacking',1),
275(2,1,8737,'Mail',1),
276(2,1,9077,'Leather',1),
277(2,1,9078,'Cloth',1),
278(2,1,9116,'Shield',1),
279(2,1,9125,'Generic',1),
280(2,1,20572,'Blood Fury',1),
281(2,1,20573,'Hardiness',1),
282(2,1,20574,'Axe Specialization',1),
283(2,1,21156,'Battle Stance Passive',0),
284(2,1,21563,'Command',1),
285(2,1,21651,'Opening',1),
286(2,1,21652,'Closing',1),
287(2,1,22027,'Remove Insignia',1),
288(2,1,22810,'Opening - No Text',1),
289(2,1,32215,'Victorious State',1),
290(2,3,75,'Auto Shot',1),
291(2,3,81,'Dodge',1),
292(2,3,196,'One-Handed Axes',1),
293(2,3,203,'Unarmed',1),
294(2,3,204,'Defense',1),
295(2,3,264,'Bows',1),
296(2,3,522,'SPELLDEFENSE(DND)',1),
297(2,3,669,'Language Orcish',1),
298(2,3,2382,'Generic',1),
299(2,3,2479,'Honorless Target',1),
300(2,3,2973,'Raptor Strike',1),
301(2,3,3050,'Detect',1),
302(2,3,3365,'Opening',1),
303(2,3,6233,'Closing',1),
304(2,3,6246,'Closing',1),
305(2,3,6247,'Opening',1),
306(2,3,6477,'Opening',1),
307(2,3,6478,'Opening',1),
308(2,3,6603,'Attack',1),
309(2,3,7266,'Duel',1),
310(2,3,7267,'Grovel',1),
311(2,3,7355,'Stuck',1),
312(2,3,8386,'Attacking',1),
313(2,3,9077,'Leather',1),
314(2,3,9078,'Cloth',1),
315(2,3,9125,'Generic',1),
316(2,3,13358,'Defensive State(DND)',1),
317(2,3,20572,'Blood Fury',1),
318(2,3,20573,'Hardiness',1),
319(2,3,20574,'Axe Specialization',1),
320(2,3,20576,'Command',1),
321(2,3,21651,'Opening',1),
322(2,3,21652,'Closing',1),
323(2,3,22027,'Remove Insignia',1),
324(2,3,22810,'Opening - No Text',1),
325(2,3,24949,'Defensive State 2(DND)',1),
326(2,3,34082,'Advantaged State(DND)',1),
327(2,4,81,'Dodge',1),
328(2,4,203,'Unarmed',1),
329(2,4,204,'Defense',1),
330(2,4,522,'SPELLDEFENSE(DND)',1),
331(2,4,669,'Language Orcish',1),
332(2,4,1180,'Daggers',1),
333(2,4,1752,'Sinister Strike',1),
334(2,4,2098,'Eviscerate',1),
335(2,4,2382,'Generic',1),
336(2,4,2479,'Honorless Target',1),
337(2,4,2567,'Thrown',1),
338(2,4,2764,'Throw',1),
339(2,4,3050,'Detect',1),
340(2,4,3365,'Opening',1),
341(2,4,6233,'Closing',1),
342(2,4,6246,'Closing',1),
343(2,4,6247,'Opening',1),
344(2,4,6477,'Opening',1),
345(2,4,6478,'Opening',1),
346(2,4,6603,'Attack',1),
347(2,4,7266,'Duel',1),
348(2,4,7267,'Grovel',1),
349(2,4,7355,'Stuck',1),
350(2,4,8386,'Attacking',1),
351(2,4,9077,'Leather',1),
352(2,4,9078,'Cloth',1),
353(2,4,9125,'Generic',1),
354(2,4,16092,'Defensive State(DND)',1),
355(2,4,20572,'Blood Fury',1),
356(2,4,20573,'Hardiness',1),
357(2,4,20574,'Axe Specialization',1),
358(2,4,21184,'Rogue Passive(DND)',1),
359(2,4,21563,'Command',1),
360(2,4,21651,'Opening',1),
361(2,4,21652,'Closing',1),
362(2,4,22027,'Remove Insignia',1),
363(2,4,22810,'Opening - No Text',1),
364(2,7,81,'Dodge',1),
365(2,7,107,'Block',1),
366(2,7,198,'One-Handed Maces',1),
367(2,7,203,'Unarmed',1),
368(2,7,204,'Defense',1),
369(2,7,227,'Staves',1),
370(2,7,331,'Healing Wave',1),
371(2,7,403,'Lightning Bolt',1),
372(2,7,522,'SPELLDEFENSE(DND)',1),
373(2,7,669,'Language Orcish',1),
374(2,7,2382,'Generic',1),
375(2,7,2479,'Honorless Target',1),
376(2,7,3050,'Detect',1),
377(2,7,3365,'Opening',1),
378(2,7,6233,'Closing',1),
379(2,7,6246,'Closing',1),
380(2,7,6247,'Opening',1),
381(2,7,6477,'Opening',1),
382(2,7,6478,'Opening',1),
383(2,7,6603,'Attack',1),
384(2,7,7266,'Duel',1),
385(2,7,7267,'Grovel',1),
386(2,7,7355,'Stuck',1),
387(2,7,8386,'Attacking',1),
388(2,7,9077,'Leather',1),
389(2,7,9078,'Cloth',1),
390(2,7,9116,'Shield',1),
391(2,7,9125,'Generic',1),
392(2,7,20573,'Hardiness',1),
393(2,7,20574,'Axe Specialization',1),
394(2,7,21563,'Command',1),
395(2,7,21651,'Opening',1),
396(2,7,21652,'Closing',1),
397(2,7,22027,'Remove Insignia',1),
398(2,7,22810,'Opening - No Text',1),
399(2,7,27763,'Totem',1),
400(2,7,33697,'Blood Fury',1),
401(2,9,81,'Dodge',1),
402(2,9,203,'Unarmed',1),
403(2,9,204,'Defense',1),
404(2,9,522,'SPELLDEFENSE(DND)',1),
405(2,9,669,'Language Orcish',1),
406(2,9,686,'Shadow Bolt',1),
407(2,9,687,'Demon Skin',1),
408(2,9,1180,'Daggers',1),
409(2,9,2382,'Generic',1),
410(2,9,2479,'Honorless Target',1),
411(2,9,3050,'Detect',1),
412(2,9,3365,'Opening',1),
413(2,9,5009,'Wands',1),
414(2,9,5019,'Shoot',1),
415(2,9,6233,'Closing',1),
416(2,9,6246,'Closing',1),
417(2,9,6247,'Opening',1),
418(2,9,6477,'Opening',1),
419(2,9,6478,'Opening',1),
420(2,9,6603,'Attack',1),
421(2,9,7266,'Duel',1),
422(2,9,7267,'Grovel',1),
423(2,9,7355,'Stuck',1),
424(2,9,8386,'Attacking',1),
425(2,9,9078,'Cloth',1),
426(2,9,9125,'Generic',1),
427(2,9,20573,'Hardiness',1),
428(2,9,20574,'Axe Specialization',1),
429(2,9,20575,'Command',1),
430(2,9,21651,'Opening',1),
431(2,9,21652,'Closing',1),
432(2,9,22027,'Remove Insignia',1),
433(2,9,22810,'Opening - No Text',1),
434(2,9,33702,'Blood Fury',1),
435(3,1,78,'Heroic Strike',1),
436(3,1,81,'Dodge',1),
437(3,1,107,'Block',1),
438(3,1,196,'One-Handed Axes',1),
439(3,1,197,'Two-Handed Axes',1),
440(3,1,198,'One-Handed Maces',1),
441(3,1,203,'Unarmed',1),
442(3,1,204,'Defense',1),
443(3,1,522,'SPELLDEFENSE(DND)',1),
444(3,1,668,'Language Common',1),
445(3,1,672,'Language Dwarven',1),
446(3,1,2382,'Generic',1),
447(3,1,2457,'Battle Stance',1),
448(3,1,2479,'Honorless Target',1),
449(3,1,2481,'Find Treasure',1),
450(3,1,3050,'Detect',1),
451(3,1,3365,'Opening',1),
452(3,1,5301,'Defensive State(DND)',1),
453(3,1,6233,'Closing',1),
454(3,1,6246,'Closing',1),
455(3,1,6247,'Opening',1),
456(3,1,6477,'Opening',1),
457(3,1,6478,'Opening',1),
458(3,1,6603,'Attack',1),
459(3,1,7266,'Duel',1),
460(3,1,7267,'Grovel',1),
461(3,1,7355,'Stuck',1),
462(3,1,7376,'Defensive Stance Passive',0),
463(3,1,7381,'Berserker Stance Passive',0),
464(3,1,8386,'Attacking',1),
465(3,1,8737,'Mail',1),
466(3,1,9077,'Leather',1),
467(3,1,9078,'Cloth',1),
468(3,1,9116,'Shield',1),
469(3,1,9125,'Generic',1),
470(3,1,20594,'Stoneform',1),
471(3,1,20595,'Gun Specialization',1),
472(3,1,20596,'Frost Resistance',1),
473(3,1,21156,'Battle Stance Passive',0),
474(3,1,21651,'Opening',1),
475(3,1,21652,'Closing',1),
476(3,1,22027,'Remove Insignia',1),
477(3,1,22810,'Opening - No Text',1),
478(3,1,32215,'Victorious State',1),
479(3,2,81,'Dodge',1),
480(3,2,107,'Block',1),
481(3,2,198,'One-Handed Maces',1),
482(3,2,199,'Two-Handed Maces',1),
483(3,2,203,'Unarmed',1),
484(3,2,204,'Defense',1),
485(3,2,522,'SPELLDEFENSE(DND)',1),
486(3,2,635,'Holy Light',1),
487(3,2,668,'Language Common',1),
488(3,2,672,'Language Dwarven',1),
489(3,2,2382,'Generic',1),
490(3,2,2479,'Honorless Target',1),
491(3,2,2481,'Find Treasure',1),
492(3,2,3050,'Detect',1),
493(3,2,3365,'Opening',1),
494(3,2,6233,'Closing',1),
495(3,2,6246,'Closing',1),
496(3,2,6247,'Opening',1),
497(3,2,6477,'Opening',1),
498(3,2,6478,'Opening',1),
499(3,2,6603,'Attack',1),
500(3,2,7266,'Duel',1),
501(3,2,7267,'Grovel',1),
502(3,2,7355,'Stuck',1),
503(3,2,8386,'Attacking',1),
504(3,2,8737,'Mail',1),
505(3,2,9077,'Leather',1),
506(3,2,9078,'Cloth',1),
507(3,2,9116,'Shield',1),
508(3,2,9125,'Generic',1),
509(3,2,21084,'Seal of Righteousness',1),
510(3,2,20594,'Stoneform',1),
511(3,2,20595,'Gun Specialization',1),
512(3,2,20596,'Frost Resistance',1),
513(3,2,21651,'Opening',1),
514(3,2,21652,'Closing',1),
515(3,2,22027,'Remove Insignia',1),
516(3,2,22810,'Opening - No Text',1),
517(3,2,27762,'Libram',1),
518(3,3,75,'Auto Shot',1),
519(3,3,81,'Dodge',1),
520(3,3,196,'One-Handed Axes',1),
521(3,3,203,'Unarmed',1),
522(3,3,204,'Defense',1),
523(3,3,266,'Guns',1),
524(3,3,522,'SPELLDEFENSE(DND)',1),
525(3,3,668,'Language Common',1),
526(3,3,672,'Language Dwarven',1),
527(3,3,2382,'Generic',1),
528(3,3,2479,'Honorless Target',1),
529(3,3,2481,'Find Treasure',1),
530(3,3,2973,'Raptor Strike',1),
531(3,3,3050,'Detect',1),
532(3,3,3365,'Opening',1),
533(3,3,6233,'Closing',1),
534(3,3,6246,'Closing',1),
535(3,3,6247,'Opening',1),
536(3,3,6477,'Opening',1),
537(3,3,6478,'Opening',1),
538(3,3,6603,'Attack',1),
539(3,3,7266,'Duel',1),
540(3,3,7267,'Grovel',1),
541(3,3,7355,'Stuck',1),
542(3,3,8386,'Attacking',1),
543(3,3,9077,'Leather',1),
544(3,3,9078,'Cloth',1),
545(3,3,9125,'Generic',1),
546(3,3,13358,'Defensive State(DND)',1),
547(3,3,20594,'Stoneform',1),
548(3,3,20595,'Gun Specialization',1),
549(3,3,20596,'Frost Resistance',1),
550(3,3,21651,'Opening',1),
551(3,3,21652,'Closing',1),
552(3,3,22027,'Remove Insignia',1),
553(3,3,22810,'Opening - No Text',1),
554(3,3,24949,'Defensive State 2(DND)',1),
555(3,3,34082,'Advantaged State(DND)',1),
556(3,4,81,'Dodge',1),
557(3,4,203,'Unarmed',1),
558(3,4,204,'Defense',1),
559(3,4,522,'SPELLDEFENSE(DND)',1),
560(3,4,668,'Language Common',1),
561(3,4,672,'Language Dwarven',1),
562(3,4,1180,'Daggers',1),
563(3,4,1752,'Sinister Strike',1),
564(3,4,2098,'Eviscerate',1),
565(3,4,2382,'Generic',1),
566(3,4,2479,'Honorless Target',1),
567(3,4,2481,'Find Treasure',1),
568(3,4,2567,'Thrown',1),
569(3,4,2764,'Throw',1),
570(3,4,3050,'Detect',1),
571(3,4,3365,'Opening',1),
572(3,4,6233,'Closing',1),
573(3,4,6246,'Closing',1),
574(3,4,6247,'Opening',1),
575(3,4,6477,'Opening',1),
576(3,4,6478,'Opening',1),
577(3,4,6603,'Attack',1),
578(3,4,7266,'Duel',1),
579(3,4,7267,'Grovel',1),
580(3,4,7355,'Stuck',1),
581(3,4,8386,'Attacking',1),
582(3,4,9077,'Leather',1),
583(3,4,9078,'Cloth',1),
584(3,4,9125,'Generic',1),
585(3,4,16092,'Defensive State(DND)',1),
586(3,4,20594,'Stoneform',1),
587(3,4,20595,'Gun Specialization',1),
588(3,4,20596,'Frost Resistance',1),
589(3,4,21184,'Rogue Passive(DND)',1),
590(3,4,21651,'Opening',1),
591(3,4,21652,'Closing',1),
592(3,4,22027,'Remove Insignia',1),
593(3,4,22810,'Opening - No Text',1),
594(3,5,81,'Dodge',1),
595(3,5,198,'One-Handed Maces',1),
596(3,5,203,'Unarmed',1),
597(3,5,204,'Defense',1),
598(3,5,522,'SPELLDEFENSE(DND)',1),
599(3,5,585,'Smite',1),
600(3,5,668,'Language Common',1),
601(3,5,672,'Language Dwarven',1),
602(3,5,2050,'Lesser Heal',1),
603(3,5,2382,'Generic',1),
604(3,5,2479,'Honorless Target',1),
605(3,5,2481,'Find Treasure',1),
606(3,5,3050,'Detect',1),
607(3,5,3365,'Opening',1),
608(3,5,5009,'Wands',1),
609(3,5,5019,'Shoot',1),
610(3,5,6233,'Closing',1),
611(3,5,6246,'Closing',1),
612(3,5,6247,'Opening',1),
613(3,5,6477,'Opening',1),
614(3,5,6478,'Opening',1),
615(3,5,6603,'Attack',1),
616(3,5,7266,'Duel',1),
617(3,5,7267,'Grovel',1),
618(3,5,7355,'Stuck',1),
619(3,5,8386,'Attacking',1),
620(3,5,9078,'Cloth',1),
621(3,5,9125,'Generic',1),
622(3,5,20594,'Stoneform',1),
623(3,5,20595,'Gun Specialization',1),
624(3,5,20596,'Frost Resistance',1),
625(3,5,21651,'Opening',1),
626(3,5,21652,'Closing',1),
627(3,5,22027,'Remove Insignia',1),
628(3,5,22810,'Opening - No Text',1),
629(4,1,78,'Heroic Strike',1),
630(4,1,81,'Dodge',1),
631(4,1,107,'Block',1),
632(4,1,198,'One-Handed Maces',1),
633(4,1,201,'One-Handed Swords',1),
634(4,1,203,'Unarmed',1),
635(4,1,204,'Defense',1),
636(4,1,522,'SPELLDEFENSE(DND)',1),
637(4,1,668,'Language Common',1),
638(4,1,671,'Language Darnassian',1),
639(4,1,1180,'Daggers',1),
640(4,1,2382,'Generic',1),
641(4,1,2457,'Battle Stance',1),
642(4,1,2479,'Honorless Target',1),
643(4,1,3050,'Detect',1),
644(4,1,3365,'Opening',1),
645(4,1,5301,'Defensive State(DND)',1),
646(4,1,6233,'Closing',1),
647(4,1,6246,'Closing',1),
648(4,1,6247,'Opening',1),
649(4,1,6477,'Opening',1),
650(4,1,6478,'Opening',1),
651(4,1,6603,'Attack',1),
652(4,1,7266,'Duel',1),
653(4,1,7267,'Grovel',1),
654(4,1,7355,'Stuck',1),
655(4,1,7376,'Defensive Stance Passive',0),
656(4,1,7381,'Berserker Stance Passive',0),
657(4,1,8386,'Attacking',1),
658(4,1,8737,'Mail',1),
659(4,1,9077,'Leather',1),
660(4,1,9078,'Cloth',1),
661(4,1,9116,'Shield',1),
662(4,1,9125,'Generic',1),
663(4,1,20580,'Shadowmeld',1),
664(4,1,20582,'Quickness',1),
665(4,1,20583,'Nature Resistance',1),
666(4,1,20585,'Wisp Spirit',1),
667(4,1,21009,'Shadowmeld Passive',1),
668(4,1,21156,'Battle Stance Passive',0),
669(4,1,21651,'Opening',1),
670(4,1,21652,'Closing',1),
671(4,1,22027,'Remove Insignia',1),
672(4,1,22810,'Opening - No Text',1),
673(4,1,32215,'Victorious State',1),
674(4,3,75,'Auto Shot',1),
675(4,3,81,'Dodge',1),
676(4,3,203,'Unarmed',1),
677(4,3,204,'Defense',1),
678(4,3,264,'Bows',1),
679(4,3,522,'SPELLDEFENSE(DND)',1),
680(4,3,668,'Language Common',1),
681(4,3,671,'Language Darnassian',1),
682(4,3,1180,'Daggers',1),
683(4,3,2382,'Generic',1),
684(4,3,2479,'Honorless Target',1),
685(4,3,2973,'Raptor Strike',1),
686(4,3,3050,'Detect',1),
687(4,3,3365,'Opening',1),
688(4,3,6233,'Closing',1),
689(4,3,6246,'Closing',1),
690(4,3,6247,'Opening',1),
691(4,3,6477,'Opening',1),
692(4,3,6478,'Opening',1),
693(4,3,6603,'Attack',1),
694(4,3,7266,'Duel',1),
695(4,3,7267,'Grovel',1),
696(4,3,7355,'Stuck',1),
697(4,3,8386,'Attacking',1),
698(4,3,9077,'Leather',1),
699(4,3,9078,'Cloth',1),
700(4,3,9125,'Generic',1),
701(4,3,13358,'Defensive State(DND)',1),
702(4,3,20580,'Shadowmeld',1),
703(4,3,20582,'Quickness',1),
704(4,3,20583,'Nature Resistance',1),
705(4,3,20585,'Wisp Spirit',1),
706(4,3,21009,'Shadowmeld Passive',1),
707(4,3,21651,'Opening',1),
708(4,3,21652,'Closing',1),
709(4,3,22027,'Remove Insignia',1),
710(4,3,22810,'Opening - No Text',1),
711(4,3,24949,'Defensive State 2(DND)',1),
712(4,3,34082,'Advantaged State(DND)',1),
713(4,4,81,'Dodge',1),
714(4,4,203,'Unarmed',1),
715(4,4,204,'Defense',1),
716(4,4,522,'SPELLDEFENSE(DND)',1),
717(4,4,668,'Language Common',1),
718(4,4,671,'Language Darnassian',1),
719(4,4,1180,'Daggers',1),
720(4,4,1752,'Sinister Strike',1),
721(4,4,2098,'Eviscerate',1),
722(4,4,2382,'Generic',1),
723(4,4,2479,'Honorless Target',1),
724(4,4,2567,'Thrown',1),
725(4,4,2764,'Throw',1),
726(4,4,3050,'Detect',1),
727(4,4,3365,'Opening',1),
728(4,4,6233,'Closing',1),
729(4,4,6246,'Closing',1),
730(4,4,6247,'Opening',1),
731(4,4,6477,'Opening',1),
732(4,4,6478,'Opening',1),
733(4,4,6603,'Attack',1),
734(4,4,7266,'Duel',1),
735(4,4,7267,'Grovel',1),
736(4,4,7355,'Stuck',1),
737(4,4,8386,'Attacking',1),
738(4,4,9077,'Leather',1),
739(4,4,9078,'Cloth',1),
740(4,4,9125,'Generic',1),
741(4,4,16092,'Defensive State(DND)',1),
742(4,4,20580,'Shadowmeld',1),
743(4,4,20582,'Quickness',1),
744(4,4,20583,'Nature Resistance',1),
745(4,4,20585,'Wisp Spirit',1),
746(4,4,21009,'Shadowmeld Passive',1),
747(4,4,21184,'Rogue Passive(DND)',1),
748(4,4,21651,'Opening',1),
749(4,4,21652,'Closing',1),
750(4,4,22027,'Remove Insignia',1),
751(4,4,22810,'Opening - No Text',1),
752(4,5,81,'Dodge',1),
753(4,5,198,'One-Handed Maces',1),
754(4,5,203,'Unarmed',1),
755(4,5,204,'Defense',1),
756(4,5,522,'SPELLDEFENSE(DND)',1),
757(4,5,585,'Smite',1),
758(4,5,668,'Language Common',1),
759(4,5,671,'Language Darnassian',1),
760(4,5,2050,'Lesser Heal',1),
761(4,5,2382,'Generic',1),
762(4,5,2479,'Honorless Target',1),
763(4,5,3050,'Detect',1),
764(4,5,3365,'Opening',1),
765(4,5,5009,'Wands',1),
766(4,5,5019,'Shoot',1),
767(4,5,6233,'Closing',1),
768(4,5,6246,'Closing',1),
769(4,5,6247,'Opening',1),
770(4,5,6477,'Opening',1),
771(4,5,6478,'Opening',1),
772(4,5,6603,'Attack',1),
773(4,5,7266,'Duel',1),
774(4,5,7267,'Grovel',1),
775(4,5,7355,'Stuck',1),
776(4,5,8386,'Attacking',1),
777(4,5,9078,'Cloth',1),
778(4,5,9125,'Generic',1),
779(4,5,20580,'Shadowmeld',1),
780(4,5,20582,'Quickness',1),
781(4,5,20583,'Nature Resistance',1),
782(4,5,20585,'Wisp Spirit',1),
783(4,5,21009,'Shadowmeld Passive',1),
784(4,5,21651,'Opening',1),
785(4,5,21652,'Closing',1),
786(4,5,22027,'Remove Insignia',1),
787(4,5,22810,'Opening - No Text',1),
788(4,11,81,'Dodge',1),
789(4,11,203,'Unarmed',1),
790(4,11,204,'Defense',1),
791(4,11,227,'Staves',1),
792(4,11,522,'SPELLDEFENSE(DND)',1),
793(4,11,668,'Language Common',1),
794(4,11,671,'Language Darnassian',1),
795(4,11,1178,'Bear Form(Passive)',0),
796(4,11,1180,'Daggers',1),
797(4,11,2382,'Generic',1),
798(4,11,2479,'Honorless Target',1),
799(4,11,3025,'Cat Form(Passive)',0),
800(4,11,3050,'Detect',1),
801(4,11,3365,'Opening',1),
802(4,11,5176,'Wrath',1),
803(4,11,5185,'Healing Touch',1),
804(4,11,5419,'Travel Form(Passive)',0),
805(4,11,5420,'Tree of Life',0),
806(4,11,5421,'Aquatic Form(Passive)',0),
807(4,11,6233,'Closing',1),
808(4,11,6246,'Closing',1),
809(4,11,6247,'Opening',1),
810(4,11,6477,'Opening',1),
811(4,11,6478,'Opening',1),
812(4,11,6603,'Attack',1),
813(4,11,7266,'Duel',1),
814(4,11,7267,'Grovel',1),
815(4,11,7355,'Stuck',1),
816(4,11,8386,'Attacking',1),
817(4,11,9077,'Leather',1),
818(4,11,9078,'Cloth',1),
819(4,11,9125,'Generic',1),
820(4,11,9635,'Dire Bear Form(Passive)',0),
821(4,11,20580,'Shadowmeld',1),
822(4,11,20582,'Quickness',1),
823(4,11,20583,'Nature Resistance',1),
824(4,11,20585,'Wisp Spirit',1),
825(4,11,21009,'Shadowmeld Passive',1),
826(4,11,21178,'Bear Form(Passive2)',0),
827(4,11,21651,'Opening',1),
828(4,11,21652,'Closing',1),
829(4,11,22027,'Remove Insignia',1),
830(4,11,22810,'Opening - No Text',1),
831(4,11,24905,'Moonkin Form(Passive)',0),
832(4,11,27764,'Fetish',1),
833(4,11,33948,'Flight Form(Passive)',0),
834(4,11,34123,'Tree of Life(Passive)',0),
835(4,11,40121,'Swift Flight Form(Passive)',0),
836(5,1,78,'Heroic Strike',1),
837(5,1,81,'Dodge',1),
838(5,1,107,'Block',1),
839(5,1,201,'One-Handed Swords',1),
840(5,1,202,'Two-Handed Swords',1),
841(5,1,203,'Unarmed',1),
842(5,1,204,'Defense',1),
843(5,1,522,'SPELLDEFENSE(DND)',1),
844(5,1,669,'Language Orcish',1),
845(5,1,1180,'Daggers',1),
846(5,1,2382,'Generic',1),
847(5,1,2457,'Battle Stance',1),
848(5,1,2479,'Honorless Target',1),
849(5,1,3050,'Detect',1),
850(5,1,3365,'Opening',1),
851(5,1,5227,'Underwater Breathing',1),
852(5,1,5301,'Defensive State(DND)',1),
853(5,1,6233,'Closing',1),
854(5,1,6246,'Closing',1),
855(5,1,6247,'Opening',1),
856(5,1,6477,'Opening',1),
857(5,1,6478,'Opening',1),
858(5,1,6603,'Attack',1),
859(5,1,7266,'Duel',1),
860(5,1,7267,'Grovel',1),
861(5,1,7355,'Stuck',1),
862(5,1,7376,'Defensive Stance Passive',0),
863(5,1,7381,'Berserker Stance Passive',0),
864(5,1,7744,'Will of the Forsaken',1),
865(5,1,8386,'Attacking',1),
866(5,1,8737,'Mail',1),
867(5,1,9077,'Leather',1),
868(5,1,9078,'Cloth',1),
869(5,1,9116,'Shield',1),
870(5,1,9125,'Generic',1),
871(5,1,17737,'Language Gutterspeak',1),
872(5,1,20577,'Cannibalize',1),
873(5,1,20579,'Shadow Resistance',1),
874(5,1,21156,'Battle Stance Passive',0),
875(5,1,21651,'Opening',1),
876(5,1,21652,'Closing',1),
877(5,1,22027,'Remove Insignia',1),
878(5,1,22810,'Opening - No Text',1),
879(5,1,32215,'Victorious State',1),
880(5,4,81,'Dodge',1),
881(5,4,203,'Unarmed',1),
882(5,4,204,'Defense',1),
883(5,4,522,'SPELLDEFENSE(DND)',1),
884(5,4,669,'Language Orcish',1),
885(5,4,1180,'Daggers',1),
886(5,4,1752,'Sinister Strike',1),
887(5,4,2098,'Eviscerate',1),
888(5,4,2382,'Generic',1),
889(5,4,2479,'Honorless Target',1),
890(5,4,2567,'Thrown',1),
891(5,4,2764,'Throw',1),
892(5,4,3050,'Detect',1),
893(5,4,3365,'Opening',1),
894(5,4,5227,'Underwater Breathing',1),
895(5,4,6233,'Closing',1),
896(5,4,6246,'Closing',1),
897(5,4,6247,'Opening',1),
898(5,4,6477,'Opening',1),
899(5,4,6478,'Opening',1),
900(5,4,6603,'Attack',1),
901(5,4,7266,'Duel',1),
902(5,4,7267,'Grovel',1),
903(5,4,7355,'Stuck',1),
904(5,4,7744,'Will of the Forsaken',1),
905(5,4,8386,'Attacking',1),
906(5,4,9077,'Leather',1),
907(5,4,9078,'Cloth',1),
908(5,4,9125,'Generic',1),
909(5,4,16092,'Defensive State(DND)',1),
910(5,4,17737,'Language Gutterspeak',1),
911(5,4,20577,'Cannibalize',1),
912(5,4,20579,'Shadow Resistance',1),
913(5,4,21184,'Rogue Passive(DND)',1),
914(5,4,21651,'Opening',1),
915(5,4,21652,'Closing',1),
916(5,4,22027,'Remove Insignia',1),
917(5,4,22810,'Opening - No Text',1),
918(5,5,81,'Dodge',1),
919(5,5,198,'One-Handed Maces',1),
920(5,5,203,'Unarmed',1),
921(5,5,204,'Defense',1),
922(5,5,522,'SPELLDEFENSE(DND)',1),
923(5,5,585,'Smite',1),
924(5,5,669,'Language Orcish',1),
925(5,5,2050,'Lesser Heal',1),
926(5,5,2382,'Generic',1),
927(5,5,2479,'Honorless Target',1),
928(5,5,3050,'Detect',1),
929(5,5,3365,'Opening',1),
930(5,5,5009,'Wands',1),
931(5,5,5019,'Shoot',1),
932(5,5,5227,'Underwater Breathing',1),
933(5,5,6233,'Closing',1),
934(5,5,6246,'Closing',1),
935(5,5,6247,'Opening',1),
936(5,5,6477,'Opening',1),
937(5,5,6478,'Opening',1),
938(5,5,6603,'Attack',1),
939(5,5,7266,'Duel',1),
940(5,5,7267,'Grovel',1),
941(5,5,7355,'Stuck',1),
942(5,5,7744,'Will of the Forsaken',1),
943(5,5,8386,'Attacking',1),
944(5,5,9078,'Cloth',1),
945(5,5,9125,'Generic',1),
946(5,5,17737,'Language Gutterspeak',1),
947(5,5,20577,'Cannibalize',1),
948(5,5,20579,'Shadow Resistance',1),
949(5,5,21651,'Opening',1),
950(5,5,21652,'Closing',1),
951(5,5,22027,'Remove Insignia',1),
952(5,5,22810,'Opening - No Text',1),
953(5,8,81,'Dodge',1),
954(5,8,133,'Fireball',1),
955(5,8,168,'Frost Armor',1),
956(5,8,203,'Unarmed',1),
957(5,8,204,'Defense',1),
958(5,8,227,'Staves',1),
959(5,8,522,'SPELLDEFENSE(DND)',1),
960(5,8,669,'Language Orcish',1),
961(5,8,2382,'Generic',1),
962(5,8,2479,'Honorless Target',1),
963(5,8,3050,'Detect',1),
964(5,8,3365,'Opening',1),
965(5,8,5009,'Wands',1),
966(5,8,5019,'Shoot',1),
967(5,8,5227,'Underwater Breathing',1),
968(5,8,6233,'Closing',1),
969(5,8,6246,'Closing',1),
970(5,8,6247,'Opening',1),
971(5,8,6477,'Opening',1),
972(5,8,6478,'Opening',1),
973(5,8,6603,'Attack',1),
974(5,8,7266,'Duel',1),
975(5,8,7267,'Grovel',1),
976(5,8,7355,'Stuck',1),
977(5,8,7744,'Will of the Forsaken',1),
978(5,8,8386,'Attacking',1),
979(5,8,9078,'Cloth',1),
980(5,8,9125,'Generic',1),
981(5,8,17737,'Language Gutterspeak',1),
982(5,8,20577,'Cannibalize',1),
983(5,8,20579,'Shadow Resistance',1),
984(5,8,21651,'Opening',1),
985(5,8,21652,'Closing',1),
986(5,8,22027,'Remove Insignia',1),
987(5,8,22810,'Opening - No Text',1),
988(5,9,81,'Dodge',1),
989(5,9,203,'Unarmed',1),
990(5,9,204,'Defense',1),
991(5,9,522,'SPELLDEFENSE(DND)',1),
992(5,9,669,'Language Orcish',1),
993(5,9,686,'Shadow Bolt',1),
994(5,9,687,'Demon Skin',1),
995(5,9,1180,'Daggers',1),
996(5,9,2382,'Generic',1),
997(5,9,2479,'Honorless Target',1),
998(5,9,3050,'Detect',1),
999(5,9,3365,'Opening',1),
1000(5,9,5009,'Wands',1),
1001(5,9,5019,'Shoot',1),
1002(5,9,5227,'Underwater Breathing',1),
1003(5,9,6233,'Closing',1),
1004(5,9,6246,'Closing',1),
1005(5,9,6247,'Opening',1),
1006(5,9,6477,'Opening',1),
1007(5,9,6478,'Opening',1),
1008(5,9,6603,'Attack',1),
1009(5,9,7266,'Duel',1),
1010(5,9,7267,'Grovel',1),
1011(5,9,7355,'Stuck',1),
1012(5,9,7744,'Will of the Forsaken',1),
1013(5,9,8386,'Attacking',1),
1014(5,9,9078,'Cloth',1),
1015(5,9,9125,'Generic',1),
1016(5,9,17737,'Language Gutterspeak',1),
1017(5,9,20577,'Cannibalize',1),
1018(5,9,20579,'Shadow Resistance',1),
1019(5,9,21651,'Opening',1),
1020(5,9,21652,'Closing',1),
1021(5,9,22027,'Remove Insignia',1),
1022(5,9,22810,'Opening - No Text',1),
1023(6,1,78,'Heroic Strike',1),
1024(6,1,81,'Dodge',1),
1025(6,1,107,'Block',1),
1026(6,1,196,'One-Handed Axes',1),
1027(6,1,198,'One-Handed Maces',1),
1028(6,1,199,'Two-Handed Maces',1),
1029(6,1,203,'Unarmed',1),
1030(6,1,204,'Defense',1),
1031(6,1,522,'SPELLDEFENSE(DND)',1),
1032(6,1,669,'Language Orcish',1),
1033(6,1,670,'Language Taurahe',1),
1034(6,1,2382,'Generic',1),
1035(6,1,2457,'Battle Stance',1),
1036(6,1,2479,'Honorless Target',1),
1037(6,1,3050,'Detect',1),
1038(6,1,3365,'Opening',1),
1039(6,1,5301,'Defensive State(DND)',1),
1040(6,1,6233,'Closing',1),
1041(6,1,6246,'Closing',1),
1042(6,1,6247,'Opening',1),
1043(6,1,6477,'Opening',1),
1044(6,1,6478,'Opening',1),
1045(6,1,6603,'Attack',1),
1046(6,1,7266,'Duel',1),
1047(6,1,7267,'Grovel',1),
1048(6,1,7355,'Stuck',1),
1049(6,1,7376,'Defensive Stance Passive',0),
1050(6,1,7381,'Berserker Stance Passive',0),
1051(6,1,8386,'Attacking',1),
1052(6,1,8737,'Mail',1),
1053(6,1,9077,'Leather',1),
1054(6,1,9078,'Cloth',1),
1055(6,1,9116,'Shield',1),
1056(6,1,9125,'Generic',1),
1057(6,1,20549,'War Stomp',1),
1058(6,1,20550,'Endurance',1),
1059(6,1,20551,'Nature Resistance',1),
1060(6,1,20552,'Cultivation',1),
1061(6,1,21156,'Battle Stance Passive',0),
1062(6,1,21651,'Opening',1),
1063(6,1,21652,'Closing',1),
1064(6,1,22027,'Remove Insignia',1),
1065(6,1,22810,'Opening - No Text',1),
1066(6,1,32215,'Victorious State',1),
1067(6,3,75,'Auto Shot',1),
1068(6,3,81,'Dodge',1),
1069(6,3,196,'One-Handed Axes',1),
1070(6,3,203,'Unarmed',1),
1071(6,3,204,'Defense',1),
1072(6,3,266,'Guns',1),
1073(6,3,522,'SPELLDEFENSE(DND)',1),
1074(6,3,669,'Language Orcish',1),
1075(6,3,670,'Language Taurahe',1),
1076(6,3,2382,'Generic',1),
1077(6,3,2479,'Honorless Target',1),
1078(6,3,2973,'Raptor Strike',1),
1079(6,3,3050,'Detect',1),
1080(6,3,3365,'Opening',1),
1081(6,3,6233,'Closing',1),
1082(6,3,6246,'Closing',1),
1083(6,3,6247,'Opening',1),
1084(6,3,6477,'Opening',1),
1085(6,3,6478,'Opening',1),
1086(6,3,6603,'Attack',1),
1087(6,3,7266,'Duel',1),
1088(6,3,7267,'Grovel',1),
1089(6,3,7355,'Stuck',1),
1090(6,3,8386,'Attacking',1),
1091(6,3,9077,'Leather',1),
1092(6,3,9078,'Cloth',1),
1093(6,3,9125,'Generic',1),
1094(6,3,13358,'Defensive State(DND)',1),
1095(6,3,20549,'War Stomp',1),
1096(6,3,20550,'Endurance',1),
1097(6,3,20551,'Nature Resistance',1),
1098(6,3,20552,'Cultivation',1),
1099(6,3,21651,'Opening',1),
1100(6,3,21652,'Closing',1),
1101(6,3,22027,'Remove Insignia',1),
1102(6,3,22810,'Opening - No Text',1),
1103(6,3,24949,'Defensive State 2(DND)',1),
1104(6,3,34082,'Advantaged State(DND)',1),
1105(6,7,81,'Dodge',1),
1106(6,7,107,'Block',1),
1107(6,7,198,'One-Handed Maces',1),
1108(6,7,203,'Unarmed',1),
1109(6,7,204,'Defense',1),
1110(6,7,227,'Staves',1),
1111(6,7,331,'Healing Wave',1),
1112(6,7,403,'Lightning Bolt',1),
1113(6,7,522,'SPELLDEFENSE(DND)',1),
1114(6,7,669,'Language Orcish',1),
1115(6,7,670,'Language Taurahe',1),
1116(6,7,2382,'Generic',1),
1117(6,7,2479,'Honorless Target',1),
1118(6,7,3050,'Detect',1),
1119(6,7,3365,'Opening',1),
1120(6,7,6233,'Closing',1),
1121(6,7,6246,'Closing',1),
1122(6,7,6247,'Opening',1),
1123(6,7,6477,'Opening',1),
1124(6,7,6478,'Opening',1),
1125(6,7,6603,'Attack',1),
1126(6,7,7266,'Duel',1),
1127(6,7,7267,'Grovel',1),
1128(6,7,7355,'Stuck',1),
1129(6,7,8386,'Attacking',1),
1130(6,7,9077,'Leather',1),
1131(6,7,9078,'Cloth',1),
1132(6,7,9116,'Shield',1),
1133(6,7,9125,'Generic',1),
1134(6,7,20549,'War Stomp',1),
1135(6,7,20550,'Endurance',1),
1136(6,7,20551,'Nature Resistance',1),
1137(6,7,20552,'Cultivation',1),
1138(6,7,21651,'Opening',1),
1139(6,7,21652,'Closing',1),
1140(6,7,22027,'Remove Insignia',1),
1141(6,7,22810,'Opening - No Text',1),
1142(6,7,27763,'Totem',1),
1143(6,11,81,'Dodge',1),
1144(6,11,198,'One-Handed Maces',1),
1145(6,11,203,'Unarmed',1),
1146(6,11,204,'Defense',1),
1147(6,11,227,'Staves',1),
1148(6,11,522,'SPELLDEFENSE(DND)',1),
1149(6,11,669,'Language Orcish',1),
1150(6,11,670,'Language Taurahe',1),
1151(6,11,1178,'Bear Form(Passive)',0),
1152(6,11,2382,'Generic',1),
1153(6,11,2479,'Honorless Target',1),
1154(6,11,3025,'Cat Form(Passive)',0),
1155(6,11,3050,'Detect',1),
1156(6,11,3365,'Opening',1),
1157(6,11,5176,'Wrath',1),
1158(6,11,5185,'Healing Touch',1),
1159(6,11,5419,'Travel Form(Passive)',0),
1160(6,11,5420,'Tree of Life',0),
1161(6,11,5421,'Aquatic Form(Passive)',0),
1162(6,11,6233,'Closing',1),
1163(6,11,6246,'Closing',1),
1164(6,11,6247,'Opening',1),
1165(6,11,6477,'Opening',1),
1166(6,11,6478,'Opening',1),
1167(6,11,6603,'Attack',1),
1168(6,11,7266,'Duel',1),
1169(6,11,7267,'Grovel',1),
1170(6,11,7355,'Stuck',1),
1171(6,11,8386,'Attacking',1),
1172(6,11,9077,'Leather',1),
1173(6,11,9078,'Cloth',1),
1174(6,11,9125,'Generic',1),
1175(6,11,9635,'Dire Bear Form(Passive)',0),
1176(6,11,20549,'War Stomp',1),
1177(6,11,20550,'Endurance',1),
1178(6,11,20551,'Nature Resistance',1),
1179(6,11,20552,'Cultivation',1),
1180(6,11,21178,'Bear Form(Passive2)',0),
1181(6,11,21651,'Opening',1),
1182(6,11,21652,'Closing',1),
1183(6,11,22027,'Remove Insignia',1),
1184(6,11,22810,'Opening - No Text',1),
1185(6,11,24905,'Moonkin Form(Passive)',0),
1186(6,11,27764,'Fetish',1),
1187(6,11,33948,'Flight Form(Passive)',0),
1188(6,11,34123,'Tree of Life(Passive)',0),
1189(6,11,40121,'Swift Flight Form(Passive)',0),
1190(7,1,78,'Heroic Strike',1),
1191(7,1,81,'Dodge',1),
1192(7,1,107,'Block',1),
1193(7,1,198,'One-Handed Maces',1),
1194(7,1,201,'One-Handed Swords',1),
1195(7,1,203,'Unarmed',1),
1196(7,1,204,'Defense',1),
1197(7,1,522,'SPELLDEFENSE(DND)',1),
1198(7,1,668,'Language Common',1),
1199(7,1,1180,'Daggers',1),
1200(7,1,2382,'Generic',1),
1201(7,1,2457,'Battle Stance',1),
1202(7,1,2479,'Honorless Target',1),
1203(7,1,3050,'Detect',1),
1204(7,1,3365,'Opening',1),
1205(7,1,5301,'Defensive State(DND)',1),
1206(7,1,6233,'Closing',1),
1207(7,1,6246,'Closing',1),
1208(7,1,6247,'Opening',1),
1209(7,1,6477,'Opening',1),
1210(7,1,6478,'Opening',1),
1211(7,1,6603,'Attack',1),
1212(7,1,7266,'Duel',1),
1213(7,1,7267,'Grovel',1),
1214(7,1,7340,'Language Gnomish',1),
1215(7,1,7355,'Stuck',1),
1216(7,1,7376,'Defensive Stance Passive',0),
1217(7,1,7381,'Berserker Stance Passive',0),
1218(7,1,8386,'Attacking',1),
1219(7,1,8737,'Mail',1),
1220(7,1,9077,'Leather',1),
1221(7,1,9078,'Cloth',1),
1222(7,1,9116,'Shield',1),
1223(7,1,9125,'Generic',1),
1224(7,1,20589,'Escape Artist',1),
1225(7,1,20591,'Expansive Mind',1),
1226(7,1,20592,'Arcane Resistance',1),
1227(7,1,20593,'Engineering Specialization',1),
1228(7,1,21156,'Battle Stance Passive',0),
1229(7,1,21651,'Opening',1),
1230(7,1,21652,'Closing',1),
1231(7,1,22027,'Remove Insignia',1),
1232(7,1,22810,'Opening - No Text',1),
1233(7,1,32215,'Victorious State',1),
1234(7,4,81,'Dodge',1),
1235(7,4,203,'Unarmed',1),
1236(7,4,204,'Defense',1),
1237(7,4,522,'SPELLDEFENSE(DND)',1),
1238(7,4,668,'Language Common',1),
1239(7,4,1180,'Daggers',1),
1240(7,4,1752,'Sinister Strike',1),
1241(7,4,2098,'Eviscerate',1),
1242(7,4,2382,'Generic',1),
1243(7,4,2479,'Honorless Target',1),
1244(7,4,2567,'Thrown',1),
1245(7,4,2764,'Throw',1),
1246(7,4,3050,'Detect',1),
1247(7,4,3365,'Opening',1),
1248(7,4,6233,'Closing',1),
1249(7,4,6246,'Closing',1),
1250(7,4,6247,'Opening',1),
1251(7,4,6477,'Opening',1),
1252(7,4,6478,'Opening',1),
1253(7,4,6603,'Attack',1),
1254(7,4,7266,'Duel',1),
1255(7,4,7267,'Grovel',1),
1256(7,4,7340,'Language Gnomish',1),
1257(7,4,7355,'Stuck',1),
1258(7,4,8386,'Attacking',1),
1259(7,4,9077,'Leather',1),
1260(7,4,9078,'Cloth',1),
1261(7,4,9125,'Generic',1),
1262(7,4,16092,'Defensive State(DND)',1),
1263(7,4,20589,'Escape Artist',1),
1264(7,4,20591,'Expansive Mind',1),
1265(7,4,20592,'Arcane Resistance',1),
1266(7,4,20593,'Engineering Specialization',1),
1267(7,4,21184,'Rogue Passive(DND)',1),
1268(7,4,21651,'Opening',1),
1269(7,4,21652,'Closing',1),
1270(7,4,22027,'Remove Insignia',1),
1271(7,4,22810,'Opening - No Text',1),
1272(7,8,81,'Dodge',1),
1273(7,8,133,'Fireball',1),
1274(7,8,168,'Frost Armor',1),
1275(7,8,203,'Unarmed',1),
1276(7,8,204,'Defense',1),
1277(7,8,227,'Staves',1),
1278(7,8,522,'SPELLDEFENSE(DND)',1),
1279(7,8,668,'Language Common',1),
1280(7,8,2382,'Generic',1),
1281(7,8,2479,'Honorless Target',1),
1282(7,8,3050,'Detect',1),
1283(7,8,3365,'Opening',1),
1284(7,8,5009,'Wands',1),
1285(7,8,5019,'Shoot',1),
1286(7,8,6233,'Closing',1),
1287(7,8,6246,'Closing',1),
1288(7,8,6247,'Opening',1),
1289(7,8,6477,'Opening',1),
1290(7,8,6478,'Opening',1),
1291(7,8,6603,'Attack',1),
1292(7,8,7266,'Duel',1),
1293(7,8,7267,'Grovel',1),
1294(7,8,7340,'Language Gnomish',1),
1295(7,8,7355,'Stuck',1),
1296(7,8,8386,'Attacking',1),
1297(7,8,9078,'Cloth',1),
1298(7,8,9125,'Generic',1),
1299(7,8,20589,'Escape Artist',1),
1300(7,8,20591,'Expansive Mind',1),
1301(7,8,20592,'Arcane Resistance',1),
1302(7,8,20593,'Engineering Specialization',1),
1303(7,8,21651,'Opening',1),
1304(7,8,21652,'Closing',1),
1305(7,8,22027,'Remove Insignia',1),
1306(7,8,22810,'Opening - No Text',1),
1307(7,9,81,'Dodge',1),
1308(7,9,203,'Unarmed',1),
1309(7,9,204,'Defense',1),
1310(7,9,522,'SPELLDEFENSE(DND)',1),
1311(7,9,668,'Language Common',1),
1312(7,9,686,'Shadow Bolt',1),
1313(7,9,687,'Demon Skin',1),
1314(7,9,1180,'Daggers',1),
1315(7,9,2382,'Generic',1),
1316(7,9,2479,'Honorless Target',1),
1317(7,9,3050,'Detect',1),
1318(7,9,3365,'Opening',1),
1319(7,9,5009,'Wands',1),
1320(7,9,5019,'Shoot',1),
1321(7,9,6233,'Closing',1),
1322(7,9,6246,'Closing',1),
1323(7,9,6247,'Opening',1),
1324(7,9,6477,'Opening',1),
1325(7,9,6478,'Opening',1),
1326(7,9,6603,'Attack',1),
1327(7,9,7266,'Duel',1),
1328(7,9,7267,'Grovel',1),
1329(7,9,7340,'Language Gnomish',1),
1330(7,9,7355,'Stuck',1),
1331(7,9,8386,'Attacking',1),
1332(7,9,9078,'Cloth',1),
1333(7,9,9125,'Generic',1),
1334(7,9,20589,'Escape Artist',1),
1335(7,9,20591,'Expansive Mind',1),
1336(7,9,20592,'Arcane Resistance',1),
1337(7,9,20593,'Engineering Specialization',1),
1338(7,9,21651,'Opening',1),
1339(7,9,21652,'Closing',1),
1340(7,9,22027,'Remove Insignia',1),
1341(7,9,22810,'Opening - No Text',1),
1342(8,1,78,'Heroic Strike',1),
1343(8,1,81,'Dodge',1),
1344(8,1,107,'Block',1),
1345(8,1,196,'One-Handed Axes',1),
1346(8,1,203,'Unarmed',1),
1347(8,1,204,'Defense',1),
1348(8,1,522,'SPELLDEFENSE(DND)',1),
1349(8,1,669,'Language Orcish',1),
1350(8,1,1180,'Daggers',1),
1351(8,1,2382,'Generic',1),
1352(8,1,2457,'Battle Stance',1),
1353(8,1,2479,'Honorless Target',1),
1354(8,1,2567,'Thrown',1),
1355(8,1,2764,'Throw',1),
1356(8,1,3050,'Detect',1),
1357(8,1,3365,'Opening',1),
1358(8,1,5301,'Defensive State(DND)',1),
1359(8,1,6233,'Closing',1),
1360(8,1,6246,'Closing',1),
1361(8,1,6247,'Opening',1),
1362(8,1,6477,'Opening',1),
1363(8,1,6478,'Opening',1),
1364(8,1,6603,'Attack',1),
1365(8,1,7266,'Duel',1),
1366(8,1,7267,'Grovel',1),
1367(8,1,7341,'Language Troll',1),
1368(8,1,7355,'Stuck',1),
1369(8,1,7376,'Defensive Stance Passive',0),
1370(8,1,7381,'Berserker Stance Passive',0),
1371(8,1,8386,'Attacking',1),
1372(8,1,8737,'Mail',1),
1373(8,1,9077,'Leather',1),
1374(8,1,9078,'Cloth',1),
1375(8,1,9116,'Shield',1),
1376(8,1,9125,'Generic',1),
1377(8,1,20555,'Regeneration',1),
1378(8,1,20557,'Beast Slaying',1),
1379(8,1,20558,'Throwing Specialization',1),
1380(8,1,21156,'Battle Stance Passive',0),
1381(8,1,21651,'Opening',1),
1382(8,1,21652,'Closing',1),
1383(8,1,22027,'Remove Insignia',1),
1384(8,1,22810,'Opening - No Text',1),
1385(8,1,26290,'Bow Specialization',1),
1386(8,1,26296,'Berserking',1),
1387(8,1,32215,'Victorious State',1),
1388(8,3,75,'Auto Shot',1),
1389(8,3,81,'Dodge',1),
1390(8,3,196,'One-Handed Axes',1),
1391(8,3,203,'Unarmed',1),
1392(8,3,204,'Defense',1),
1393(8,3,264,'Bows',1),
1394(8,3,522,'SPELLDEFENSE(DND)',1),
1395(8,3,669,'Language Orcish',1),
1396(8,3,2382,'Generic',1),
1397(8,3,2479,'Honorless Target',1),
1398(8,3,2973,'Raptor Strike',1),
1399(8,3,3050,'Detect',1),
1400(8,3,3365,'Opening',1),
1401(8,3,6233,'Closing',1),
1402(8,3,6246,'Closing',1),
1403(8,3,6247,'Opening',1),
1404(8,3,6477,'Opening',1),
1405(8,3,6478,'Opening',1),
1406(8,3,6603,'Attack',1),
1407(8,3,7266,'Duel',1),
1408(8,3,7267,'Grovel',1),
1409(8,3,7341,'Language Troll',1),
1410(8,3,7355,'Stuck',1),
1411(8,3,8386,'Attacking',1),
1412(8,3,9077,'Leather',1),
1413(8,3,9078,'Cloth',1),
1414(8,3,9125,'Generic',1),
1415(8,3,13358,'Defensive State(DND)',1),
1416(8,3,20554,'Berserking',1),
1417(8,3,20555,'Regeneration',1),
1418(8,3,20557,'Beast Slaying',1),
1419(8,3,20558,'Throwing Specialization',1),
1420(8,3,21651,'Opening',1),
1421(8,3,21652,'Closing',1),
1422(8,3,22027,'Remove Insignia',1),
1423(8,3,22810,'Opening - No Text',1),
1424(8,3,24949,'Defensive State 2(DND)',1),
1425(8,3,26290,'Bow Specialization',1),
1426(8,3,34082,'Advantaged State(DND)',1),
1427(8,4,81,'Dodge',1),
1428(8,4,203,'Unarmed',1),
1429(8,4,204,'Defense',1),
1430(8,4,522,'SPELLDEFENSE(DND)',1),
1431(8,4,669,'Language Orcish',1),
1432(8,4,1180,'Daggers',1),
1433(8,4,1752,'Sinister Strike',1),
1434(8,4,2098,'Eviscerate',1),
1435(8,4,2382,'Generic',1),
1436(8,4,2479,'Honorless Target',1),
1437(8,4,2567,'Thrown',1),
1438(8,4,2764,'Throw',1),
1439(8,4,3050,'Detect',1),
1440(8,4,3365,'Opening',1),
1441(8,4,6233,'Closing',1),
1442(8,4,6246,'Closing',1),
1443(8,4,6247,'Opening',1),
1444(8,4,6477,'Opening',1),
1445(8,4,6478,'Opening',1),
1446(8,4,6603,'Attack',1),
1447(8,4,7266,'Duel',1),
1448(8,4,7267,'Grovel',1),
1449(8,4,7341,'Language Troll',1),
1450(8,4,7355,'Stuck',1),
1451(8,4,8386,'Attacking',1),
1452(8,4,9077,'Leather',1),
1453(8,4,9078,'Cloth',1),
1454(8,4,9125,'Generic',1),
1455(8,4,16092,'Defensive State(DND)',1),
1456(8,4,20555,'Regeneration',1),
1457(8,4,20557,'Beast Slaying',1),
1458(8,4,20558,'Throwing Specialization',1),
1459(8,4,21184,'Rogue Passive(DND)',1),
1460(8,4,21651,'Opening',1),
1461(8,4,21652,'Closing',1),
1462(8,4,22027,'Remove Insignia',1),
1463(8,4,22810,'Opening - No Text',1),
1464(8,4,26290,'Bow Specialization',1),
1465(8,4,26297,'Berserking',1),
1466(8,5,81,'Dodge',1),
1467(8,5,198,'One-Handed Maces',1),
1468(8,5,203,'Unarmed',1),
1469(8,5,204,'Defense',1),
1470(8,5,522,'SPELLDEFENSE(DND)',1),
1471(8,5,585,'Smite',1),
1472(8,5,669,'Language Orcish',1),
1473(8,5,2050,'Lesser Heal',1),
1474(8,5,2382,'Generic',1),
1475(8,5,2479,'Honorless Target',1),
1476(8,5,3050,'Detect',1),
1477(8,5,3365,'Opening',1),
1478(8,5,5009,'Wands',1),
1479(8,5,5019,'Shoot',1),
1480(8,5,6233,'Closing',1),
1481(8,5,6246,'Closing',1),
1482(8,5,6247,'Opening',1),
1483(8,5,6477,'Opening',1),
1484(8,5,6478,'Opening',1),
1485(8,5,6603,'Attack',1),
1486(8,5,7266,'Duel',1),
1487(8,5,7267,'Grovel',1),
1488(8,5,7341,'Language Troll',1),
1489(8,5,7355,'Stuck',1),
1490(8,5,8386,'Attacking',1),
1491(8,5,9078,'Cloth',1),
1492(8,5,9125,'Generic',1),
1493(8,5,20554,'Berserking',1),
1494(8,5,20555,'Regeneration',1),
1495(8,5,20557,'Beast Slaying',1),
1496(8,5,20558,'Throwing Specialization',1),
1497(8,5,21651,'Opening',1),
1498(8,5,21652,'Closing',1),
1499(8,5,22027,'Remove Insignia',1),
1500(8,5,22810,'Opening - No Text',1),
1501(8,5,26290,'Bow Specialization',1),
1502(8,7,81,'Dodge',1),
1503(8,7,107,'Block',1),
1504(8,7,198,'One-Handed Maces',1),
1505(8,7,203,'Unarmed',1),
1506(8,7,204,'Defense',1),
1507(8,7,227,'Staves',1),
1508(8,7,331,'Healing Wave',1),
1509(8,7,403,'Lightning Bolt',1),
1510(8,7,522,'SPELLDEFENSE(DND)',1),
1511(8,7,669,'Language Orcish',1),
1512(8,7,2382,'Generic',1),
1513(8,7,2479,'Honorless Target',1),
1514(8,7,3050,'Detect',1),
1515(8,7,3365,'Opening',1),
1516(8,7,6233,'Closing',1),
1517(8,7,6246,'Closing',1),
1518(8,7,6247,'Opening',1),
1519(8,7,6477,'Opening',1),
1520(8,7,6478,'Opening',1),
1521(8,7,6603,'Attack',1),
1522(8,7,7266,'Duel',1),
1523(8,7,7267,'Grovel',1),
1524(8,7,7341,'Language Troll',1),
1525(8,7,7355,'Stuck',1),
1526(8,7,8386,'Attacking',1),
1527(8,7,9077,'Leather',1),
1528(8,7,9078,'Cloth',1),
1529(8,7,9116,'Shield',1),
1530(8,7,9125,'Generic',1),
1531(8,7,20554,'Berserking',1),
1532(8,7,20555,'Regeneration',1),
1533(8,7,20557,'Beast Slaying',1),
1534(8,7,20558,'Throwing Specialization',1),
1535(8,7,21651,'Opening',1),
1536(8,7,21652,'Closing',1),
1537(8,7,22027,'Remove Insignia',1),
1538(8,7,22810,'Opening - No Text',1),
1539(8,7,26290,'Bow Specialization',1),
1540(8,7,27763,'Totem',1),
1541(8,8,81,'Dodge',1),
1542(8,8,133,'Fireball',1),
1543(8,8,168,'Frost Armor',1),
1544(8,8,203,'Unarmed',1),
1545(8,8,204,'Defense',1),
1546(8,8,227,'Staves',1),
1547(8,8,522,'SPELLDEFENSE(DND)',1),
1548(8,8,669,'Language Orcish',1),
1549(8,8,2382,'Generic',1),
1550(8,8,2479,'Honorless Target',1),
1551(8,8,3050,'Detect',1),
1552(8,8,3365,'Opening',1),
1553(8,8,5009,'Wands',1),
1554(8,8,5019,'Shoot',1),
1555(8,8,6233,'Closing',1),
1556(8,8,6246,'Closing',1),
1557(8,8,6247,'Opening',1),
1558(8,8,6477,'Opening',1),
1559(8,8,6478,'Opening',1),
1560(8,8,6603,'Attack',1),
1561(8,8,7266,'Duel',1),
1562(8,8,7267,'Grovel',1),
1563(8,8,7341,'Language Troll',1),
1564(8,8,7355,'Stuck',1),
1565(8,8,8386,'Attacking',1),
1566(8,8,9078,'Cloth',1),
1567(8,8,9125,'Generic',1),
1568(8,8,20554,'Berserking',1),
1569(8,8,20555,'Regeneration',1),
1570(8,8,20557,'Beast Slaying',1),
1571(8,8,20558,'Throwing Specialization',1),
1572(8,8,21651,'Opening',1),
1573(8,8,21652,'Closing',1),
1574(8,8,22027,'Remove Insignia',1),
1575(8,8,22810,'Opening - No Text',1),
1576(8,8,26290,'Bow Specialization',1),
1577(10,2,81,'Dodge',1),
1578(10,2,107,'Block',1),
1579(10,2,201,'One-Handed Swords',1),
1580(10,2,202,'Two-Handed Swords',1),
1581(10,2,203,'Unarmed',1),
1582(10,2,204,'Defense',1),
1583(10,2,522,'SPELLDEFENSE(DND)',1),
1584(10,2,635,'Holy Light',1),
1585(10,2,669,'Language Orcish',1),
1586(10,2,813,'Language Thalassian',1),
1587(10,2,822,'Magic Resistance',1),
1588(10,2,2382,'Generic',1),
1589(10,2,2479,'Honorless Target',1),
1590(10,2,3050,'Detect',1),
1591(10,2,3365,'Opening',1),
1592(10,2,6233,'Closing',1),
1593(10,2,6246,'Closing',1),
1594(10,2,6247,'Opening',1),
1595(10,2,6477,'Opening',1),
1596(10,2,6478,'Opening',1),
1597(10,2,6603,'Attack',1),
1598(10,2,7266,'Duel',1),
1599(10,2,7267,'Grovel',1),
1600(10,2,7355,'Stuck',1),
1601(10,2,8386,'Attacking',1),
1602(10,2,8737,'Mail',1),
1603(10,2,9077,'Leather',1),
1604(10,2,9078,'Cloth',1),
1605(10,2,9116,'Shield',1),
1606(10,2,9125,'Generic',1),
1607(10,2,21084,'Seal of Righteousness',1),
1608(10,2,21651,'Opening',1),
1609(10,2,21652,'Closing',1),
1610(10,2,22027,'Remove Insignia',1),
1611(10,2,22810,'Opening - No Text',1),
1612(10,2,27762,'Libram',1),
1613(10,2,28730,'Arcane Torrent',1),
1614(10,2,28734,'Mana Tap',1),
1615(10,2,28877,'Arcane Affinity',1),
1616(10,3,75,'Auto Shot',1),
1617(10,3,81,'Dodge',1),
1618(10,3,203,'Unarmed',1),
1619(10,3,204,'Defense',1),
1620(10,3,264,'Bows',1),
1621(10,3,522,'SPELLDEFENSE(DND)',1),
1622(10,3,669,'Language Orcish',1),
1623(10,3,813,'Language Thalassian',1),
1624(10,3,822,'Magic Resistance',1),
1625(10,3,1180,'Daggers',1),
1626(10,3,2382,'Generic',1),
1627(10,3,2479,'Honorless Target',1),
1628(10,3,2973,'Raptor Strike',1),
1629(10,3,3050,'Detect',1),
1630(10,3,3365,'Opening',1),
1631(10,3,6233,'Closing',1),
1632(10,3,6246,'Closing',1),
1633(10,3,6247,'Opening',1),
1634(10,3,6477,'Opening',1),
1635(10,3,6478,'Opening',1),
1636(10,3,6603,'Attack',1),
1637(10,3,7266,'Duel',1),
1638(10,3,7267,'Grovel',1),
1639(10,3,7355,'Stuck',1),
1640(10,3,8386,'Attacking',1),
1641(10,3,9077,'Leather',1),
1642(10,3,9078,'Cloth',1),
1643(10,3,9125,'Generic',1),
1644(10,3,13358,'Defensive State(DND)',1),
1645(10,3,21651,'Opening',1),
1646(10,3,21652,'Closing',1),
1647(10,3,22027,'Remove Insignia',1),
1648(10,3,22810,'Opening - No Text',1),
1649(10,3,24949,'Defensive State 2(DND)',1),
1650(10,3,28730,'Arcane Torrent',1),
1651(10,3,28734,'Mana Tap',1),
1652(10,3,28877,'Arcane Affinity',1),
1653(10,3,34082,'Advantaged State(DND)',1),
1654(10,4,81,'Dodge',1),
1655(10,4,203,'Unarmed',1),
1656(10,4,204,'Defense',1),
1657(10,4,522,'SPELLDEFENSE(DND)',1),
1658(10,4,669,'Language Orcish',1),
1659(10,4,813,'Language Thalassian',1),
1660(10,4,822,'Magic Resistance',1),
1661(10,4,1180,'Daggers',1),
1662(10,4,1752,'Sinister Strike',1),
1663(10,4,2098,'Eviscerate',1),
1664(10,4,2382,'Generic',1),
1665(10,4,2479,'Honorless Target',1),
1666(10,4,2567,'Thrown',1),
1667(10,4,2764,'Throw',1),
1668(10,4,3050,'Detect',1),
1669(10,4,3365,'Opening',1),
1670(10,4,6233,'Closing',1),
1671(10,4,6246,'Closing',1),
1672(10,4,6247,'Opening',1),
1673(10,4,6477,'Opening',1),
1674(10,4,6478,'Opening',1),
1675(10,4,6603,'Attack',1),
1676(10,4,7266,'Duel',1),
1677(10,4,7267,'Grovel',1),
1678(10,4,7355,'Stuck',1),
1679(10,4,8386,'Attacking',1),
1680(10,4,9077,'Leather',1),
1681(10,4,9078,'Cloth',1),
1682(10,4,9125,'Generic',1),
1683(10,4,16092,'Defensive State(DND)',1),
1684(10,4,21184,'Rogue Passive(DND)',1),
1685(10,4,21651,'Opening',1),
1686(10,4,21652,'Closing',1),
1687(10,4,22027,'Remove Insignia',1),
1688(10,4,22810,'Opening - No Text',1),
1689(10,4,25046,'Arcane Torrent',1),
1690(10,4,28734,'Mana Tap',1),
1691(10,4,28877,'Arcane Affinity',1),
1692(10,5,81,'Dodge',1),
1693(10,5,198,'One-Handed Maces',1),
1694(10,5,203,'Unarmed',1),
1695(10,5,204,'Defense',1),
1696(10,5,522,'SPELLDEFENSE(DND)',1),
1697(10,5,585,'Smite',1),
1698(10,5,669,'Language Orcish',1),
1699(10,5,813,'Language Thalassian',1),
1700(10,5,822,'Magic Resistance',1),
1701(10,5,2050,'Lesser Heal',1),
1702(10,5,2382,'Generic',1),
1703(10,5,2479,'Honorless Target',1),
1704(10,5,3050,'Detect',1),
1705(10,5,3365,'Opening',1),
1706(10,5,5009,'Wands',1),
1707(10,5,5019,'Shoot',1),
1708(10,5,6233,'Closing',1),
1709(10,5,6246,'Closing',1),
1710(10,5,6247,'Opening',1),
1711(10,5,6477,'Opening',1),
1712(10,5,6478,'Opening',1),
1713(10,5,6603,'Attack',1),
1714(10,5,7266,'Duel',1),
1715(10,5,7267,'Grovel',1),
1716(10,5,7355,'Stuck',1),
1717(10,5,8386,'Attacking',1),
1718(10,5,9078,'Cloth',1),
1719(10,5,9125,'Generic',1),
1720(10,5,21651,'Opening',1),
1721(10,5,21652,'Closing',1),
1722(10,5,22027,'Remove Insignia',1),
1723(10,5,22810,'Opening - No Text',1),
1724(10,5,28730,'Arcane Torrent',1),
1725(10,5,28734,'Mana Tap',1),
1726(10,5,28877,'Arcane Affinity',1),
1727(10,8,81,'Dodge',1),
1728(10,8,133,'Fireball',1),
1729(10,8,168,'Frost Armor',1),
1730(10,8,203,'Unarmed',1),
1731(10,8,204,'Defense',1),
1732(10,8,227,'Staves',1),
1733(10,8,522,'SPELLDEFENSE(DND)',1),
1734(10,8,669,'Language Orcish',1),
1735(10,8,813,'Language Thalassian',1),
1736(10,8,822,'Magic Resistance',1),
1737(10,8,2382,'Generic',1),
1738(10,8,2479,'Honorless Target',1),
1739(10,8,3050,'Detect',1),
1740(10,8,3365,'Opening',1),
1741(10,8,5009,'Wands',1),
1742(10,8,5019,'Shoot',1),
1743(10,8,6233,'Closing',1),
1744(10,8,6246,'Closing',1),
1745(10,8,6247,'Opening',1),
1746(10,8,6477,'Opening',1),
1747(10,8,6478,'Opening',1),
1748(10,8,6603,'Attack',1),
1749(10,8,7266,'Duel',1),
1750(10,8,7267,'Grovel',1),
1751(10,8,7355,'Stuck',1),
1752(10,8,8386,'Attacking',1),
1753(10,8,9078,'Cloth',1),
1754(10,8,9125,'Generic',1),
1755(10,8,21651,'Opening',1),
1756(10,8,21652,'Closing',1),
1757(10,8,22027,'Remove Insignia',1),
1758(10,8,22810,'Opening - No Text',1),
1759(10,8,28730,'Arcane Torrent',1),
1760(10,8,28734,'Mana Tap',1),
1761(10,8,28877,'Arcane Affinity',1),
1762(10,9,81,'Dodge',1),
1763(10,9,203,'Unarmed',1),
1764(10,9,204,'Defense',1),
1765(10,9,522,'SPELLDEFENSE(DND)',1),
1766(10,9,669,'Language Orcish',1),
1767(10,9,686,'Shadow Bolt',1),
1768(10,9,687,'Demon Skin',1),
1769(10,9,813,'Language Thalassian',1),
1770(10,9,822,'Magic Resistance',1),
1771(10,9,1180,'Daggers',1),
1772(10,9,2382,'Generic',1),
1773(10,9,2479,'Honorless Target',1),
1774(10,9,3050,'Detect',1),
1775(10,9,3365,'Opening',1),
1776(10,9,5009,'Wands',1),
1777(10,9,5019,'Shoot',1),
1778(10,9,6233,'Closing',1),
1779(10,9,6246,'Closing',1),
1780(10,9,6247,'Opening',1),
1781(10,9,6477,'Opening',1),
1782(10,9,6478,'Opening',1),
1783(10,9,6603,'Attack',1),
1784(10,9,7266,'Duel',1),
1785(10,9,7267,'Grovel',1),
1786(10,9,7355,'Stuck',1),
1787(10,9,8386,'Attacking',1),
1788(10,9,9078,'Cloth',1),
1789(10,9,9125,'Generic',1),
1790(10,9,21651,'Opening',1),
1791(10,9,21652,'Closing',1),
1792(10,9,22027,'Remove Insignia',1),
1793(10,9,22810,'Opening - No Text',1),
1794(10,9,28730,'Arcane Torrent',1),
1795(10,9,28734,'Mana Tap',1),
1796(10,9,28877,'Arcane Affinity',1),
1797(11,1,78,'Heroic Strike',1),
1798(11,1,81,'Dodge',1),
1799(11,1,107,'Block',1),
1800(11,1,198,'One-Handed Maces',1),
1801(11,1,201,'One-Handed Swords',1),
1802(11,1,202,'Two-Handed Swords',1),
1803(11,1,203,'Unarmed',1),
1804(11,1,204,'Defense',1),
1805(11,1,522,'SPELLDEFENSE(DND)',1),
1806(11,1,668,'Language Common',1),
1807(11,1,2382,'Generic',1),
1808(11,1,2457,'Battle Stance',1),
1809(11,1,2479,'Honorless Target',1),
1810(11,1,3050,'Detect',1),
1811(11,1,3365,'Opening',1),
1812(11,1,5301,'Defensive State(DND)',1),
1813(11,1,6233,'Closing',1),
1814(11,1,6246,'Closing',1),
1815(11,1,6247,'Opening',1),
1816(11,1,6477,'Opening',1),
1817(11,1,6478,'Opening',1),
1818(11,1,6562,'Heroic Presence',1),
1819(11,1,6603,'Attack',1),
1820(11,1,7266,'Duel',1),
1821(11,1,7267,'Grovel',1),
1822(11,1,7355,'Stuck',1),
1823(11,1,7376,'Defensive Stance Passive',0),
1824(11,1,7381,'Berserker Stance Passive',0),
1825(11,1,8386,'Attacking',1),
1826(11,1,8737,'Mail',1),
1827(11,1,9077,'Leather',1),
1828(11,1,9078,'Cloth',1),
1829(11,1,9116,'Shield',1),
1830(11,1,9125,'Generic',1),
1831(11,1,20579,'Shadow Resistance',1),
1832(11,1,21156,'Battle Stance Passive',0),
1833(11,1,21651,'Opening',1),
1834(11,1,21652,'Closing',1),
1835(11,1,22027,'Remove Insignia',1),
1836(11,1,22810,'Opening - No Text',1),
1837(11,1,28875,'Gemcutting',1),
1838(11,1,28880,'Gift of the Naaru',1),
1839(11,1,29932,'Language Draenei',1),
1840(11,1,32215,'Victorious State',1),
1841(11,2,81,'Dodge',1),
1842(11,2,107,'Block',1),
1843(11,2,198,'One-Handed Maces',1),
1844(11,2,199,'Two-Handed Maces',1),
1845(11,2,203,'Unarmed',1),
1846(11,2,204,'Defense',1),
1847(11,2,522,'SPELLDEFENSE(DND)',1),
1848(11,2,635,'Holy Light',1),
1849(11,2,668,'Language Common',1),
1850(11,2,2382,'Generic',1),
1851(11,2,2479,'Honorless Target',1),
1852(11,2,3050,'Detect',1),
1853(11,2,3365,'Opening',1),
1854(11,2,6233,'Closing',1),
1855(11,2,6246,'Closing',1),
1856(11,2,6247,'Opening',1),
1857(11,2,6477,'Opening',1),
1858(11,2,6478,'Opening',1),
1859(11,2,6562,'Heroic Presence',1),
1860(11,2,6603,'Attack',1),
1861(11,2,7266,'Duel',1),
1862(11,2,7267,'Grovel',1),
1863(11,2,7355,'Stuck',1),
1864(11,2,8386,'Attacking',1),
1865(11,2,8737,'Mail',1),
1866(11,2,9077,'Leather',1),
1867(11,2,9078,'Cloth',1),
1868(11,2,9116,'Shield',1),
1869(11,2,9125,'Generic',1),
1870(11,2,21084,'Seal of Righteousness',1),
1871(11,2,20579,'Shadow Resistance',1),
1872(11,2,21651,'Opening',1),
1873(11,2,21652,'Closing',1),
1874(11,2,22027,'Remove Insignia',1),
1875(11,2,22810,'Opening - No Text',1),
1876(11,2,27762,'Libram',1),
1877(11,2,28875,'Gemcutting',1),
1878(11,2,28880,'Gift of the Naaru',1),
1879(11,2,29932,'Language Draenei',1),
1880(11,3,75,'Auto Shot',1),
1881(11,3,81,'Dodge',1),
1882(11,3,201,'One-Handed Swords',1),
1883(11,3,203,'Unarmed',1),
1884(11,3,204,'Defense',1),
1885(11,3,522,'SPELLDEFENSE(DND)',1),
1886(11,3,668,'Language Common',1),
1887(11,3,2382,'Generic',1),
1888(11,3,2479,'Honorless Target',1),
1889(11,3,2973,'Raptor Strike',1),
1890(11,3,3050,'Detect',1),
1891(11,3,3365,'Opening',1),
1892(11,3,5011,'Crossbows',1),
1893(11,3,6233,'Closing',1),
1894(11,3,6246,'Closing',1),
1895(11,3,6247,'Opening',1),
1896(11,3,6477,'Opening',1),
1897(11,3,6478,'Opening',1),
1898(11,3,6562,'Heroic Presence',1),
1899(11,3,6603,'Attack',1),
1900(11,3,7266,'Duel',1),
1901(11,3,7267,'Grovel',1),
1902(11,3,7355,'Stuck',1),
1903(11,3,8386,'Attacking',1),
1904(11,3,9077,'Leather',1),
1905(11,3,9078,'Cloth',1),
1906(11,3,9125,'Generic',1),
1907(11,3,13358,'Defensive State(DND)',1),
1908(11,3,20579,'Shadow Resistance',1),
1909(11,3,21651,'Opening',1),
1910(11,3,21652,'Closing',1),
1911(11,3,22027,'Remove Insignia',1),
1912(11,3,22810,'Opening - No Text',1),
1913(11,3,24949,'Defensive State 2(DND)',1),
1914(11,3,28875,'Gemcutting',1),
1915(11,3,28880,'Gift of the Naaru',1),
1916(11,3,29932,'Language Draenei',1),
1917(11,3,34082,'Advantaged State(DND)',1),
1918(11,5,81,'Dodge',1),
1919(11,5,198,'One-Handed Maces',1),
1920(11,5,203,'Unarmed',1),
1921(11,5,204,'Defense',1),
1922(11,5,522,'SPELLDEFENSE(DND)',1),
1923(11,5,585,'Smite',1),
1924(11,5,668,'Language Common',1),
1925(11,5,2050,'Lesser Heal',1),
1926(11,5,2382,'Generic',1),
1927(11,5,2479,'Honorless Target',1),
1928(11,5,3050,'Detect',1),
1929(11,5,3365,'Opening',1),
1930(11,5,5009,'Wands',1),
1931(11,5,5019,'Shoot',1),
1932(11,5,6233,'Closing',1),
1933(11,5,6246,'Closing',1),
1934(11,5,6247,'Opening',1),
1935(11,5,6477,'Opening',1),
1936(11,5,6478,'Opening',1),
1937(11,5,6603,'Attack',1),
1938(11,5,7266,'Duel',1),
1939(11,5,7267,'Grovel',1),
1940(11,5,7355,'Stuck',1),
1941(11,5,8386,'Attacking',1),
1942(11,5,9078,'Cloth',1),
1943(11,5,9125,'Generic',1),
1944(11,5,20579,'Shadow Resistance',1),
1945(11,5,21651,'Opening',1),
1946(11,5,21652,'Closing',1),
1947(11,5,22027,'Remove Insignia',1),
1948(11,5,22810,'Opening - No Text',1),
1949(11,5,28875,'Gemcutting',1),
1950(11,5,28878,'Inspiring Presence',1),
1951(11,5,28880,'Gift of the Naaru',1),
1952(11,5,29932,'Language Draenei',1),
1953(11,7,81,'Dodge',1),
1954(11,7,107,'Block',1),
1955(11,7,198,'One-Handed Maces',1),
1956(11,7,203,'Unarmed',1),
1957(11,7,204,'Defense',1),
1958(11,7,227,'Staves',1),
1959(11,7,331,'Healing Wave',1),
1960(11,7,403,'Lightning Bolt',1),
1961(11,7,522,'SPELLDEFENSE(DND)',1),
1962(11,7,668,'Language Common',1),
1963(11,7,2382,'Generic',1),
1964(11,7,2479,'Honorless Target',1),
1965(11,7,3050,'Detect',1),
1966(11,7,3365,'Opening',1),
1967(11,7,6233,'Closing',1),
1968(11,7,6246,'Closing',1),
1969(11,7,6247,'Opening',1),
1970(11,7,6477,'Opening',1),
1971(11,7,6478,'Opening',1),
1972(11,7,6603,'Attack',1),
1973(11,7,7266,'Duel',1),
1974(11,7,7267,'Grovel',1),
1975(11,7,7355,'Stuck',1),
1976(11,7,8386,'Attacking',1),
1977(11,7,9077,'Leather',1),
1978(11,7,9078,'Cloth',1),
1979(11,7,9116,'Shield',1),
1980(11,7,9125,'Generic',1),
1981(11,7,20579,'Shadow Resistance',1),
1982(11,7,21651,'Opening',1),
1983(11,7,21652,'Closing',1),
1984(11,7,22027,'Remove Insignia',1),
1985(11,7,22810,'Opening - No Text',1),
1986(11,7,27763,'Totem',1),
1987(11,7,28875,'Gemcutting',1),
1988(11,7,28878,'Inspiring Presence',1),
1989(11,7,28880,'Gift of the Naaru',1),
1990(11,7,29932,'Language Draenei',1),
1991(11,8,81,'Dodge',1),
1992(11,8,133,'Fireball',1),
1993(11,8,168,'Frost Armor',1),
1994(11,8,203,'Unarmed',1),
1995(11,8,204,'Defense',1),
1996(11,8,227,'Staves',1),
1997(11,8,522,'SPELLDEFENSE(DND)',1),
1998(11,8,668,'Language Common',1),
1999(11,8,2382,'Generic',1),
2000(11,8,2479,'Honorless Target',1),
2001(11,8,3050,'Detect',1),
2002(11,8,3365,'Opening',1),
2003(11,8,5009,'Wands',1),
2004(11,8,5019,'Shoot',1),
2005(11,8,6233,'Closing',1),
2006(11,8,6246,'Closing',1),
2007(11,8,6247,'Opening',1),
2008(11,8,6477,'Opening',1),
2009(11,8,6478,'Opening',1),
2010(11,8,6603,'Attack',1),
2011(11,8,7266,'Duel',1),
2012(11,8,7267,'Grovel',1),
2013(11,8,7355,'Stuck',1),
2014(11,8,8386,'Attacking',1),
2015(11,8,9078,'Cloth',1),
2016(11,8,9125,'Generic',1),
2017(11,8,20579,'Shadow Resistance',1),
2018(11,8,21651,'Opening',1),
2019(11,8,21652,'Closing',1),
2020(11,8,22027,'Remove Insignia',1),
2021(11,8,22810,'Opening - No Text',1),
2022(11,8,28875,'Gemcutting',1),
2023(11,8,28878,'Inspiring Presence',1),
2024(11,8,28880,'Gift of the Naaru',1),
2025(11,8,29932,'Language Draenei',1);
2026/*!40000 ALTER TABLE `playercreateinfo_spell_custom` ENABLE KEYS */;
2027UNLOCK TABLES;
2028
2029-- And the class spells:
2030
2031INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2032(1,1,2048),
2033(1,1,30324),
2034(1,1,11578),
2035(1,1,25208),
2036(1,1,25264),
2037(1,1,2687),
2038(1,1,71),
2039(1,1,25225),
2040(1,1,355),
2041(1,1,11585),
2042(1,1,29704),
2043(1,1,25203),
2044(1,1,30357),
2045(1,1,25266),
2046(1,1,2565),
2047(1,1,676),
2048(1,1,25231),
2049(1,1,20230),
2050(1,1,5246),
2051(1,1,25236),
2052(1,1,1161),
2053(1,1,871),
2054(1,1,2458),
2055(1,1,25275),
2056(1,1,25242),
2057(1,1,18499),
2058(1,1,1680),
2059(1,1,6554),
2060(1,1,1719),
2061(1,1,34428),
2062(1,1,23920),
2063(1,1,469),
2064(1,1,3411);
2065
2066INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2067(2,1,2048),
2068(2,1,30324),
2069(2,1,11578),
2070(2,1,25208),
2071(2,1,25264),
2072(2,1,2687),
2073(2,1,71),
2074(2,1,25225),
2075(2,1,355),
2076(2,1,11585),
2077(2,1,29704),
2078(2,1,25203),
2079(2,1,30357),
2080(2,1,25266),
2081(2,1,2565),
2082(2,1,676),
2083(2,1,25231),
2084(2,1,20230),
2085(2,1,5246),
2086(2,1,25236),
2087(2,1,1161),
2088(2,1,871),
2089(2,1,2458),
2090(2,1,25275),
2091(2,1,25242),
2092(2,1,18499),
2093(2,1,1680),
2094(2,1,6554),
2095(2,1,1719),
2096(2,1,34428),
2097(2,1,23920),
2098(2,1,469),
2099(2,1,3411);
2100
2101INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2102(3,1,2048),
2103(3,1,30324),
2104(3,1,11578),
2105(3,1,25208),
2106(3,1,25264),
2107(3,1,2687),
2108(3,1,71),
2109(3,1,25225),
2110(3,1,355),
2111(3,1,11585),
2112(3,1,29704),
2113(3,1,25203),
2114(3,1,30357),
2115(3,1,25266),
2116(3,1,2565),
2117(3,1,676),
2118(3,1,25231),
2119(3,1,20230),
2120(3,1,5246),
2121(3,1,25236),
2122(3,1,1161),
2123(3,1,871),
2124(3,1,2458),
2125(3,1,25275),
2126(3,1,25242),
2127(3,1,18499),
2128(3,1,1680),
2129(3,1,6554),
2130(3,1,1719),
2131(3,1,34428),
2132(3,1,23920),
2133(3,1,469),
2134(3,1,3411);
2135
2136INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2137(4,1,2048),
2138(4,1,30324),
2139(4,1,11578),
2140(4,1,25208),
2141(4,1,25264),
2142(4,1,2687),
2143(4,1,71),
2144(4,1,25225),
2145(4,1,355),
2146(4,1,11585),
2147(4,1,29704),
2148(4,1,25203),
2149(4,1,30357),
2150(4,1,25266),
2151(4,1,2565),
2152(4,1,676),
2153(4,1,25231),
2154(4,1,20230),
2155(4,1,5246),
2156(4,1,25236),
2157(4,1,1161),
2158(4,1,871),
2159(4,1,2458),
2160(4,1,25275),
2161(4,1,25242),
2162(4,1,18499),
2163(4,1,1680),
2164(4,1,6554),
2165(4,1,1719),
2166(4,1,34428),
2167(4,1,23920),
2168(4,1,469),
2169(4,1,3411);
2170
2171INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2172(5,1,2048),
2173(5,1,30324),
2174(5,1,11578),
2175(5,1,25208),
2176(5,1,25264),
2177(5,1,2687),
2178(5,1,71),
2179(5,1,25225),
2180(5,1,355),
2181(5,1,11585),
2182(5,1,29704),
2183(5,1,25203),
2184(5,1,30357),
2185(5,1,25266),
2186(5,1,2565),
2187(5,1,676),
2188(5,1,25231),
2189(5,1,20230),
2190(5,1,5246),
2191(5,1,25236),
2192(5,1,1161),
2193(5,1,871),
2194(5,1,2458),
2195(5,1,25275),
2196(5,1,25242),
2197(5,1,18499),
2198(5,1,1680),
2199(5,1,6554),
2200(5,1,1719),
2201(5,1,34428),
2202(5,1,23920),
2203(5,1,469),
2204(5,1,3411);
2205
2206INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2207(6,1,2048),
2208(6,1,30324),
2209(6,1,11578),
2210(6,1,25208),
2211(6,1,25264),
2212(6,1,2687),
2213(6,1,71),
2214(6,1,25225),
2215(6,1,355),
2216(6,1,11585),
2217(6,1,29704),
2218(6,1,25203),
2219(6,1,30357),
2220(6,1,25266),
2221(6,1,2565),
2222(6,1,676),
2223(6,1,25231),
2224(6,1,20230),
2225(6,1,5246),
2226(6,1,25236),
2227(6,1,1161),
2228(6,1,871),
2229(6,1,2458),
2230(6,1,25275),
2231(6,1,25242),
2232(6,1,18499),
2233(6,1,1680),
2234(6,1,6554),
2235(6,1,1719),
2236(6,1,34428),
2237(6,1,23920),
2238(6,1,469),
2239(6,1,3411);
2240
2241INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2242(7,1,2048),
2243(7,1,30324),
2244(7,1,11578),
2245(7,1,25208),
2246(7,1,25264),
2247(7,1,2687),
2248(7,1,71),
2249(7,1,25225),
2250(7,1,355),
2251(7,1,11585),
2252(7,1,29704),
2253(7,1,25203),
2254(7,1,30357),
2255(7,1,25266),
2256(7,1,2565),
2257(7,1,676),
2258(7,1,25231),
2259(7,1,20230),
2260(7,1,5246),
2261(7,1,25236),
2262(7,1,1161),
2263(7,1,871),
2264(7,1,2458),
2265(7,1,25275),
2266(7,1,25242),
2267(7,1,18499),
2268(7,1,1680),
2269(7,1,6554),
2270(7,1,1719),
2271(7,1,34428),
2272(7,1,23920),
2273(7,1,469),
2274(7,1,3411);
2275
2276INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2277(8,1,2048),
2278(8,1,30324),
2279(8,1,11578),
2280(8,1,25208),
2281(8,1,25264),
2282(8,1,2687),
2283(8,1,71),
2284(8,1,25225),
2285(8,1,355),
2286(8,1,11585),
2287(8,1,29704),
2288(8,1,25203),
2289(8,1,30357),
2290(8,1,25266),
2291(8,1,2565),
2292(8,1,676),
2293(8,1,25231),
2294(8,1,20230),
2295(8,1,5246),
2296(8,1,25236),
2297(8,1,1161),
2298(8,1,871),
2299(8,1,2458),
2300(8,1,25275),
2301(8,1,25242),
2302(8,1,18499),
2303(8,1,1680),
2304(8,1,6554),
2305(8,1,1719),
2306(8,1,34428),
2307(8,1,23920),
2308(8,1,469),
2309(8,1,3411);
2310
2311INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2312(11,1,2048),
2313(11,1,30324),
2314(11,1,11578),
2315(11,1,25208),
2316(11,1,25264),
2317(11,1,2687),
2318(11,1,71),
2319(11,1,25225),
2320(11,1,355),
2321(11,1,11585),
2322(11,1,29704),
2323(11,1,25203),
2324(11,1,30357),
2325(11,1,25266),
2326(11,1,2565),
2327(11,1,676),
2328(11,1,25231),
2329(11,1,20230),
2330(11,1,5246),
2331(11,1,25236),
2332(11,1,1161),
2333(11,1,871),
2334(11,1,2458),
2335(11,1,25275),
2336(11,1,25242),
2337(11,1,18499),
2338(11,1,1680),
2339(11,1,6554),
2340(11,1,1719),
2341(11,1,34428),
2342(11,1,23920),
2343(11,1,469),
2344(11,1,3411);
2345
2346INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2347(2,3,27014),
2348(2,3,1494),
2349(2,3,13163),
2350(2,3,27016),
2351(2,3,27019),
2352(2,3,14325),
2353(2,3,5116),
2354(2,3,27044),
2355(2,3,883),
2356(2,3,2641),
2357(2,3,6991),
2358(2,3,982),
2359(2,3,1515),
2360(2,3,19883),
2361(2,3,27020),
2362(2,3,27046),
2363(2,3,14268),
2364(2,3,6197),
2365(2,3,1002),
2366(2,3,14327),
2367(2,3,27023),
2368(2,3,36916),
2369(2,3,27021),
2370(2,3,19884),
2371(2,3,5118),
2372(2,3,27015),
2373(2,3,14311),
2374(2,3,3043),
2375(2,3,1462),
2376(2,3,19885),
2377(2,3,3045),
2378(2,3,19880),
2379(2,3,13809),
2380(2,3,13161),
2381(2,3,5384),
2382(2,3,1543),
2383(2,3,19878),
2384(2,3,27025),
2385(2,3,27018),
2386(2,3,13159),
2387(2,3,19882),
2388(2,3,27022),
2389(2,3,27045),
2390(2,3,19879),
2391(2,3,19801),
2392(2,3,34120),
2393(2,3,34074),
2394(2,3,34026),
2395(2,3,34600),
2396(2,3,34477);
2397
2398INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2399(3,3,27014),
2400(3,3,1494),
2401(3,3,13163),
2402(3,3,27016),
2403(3,3,27019),
2404(3,3,14325),
2405(3,3,5116),
2406(3,3,27044),
2407(3,3,883),
2408(3,3,2641),
2409(3,3,6991),
2410(3,3,982),
2411(3,3,1515),
2412(3,3,19883),
2413(3,3,27020),
2414(3,3,27046),
2415(3,3,14268),
2416(3,3,6197),
2417(3,3,1002),
2418(3,3,14327),
2419(3,3,27023),
2420(3,3,36916),
2421(3,3,27021),
2422(3,3,19884),
2423(3,3,5118),
2424(3,3,27015),
2425(3,3,14311),
2426(3,3,3043),
2427(3,3,1462),
2428(3,3,19885),
2429(3,3,3045),
2430(3,3,19880),
2431(3,3,13809),
2432(3,3,13161),
2433(3,3,5384),
2434(3,3,1543),
2435(3,3,19878),
2436(3,3,27025),
2437(3,3,27018),
2438(3,3,13159),
2439(3,3,19882),
2440(3,3,27022),
2441(3,3,27045),
2442(3,3,19879),
2443(3,3,19801),
2444(3,3,34120),
2445(3,3,34074),
2446(3,3,34026),
2447(3,3,34600),
2448(3,3,34477);
2449
2450INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2451(4,3,27014),
2452(4,3,1494),
2453(4,3,13163),
2454(4,3,27016),
2455(4,3,27019),
2456(4,3,14325),
2457(4,3,5116),
2458(4,3,27044),
2459(4,3,883),
2460(4,3,2641),
2461(4,3,6991),
2462(4,3,982),
2463(4,3,1515),
2464(4,3,19883),
2465(4,3,27020),
2466(4,3,27046),
2467(4,3,14268),
2468(4,3,6197),
2469(4,3,1002),
2470(4,3,14327),
2471(4,3,27023),
2472(4,3,36916),
2473(4,3,27021),
2474(4,3,19884),
2475(4,3,5118),
2476(4,3,27015),
2477(4,3,14311),
2478(4,3,3043),
2479(4,3,1462),
2480(4,3,19885),
2481(4,3,3045),
2482(4,3,19880),
2483(4,3,13809),
2484(4,3,13161),
2485(4,3,5384),
2486(4,3,1543),
2487(4,3,19878),
2488(4,3,27025),
2489(4,3,27018),
2490(4,3,13159),
2491(4,3,19882),
2492(4,3,27022),
2493(4,3,27045),
2494(4,3,19879),
2495(4,3,19801),
2496(4,3,34120),
2497(4,3,34074),
2498(4,3,34026),
2499(4,3,34600),
2500(4,3,34477);
2501
2502INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2503(6,3,27014),
2504(6,3,1494),
2505(6,3,13163),
2506(6,3,27016),
2507(6,3,27019),
2508(6,3,14325),
2509(6,3,5116),
2510(6,3,27044),
2511(6,3,883),
2512(6,3,2641),
2513(6,3,6991),
2514(6,3,982),
2515(6,3,1515),
2516(6,3,19883),
2517(6,3,27020),
2518(6,3,27046),
2519(6,3,14268),
2520(6,3,6197),
2521(6,3,1002),
2522(6,3,14327),
2523(6,3,27023),
2524(6,3,36916),
2525(6,3,27021),
2526(6,3,19884),
2527(6,3,5118),
2528(6,3,27015),
2529(6,3,14311),
2530(6,3,3043),
2531(6,3,1462),
2532(6,3,19885),
2533(6,3,3045),
2534(6,3,19880),
2535(6,3,13809),
2536(6,3,13161),
2537(6,3,5384),
2538(6,3,1543),
2539(6,3,19878),
2540(6,3,27025),
2541(6,3,27018),
2542(6,3,13159),
2543(6,3,19882),
2544(6,3,27022),
2545(6,3,27045),
2546(6,3,19879),
2547(6,3,19801),
2548(6,3,34120),
2549(6,3,34074),
2550(6,3,34026),
2551(6,3,34600),
2552(6,3,34477);
2553
2554INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2555(8,3,27014),
2556(8,3,1494),
2557(8,3,13163),
2558(8,3,27016),
2559(8,3,27019),
2560(8,3,14325),
2561(8,3,5116),
2562(8,3,27044),
2563(8,3,883),
2564(8,3,2641),
2565(8,3,6991),
2566(8,3,982),
2567(8,3,1515),
2568(8,3,19883),
2569(8,3,27020),
2570(8,3,27046),
2571(8,3,14268),
2572(8,3,6197),
2573(8,3,1002),
2574(8,3,14327),
2575(8,3,27023),
2576(8,3,36916),
2577(8,3,27021),
2578(8,3,19884),
2579(8,3,5118),
2580(8,3,27015),
2581(8,3,14311),
2582(8,3,3043),
2583(8,3,1462),
2584(8,3,19885),
2585(8,3,3045),
2586(8,3,19880),
2587(8,3,13809),
2588(8,3,13161),
2589(8,3,5384),
2590(8,3,1543),
2591(8,3,19878),
2592(8,3,27025),
2593(8,3,27018),
2594(8,3,13159),
2595(8,3,19882),
2596(8,3,27022),
2597(8,3,27045),
2598(8,3,19879),
2599(8,3,19801),
2600(8,3,34120),
2601(8,3,34074),
2602(8,3,34026),
2603(8,3,34600),
2604(8,3,34477);
2605
2606INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2607(10,3,27014),
2608(10,3,1494),
2609(10,3,13163),
2610(10,3,27016),
2611(10,3,27019),
2612(10,3,14325),
2613(10,3,5116),
2614(10,3,27044),
2615(10,3,883),
2616(10,3,2641),
2617(10,3,6991),
2618(10,3,982),
2619(10,3,1515),
2620(10,3,19883),
2621(10,3,27020),
2622(10,3,27046),
2623(10,3,14268),
2624(10,3,6197),
2625(10,3,1002),
2626(10,3,14327),
2627(10,3,27023),
2628(10,3,36916),
2629(10,3,27021),
2630(10,3,19884),
2631(10,3,5118),
2632(10,3,27015),
2633(10,3,14311),
2634(10,3,3043),
2635(10,3,1462),
2636(10,3,19885),
2637(10,3,3045),
2638(10,3,19880),
2639(10,3,13809),
2640(10,3,13161),
2641(10,3,5384),
2642(10,3,1543),
2643(10,3,19878),
2644(10,3,27025),
2645(10,3,27018),
2646(10,3,13159),
2647(10,3,19882),
2648(10,3,27022),
2649(10,3,27045),
2650(10,3,19879),
2651(10,3,19801),
2652(10,3,34120),
2653(10,3,34074),
2654(10,3,34026),
2655(10,3,34600),
2656(10,3,34477);
2657
2658INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2659(11,3,27014),
2660(11,3,1494),
2661(11,3,13163),
2662(11,3,27016),
2663(11,3,27019),
2664(11,3,14325),
2665(11,3,5116),
2666(11,3,27044),
2667(11,3,883),
2668(11,3,2641),
2669(11,3,6991),
2670(11,3,982),
2671(11,3,1515),
2672(11,3,19883),
2673(11,3,27020),
2674(11,3,27046),
2675(11,3,14268),
2676(11,3,6197),
2677(11,3,1002),
2678(11,3,14327),
2679(11,3,27023),
2680(11,3,36916),
2681(11,3,27021),
2682(11,3,19884),
2683(11,3,5118),
2684(11,3,27015),
2685(11,3,14311),
2686(11,3,3043),
2687(11,3,1462),
2688(11,3,19885),
2689(11,3,3045),
2690(11,3,19880),
2691(11,3,13809),
2692(11,3,13161),
2693(11,3,5384),
2694(11,3,1543),
2695(11,3,19878),
2696(11,3,27025),
2697(11,3,27018),
2698(11,3,13159),
2699(11,3,19882),
2700(11,3,27022),
2701(11,3,27045),
2702(11,3,19879),
2703(11,3,19801),
2704(11,3,34120),
2705(11,3,34074),
2706(11,3,34026),
2707(11,3,34600),
2708(11,3,34477);
2709
2710
2711
2712INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2713(1,2,27149),
2714(1,2,27136),
2715(1,2,27155),
2716(1,2,27140),
2717(1,2,20271),
2718(1,2,27158),
2719(1,2,10308),
2720(1,2,10278),
2721(1,2,27154),
2722(1,2,20773),
2723(1,2,27142),
2724(1,2,31789),
2725(1,2,27150),
2726(1,2,25780),
2727(1,2,1044),
2728(1,2,33776),
2729(1,2,27173),
2730(1,2,27138),
2731(1,2,27137),
2732(1,2,5502),
2733(1,2,19746),
2734(1,2,31895),
2735(1,2,5627),
2736(1,2,1038),
2737(1,2,27151),
2738(1,2,19752),
2739(1,2,27160),
2740(1,2,27152),
2741(1,2,1020),
2742(1,2,27153),
2743(1,2,27166),
2744(1,2,27144),
2745(1,2,4987),
2746(1,2,27180),
2747(1,2,27148),
2748(1,2,27139),
2749(1,2,27141),
2750(1,2,10326),
2751(1,2,27143),
2752(1,2,25898),
2753(1,2,27145),
2754(1,2,25895),
2755(1,2,32223),
2756(1,2,27169),
2757(1,2,31884);
2758
2759INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2760(3,2,27149),
2761(3,2,27136),
2762(3,2,27155),
2763(3,2,27140),
2764(3,2,20271),
2765(3,2,27158),
2766(3,2,10308),
2767(3,2,10278),
2768(3,2,27154),
2769(3,2,20773),
2770(3,2,27142),
2771(3,2,31789),
2772(3,2,27150),
2773(3,2,25780),
2774(3,2,1044),
2775(3,2,33776),
2776(3,2,27173),
2777(3,2,27138),
2778(3,2,27137),
2779(3,2,5502),
2780(3,2,19746),
2781(3,2,31895),
2782(3,2,5627),
2783(3,2,1038),
2784(3,2,27151),
2785(3,2,19752),
2786(3,2,27160),
2787(3,2,27152),
2788(3,2,1020),
2789(3,2,27153),
2790(3,2,27166),
2791(3,2,27144),
2792(3,2,4987),
2793(3,2,27180),
2794(3,2,27148),
2795(3,2,27139),
2796(3,2,27141),
2797(3,2,10326),
2798(3,2,27143),
2799(3,2,25898),
2800(3,2,27145),
2801(3,2,25895),
2802(3,2,32223),
2803(3,2,27169),
2804(3,2,31884);
2805
2806INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2807(10,2,27149),
2808(10,2,27136),
2809(10,2,27155),
2810(10,2,27140),
2811(10,2,20271),
2812(10,2,27158),
2813(10,2,10308),
2814(10,2,10278),
2815(10,2,27154),
2816(10,2,20773),
2817(10,2,27142),
2818(10,2,31789),
2819(10,2,27150),
2820(10,2,25780),
2821(10,2,1044),
2822(10,2,33776),
2823(10,2,27173),
2824(10,2,27138),
2825(10,2,27137),
2826(10,2,5502),
2827(10,2,19746),
2828(10,2,31895),
2829(10,2,5627),
2830(10,2,1038),
2831(10,2,27151),
2832(10,2,19752),
2833(10,2,27160),
2834(10,2,27152),
2835(10,2,1020),
2836(10,2,27153),
2837(10,2,27166),
2838(10,2,27144),
2839(10,2,4987),
2840(10,2,27180),
2841(10,2,27148),
2842(10,2,27139),
2843(10,2,27141),
2844(10,2,10326),
2845(10,2,27143),
2846(10,2,25898),
2847(10,2,27145),
2848(10,2,25895),
2849(10,2,32223),
2850(10,2,27169),
2851(10,2,31884);
2852
2853INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2854(11,2,27149),
2855(11,2,27136),
2856(11,2,27155),
2857(11,2,27140),
2858(11,2,20271),
2859(11,2,27158),
2860(11,2,10308),
2861(11,2,10278),
2862(11,2,27154),
2863(11,2,20773),
2864(11,2,27142),
2865(11,2,31789),
2866(11,2,27150),
2867(11,2,25780),
2868(11,2,1044),
2869(11,2,33776),
2870(11,2,27173),
2871(11,2,27138),
2872(11,2,27137),
2873(11,2,5502),
2874(11,2,19746),
2875(11,2,31895),
2876(11,2,5627),
2877(11,2,1038),
2878(11,2,27151),
2879(11,2,19752),
2880(11,2,27160),
2881(11,2,27152),
2882(11,2,1020),
2883(11,2,27153),
2884(11,2,27166),
2885(11,2,27144),
2886(11,2,4987),
2887(11,2,27180),
2888(11,2,27148),
2889(11,2,27139),
2890(11,2,27141),
2891(11,2,10326),
2892(11,2,27143),
2893(11,2,25898),
2894(11,2,27145),
2895(11,2,25895),
2896(11,2,32223),
2897(11,2,27169),
2898(11,2,31884);
2899
2900INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2901(1,4,26865),
2902(1,4,26862),
2903(1,4,1787),
2904(1,4,26863),
2905(1,4,921),
2906(1,4,38764),
2907(1,4,26669),
2908(1,4,11297),
2909(1,4,6774),
2910(1,4,11305),
2911(1,4,38768),
2912(1,4,26866),
2913(1,4,26884),
2914(1,4,27448),
2915(1,4,1804),
2916(1,4,27441),
2917(1,4,2842),
2918(1,4,1725),
2919(1,4,26867),
2920(1,4,26889),
2921(1,4,1833),
2922(1,4,1842),
2923(1,4,408),
2924(1,4,2094),
2925(1,4,32684),
2926(1,4,26679),
2927(1,4,31224),
2928(1,4,5938);
2929
2930INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2931(2,4,26865),
2932(2,4,26862),
2933(2,4,1787),
2934(2,4,26863),
2935(2,4,921),
2936(2,4,38764),
2937(2,4,26669),
2938(2,4,11297),
2939(2,4,6774),
2940(2,4,11305),
2941(2,4,38768),
2942(2,4,26866),
2943(2,4,26884),
2944(2,4,27448),
2945(2,4,1804),
2946(2,4,27441),
2947(2,4,2842),
2948(2,4,1725),
2949(2,4,26867),
2950(2,4,26889),
2951(2,4,1833),
2952(2,4,1842),
2953(2,4,408),
2954(2,4,2094),
2955(2,4,32684),
2956(2,4,26679),
2957(2,4,31224),
2958(2,4,5938);
2959
2960INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2961(3,4,26865),
2962(3,4,26862),
2963(3,4,1787),
2964(3,4,26863),
2965(3,4,921),
2966(3,4,38764),
2967(3,4,26669),
2968(3,4,11297),
2969(3,4,6774),
2970(3,4,11305),
2971(3,4,38768),
2972(3,4,26866),
2973(3,4,26884),
2974(3,4,27448),
2975(3,4,1804),
2976(3,4,27441),
2977(3,4,2842),
2978(3,4,1725),
2979(3,4,26867),
2980(3,4,26889),
2981(3,4,1833),
2982(3,4,1842),
2983(3,4,408),
2984(3,4,2094),
2985(3,4,32684),
2986(3,4,26679),
2987(3,4,31224),
2988(3,4,5938);
2989
2990INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
2991(4,4,26865),
2992(4,4,26862),
2993(4,4,1787),
2994(4,4,26863),
2995(4,4,921),
2996(4,4,38764),
2997(4,4,26669),
2998(4,4,11297),
2999(4,4,6774),
3000(4,4,11305),
3001(4,4,38768),
3002(4,4,26866),
3003(4,4,426884),
3004(4,4,427448),
3005(4,4,1804),
3006(4,4,27441),
3007(4,4,2842),
3008(4,4,1725),
3009(4,4,26867),
3010(4,4,26889),
3011(4,4,1833),
3012(4,4,1842),
3013(4,4,408),
3014(4,4,2094),
3015(4,4,32684),
3016(4,4,26679),
3017(4,4,31224),
3018(4,4,5938);
3019
3020INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3021(5,4,26865),
3022(5,4,26862),
3023(5,4,1787),
3024(5,4,26863),
3025(5,4,921),
3026(5,4,38764),
3027(5,4,26669),
3028(5,4,11297),
3029(5,4,6774),
3030(5,4,11305),
3031(5,4,38768),
3032(5,4,26866),
3033(5,4,26884),
3034(5,4,27448),
3035(5,4,1804),
3036(5,4,27441),
3037(5,4,2842),
3038(5,4,1725),
3039(5,4,26867),
3040(5,4,26889),
3041(5,4,1833),
3042(5,4,1842),
3043(5,4,408),
3044(5,4,2094),
3045(5,4,32684),
3046(5,4,26679),
3047(5,4,31224),
3048(5,4,5938);
3049-- This file is made by Micke223
3050INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3051(7,4,26865),
3052(7,4,26862),
3053(7,4,1787),
3054(7,4,26863),
3055(7,4,921),
3056(7,4,38764),
3057(7,4,26669),
3058(7,4,11297),
3059(7,4,6774),
3060(7,4,11305),
3061(7,4,38768),
3062(7,4,26866),
3063(7,4,26884),
3064(7,4,27448),
3065(7,4,1804),
3066(7,4,27441),
3067(7,4,2842),
3068(7,4,1725),
3069(7,4,26867),
3070(7,4,26889),
3071(7,4,1833),
3072(7,4,1842),
3073(7,4,408),
3074(7,4,2094),
3075(7,4,32684),
3076(7,4,26679),
3077(7,4,31224),
3078(7,4,5938);
3079
3080INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3081(8,4,26865),
3082(8,4,26862),
3083(8,4,1787),
3084(8,4,26863),
3085(8,4,921),
3086(8,4,38764),
3087(8,4,26669),
3088(8,4,11297),
3089(8,4,6774),
3090(8,4,11305),
3091(8,4,38768),
3092(8,4,26866),
3093(8,4,26884),
3094(8,4,27448),
3095(8,4,1804),
3096(8,4,27441),
3097(8,4,2842),
3098(8,4,1725),
3099(8,4,26867),
3100(8,4,26889),
3101(8,4,1833),
3102(8,4,1842),
3103(8,4,408),
3104(8,4,2094),
3105(8,4,32684),
3106(8,4,26679),
3107(8,4,31224),
3108(8,4,5938);
3109
3110INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3111(10,4,26865),
3112(10,4,26862),
3113(10,4,1787),
3114(10,4,26863),
3115(10,4,921),
3116(10,4,38764),
3117(10,4,26669),
3118(10,4,11297),
3119(10,4,6774),
3120(10,4,11305),
3121(10,4,38768),
3122(10,4,26866),
3123(10,4,26884),
3124(10,4,27448),
3125(10,4,1804),
3126(10,4,27441),
3127(10,4,2842),
3128(10,4,1725),
3129(10,4,26867),
3130(10,4,26889),
3131(10,4,1833),
3132(10,4,1842),
3133(10,4,408),
3134(10,4,2094),
3135(10,4,32684),
3136(10,4,26679),
3137(10,4,31224),
3138(10,4,5938);
3139
3140INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3141(1,9,27215),
3142(1,9,27209),
3143(1,9,27216),
3144(1,9,30909),
3145(1,9,27222),
3146(1,9,27218),
3147(1,9,6215),
3148(1,9,27230),
3149(1,9,27217),
3150(1,9,27259),
3151(1,9,27226),
3152(1,9,27220),
3153(1,9,5697),
3154(1,9,27238),
3155(1,9,30459),
3156(1,9,27260),
3157(1,9,27212),
3158(1,9,698),
3159(1,9,5500),
3160(1,9,30908),
3161(1,9,11719),
3162(1,9,132),
3163(1,9,18647),
3164(1,9,27213),
3165(1,9,11726),
3166(1,9,27228),
3167(1,9,28610),
3168(1,9,28172),
3169(1,9,27250),
3170(1,9,17928),
3171(1,9,27223),
3172(1,9,27229),
3173(1,9,30545),
3174(1,9,30910),
3175(1,9,18540),
3176(1,9,28189),
3177(1,9,32231),
3178(1,9,29858),
3179(1,9,29893),
3180(1,9,27243);
3181
3182INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3183(2,9,27215),
3184(2,9,27209),
3185(2,9,27216),
3186(2,9,30909),
3187(2,9,27222),
3188(2,9,27218),
3189(2,9,6215),
3190(2,9,27230),
3191(2,9,27217),
3192(2,9,27259),
3193(2,9,27226),
3194(2,9,27220),
3195(2,9,5697),
3196(2,9,27238),
3197(2,9,30459),
3198(2,9,27260),
3199(2,9,27212),
3200(2,9,698),
3201(2,9,5500),
3202(2,9,30908),
3203(2,9,11719),
3204(2,9,132),
3205(2,9,18647),
3206(2,9,27213),
3207(2,9,11726),
3208(2,9,27228),
3209(2,9,28610),
3210(2,9,28172),
3211(2,9,27250),
3212(2,9,17928),
3213(2,9,27223),
3214(2,9,27229),
3215(2,9,30545),
3216(2,9,30910),
3217(2,9,18540),
3218(2,9,28189),
3219(2,9,32231),
3220(2,9,29858),
3221(2,9,29893),
3222(2,9,27243);
3223
3224INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3225(5,9,27215),
3226(5,9,27209),
3227(5,9,27216),
3228(5,9,30909),
3229(5,9,27222),
3230(5,9,27218),
3231(5,9,6215),
3232(5,9,27230),
3233(5,9,27217),
3234(5,9,27259),
3235(5,9,27226),
3236(5,9,27220),
3237(5,9,5697),
3238(5,9,27238),
3239(5,9,30459),
3240(5,9,27260),
3241(5,9,27212),
3242(5,9,698),
3243(5,9,5500),
3244(5,9,30908),
3245(5,9,11719),
3246(5,9,132),
3247(5,9,18647),
3248(5,9,27213),
3249(5,9,11726),
3250(5,9,27228),
3251(5,9,28610),
3252(5,9,28172),
3253(5,9,27250),
3254(5,9,17928),
3255(5,9,27223),
3256(5,9,27229),
3257(5,9,30545),
3258(5,9,30910),
3259(5,9,18540),
3260(5,9,28189),
3261(5,9,32231),
3262(5,9,29858),
3263(5,9,29893),
3264(5,9,27243);
3265
3266INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3267(7,9,27215),
3268(7,9,27209),
3269(7,9,27216),
3270(7,9,30909),
3271(7,9,27222),
3272(7,9,27218),
3273(7,9,6215),
3274(7,9,27230),
3275(7,9,27217),
3276(7,9,27259),
3277(7,9,27226),
3278(7,9,27220),
3279(7,9,5697),
3280(7,9,27238),
3281(7,9,30459),
3282(7,9,27260),
3283(7,9,27212),
3284(7,9,698),
3285(7,9,5500),
3286(7,9,30908),
3287(7,9,11719),
3288(7,9,132),
3289(7,9,18647),
3290(7,9,27213),
3291(7,9,11726),
3292(7,9,27228),
3293(7,9,28610),
3294(7,9,28172),
3295(7,9,27250),
3296(7,9,17928),
3297(7,9,27223),
3298(7,9,27229),
3299(7,9,30545),
3300(7,9,30910),
3301(7,9,18540),
3302(7,9,28189),
3303(7,9,32231),
3304(7,9,29858),
3305(7,9,29893),
3306(7,9,27243);
3307
3308INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3309(11,9,27215),
3310(11,9,27209),
3311(11,9,27216),
3312(11,9,30909),
3313(11,9,27222),
3314(11,9,27218),
3315(11,9,6215),
3316(11,9,27230),
3317(11,9,27217),
3318(11,9,27259),
3319(11,9,27226),
3320(11,9,27220),
3321(11,9,5697),
3322(11,9,27238),
3323(11,9,30459),
3324(11,9,27260),
3325(11,9,27212),
3326(11,9,698),
3327(11,9,5500),
3328(11,9,30908),
3329(11,9,11719),
3330(11,9,132),
3331(11,9,18647),
3332(11,9,27213),
3333(11,9,11726),
3334(11,9,27228),
3335(11,9,28610),
3336(11,9,28172),
3337(11,9,27250),
3338(11,9,17928),
3339(11,9,27223),
3340(11,9,27229),
3341(11,9,30545),
3342(11,9,30910),
3343(11,9,18540),
3344(11,9,28189),
3345(11,9,32231),
3346(11,9,29858),
3347(11,9,29893),
3348(11,9,27243);
3349
3350INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3351(4,11,26979),
3352(4,11,26990),
3353(4,11,26985),
3354(4,11,26988),
3355(4,11,26982),
3356(4,11,26992),
3357(4,11,26989),
3358(4,11,26998),
3359(4,11,6795),
3360(4,11,26996),
3361(4,11,18960),
3362(4,11,9634),
3363(4,11,768),
3364(4,11,783),
3365(4,11,1066),
3366(4,11,40120),
3367(4,11,5229),
3368(4,11,26980),
3369(4,11,8983),
3370(4,11,8946),
3371(4,11,26997),
3372(4,11,26993),
3373(4,11,18658),
3374(4,11,27000),
3375(4,11,9913),
3376(4,11,26994),
3377(4,11,27008),
3378(4,11,26986),
3379(4,11,27002),
3380(4,11,26995),
3381(4,11,27003),
3382(4,11,2782),
3383(4,11,9846),
3384(4,11,2893),
3385(4,11,33357),
3386(4,11,5209),
3387(4,11,27004),
3388(4,11,26983),
3389(4,11,24248),
3390(4,11,27005),
3391(4,11,5225),
3392(4,11,26999),
3393(4,11,27012),
3394(4,11,27006),
3395(4,11,29166),
3396(4,11,22812),
3397(4,11,26991),
3398(4,11,22570),
3399(4,11,33763),
3400(4,11,33745),
3401(4,11,33786);
3402
3403INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3404(6,11,26979),
3405(6,11,26990),
3406(6,11,26985),
3407(6,11,26988),
3408(6,11,26982),
3409(6,11,26992),
3410(6,11,26989),
3411(6,11,26998),
3412(6,11,6795),
3413(6,11,26996),
3414(6,11,18960),
3415(6,11,9634),
3416(6,11,768),
3417(6,11,783),
3418(6,11,1066),
3419(6,11,40120),
3420(6,11,5229),
3421(6,11,26980),
3422(6,11,8983),
3423(6,11,8946),
3424(6,11,26997),
3425(6,11,26993),
3426(6,11,18658),
3427(6,11,27000),
3428(6,11,9913),
3429(6,11,26994),
3430(6,11,27008),
3431(6,11,26986),
3432(6,11,27002),
3433(6,11,26995),
3434(6,11,27003),
3435(6,11,2782),
3436(6,11,9846),
3437(6,11,2893),
3438(6,11,33357),
3439(6,11,5209),
3440(6,11,27004),
3441(6,11,26983),
3442(6,11,24248),
3443(6,11,27005),
3444(6,11,5225),
3445(6,11,26999),
3446(6,11,27012),
3447(6,11,27006),
3448(6,11,29166),
3449(6,11,22812),
3450(6,11,26991),
3451(6,11,22570),
3452(6,11,33763),
3453(6,11,33745),
3454(6,11,33786);
3455
3456INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3457(1,8,27126),
3458(1,8,27070),
3459(1,8,22018),
3460(1,8,27072),
3461(1,8,22019),
3462(1,8,27079),
3463(1,8,38704),
3464(1,8,28272),
3465(1,8,28271),
3466(1,8,12826),
3467(1,8,27088),
3468(1,8,33944),
3469(1,8,130),
3470(1,8,27082),
3471(1,8,27086),
3472(1,8,33946),
3473(1,8,475),
3474(1,8,1953),
3475(1,8,27085),
3476(1,8,12051),
3477(1,8,27128),
3478(1,8,27131),
3479(1,8,32796),
3480(1,8,27074),
3481(1,8,2139),
3482(1,8,27101),
3483(1,8,27124),
3484(1,8,45438),
3485(1,8,27125),
3486(1,8,27127),
3487(1,8,30482),
3488(1,8,30451),
3489(1,8,30455),
3490(1,8,66),
3491(1,8,43987),
3492(1,8,30449);
3493
3494INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3495(5,8,27126),
3496(5,8,27070),
3497(5,8,22018),
3498(5,8,27072),
3499(5,8,22019),
3500(5,8,27079),
3501(5,8,38704),
3502(5,8,28272),
3503(5,8,28271),
3504(5,8,12826),
3505(5,8,27088),
3506(5,8,33944),
3507(5,8,130),
3508(5,8,27082),
3509(5,8,27086),
3510(5,8,33946),
3511(5,8,475),
3512(5,8,1953),
3513(5,8,27085),
3514(5,8,12051),
3515(5,8,27128),
3516(5,8,27131),
3517(5,8,32796),
3518(5,8,27074),
3519(5,8,2139),
3520(5,8,27101),
3521(5,8,27124),
3522(5,8,45438),
3523(5,8,27125),
3524(5,8,27127),
3525(5,8,30482),
3526(5,8,30451),
3527(5,8,30455),
3528(5,8,66),
3529(5,8,43987),
3530(5,8,30449);
3531
3532INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3533(7,8,27126),
3534(7,8,27070),
3535(7,8,22018),
3536(7,8,27072),
3537(7,8,22019),
3538(7,8,27079),
3539(7,8,38704),
3540(7,8,28272),
3541(7,8,28271),
3542(7,8,12826),
3543(7,8,27088),
3544(7,8,33944),
3545(7,8,130),
3546(7,8,27082),
3547(7,8,27086),
3548(7,8,33946),
3549(7,8,475),
3550(7,8,1953),
3551(7,8,27085),
3552(7,8,12051),
3553(7,8,27128),
3554(7,8,27131),
3555(7,8,32796),
3556(7,8,27074),
3557(7,8,2139),
3558(7,8,27101),
3559(7,8,27124),
3560(7,8,45438),
3561(7,8,27125),
3562(7,8,27127),
3563(7,8,30482),
3564(7,8,30451),
3565(7,8,30455),
3566(7,8,66),
3567(7,8,43987),
3568(7,8,30449);
3569
3570INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3571(8,8,27126),
3572(8,8,27070),
3573(8,8,22018),
3574(8,8,27072),
3575(8,8,22019),
3576(8,8,27079),
3577(8,8,38704),
3578(8,8,28272),
3579(8,8,28271),
3580(8,8,12826),
3581(8,8,27088),
3582(8,8,33944),
3583(8,8,130),
3584(8,8,27082),
3585(8,8,27086),
3586(8,8,33946),
3587(8,8,475),
3588(8,8,1953),
3589(8,8,27085),
3590(8,8,12051),
3591(8,8,27128),
3592(8,8,27131),
3593(8,8,32796),
3594(8,8,27074),
3595(8,8,2139),
3596(8,8,27101),
3597(8,8,27124),
3598(8,8,45438),
3599(8,8,27125),
3600(8,8,27127),
3601(8,8,30482),
3602(8,8,30451),
3603(8,8,30455),
3604(8,8,66),
3605(8,8,43987),
3606(8,8,30449);
3607
3608INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3609(10,8,27126),
3610(10,8,27070),
3611(10,8,22018),
3612(10,8,27072),
3613(10,8,22019),
3614(10,8,27079),
3615(10,8,38704),
3616(10,8,28272),
3617(10,8,28271),
3618(10,8,12826),
3619(10,8,27088),
3620(10,8,33944),
3621(10,8,130),
3622(10,8,27082),
3623(10,8,27086),
3624(10,8,33946),
3625(10,8,475),
3626(10,8,1953),
3627(10,8,27085),
3628(10,8,12051),
3629(10,8,27128),
3630(10,8,27131),
3631(10,8,32796),
3632(10,8,27074),
3633(10,8,2139),
3634(10,8,27101),
3635(10,8,27124),
3636(10,8,45438),
3637(10,8,27125),
3638(10,8,27127),
3639(10,8,30482),
3640(10,8,30451),
3641(10,8,30455),
3642(10,8,66),
3643(10,8,43987),
3644(10,8,30449);
3645
3646INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3647(11,8,27126),
3648(11,8,27070),
3649(11,8,22018),
3650(11,8,27072),
3651(11,8,22019),
3652(11,8,27079),
3653(11,8,38704),
3654(11,8,28272),
3655(11,8,28271),
3656(11,8,12826),
3657(11,8,27088),
3658(11,8,33944),
3659(11,8,130),
3660(11,8,27082),
3661(11,8,27086),
3662(11,8,33946),
3663(11,8,475),
3664(11,8,1953),
3665(11,8,27085),
3666(11,8,12051),
3667(11,8,27128),
3668(11,8,27131),
3669(11,8,32796),
3670(11,8,27074),
3671(11,8,2139),
3672(11,8,27101),
3673(11,8,27124),
3674(11,8,45438),
3675(11,8,27125),
3676(11,8,27127),
3677(11,8,30482),
3678(11,8,30451),
3679(11,8,30455),
3680(11,8,66),
3681(11,8,43987),
3682(11,8,30449);
3683
3684INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3685(1,5,25389),
3686(1,5,25364),
3687(1,5,25368),
3688(1,5,25218),
3689(1,5,25429),
3690(1,5,25222),
3691(1,5,25375),
3692(1,5,25435),
3693(1,5,25431),
3694(1,5,528),
3695(1,5,10890),
3696(1,5,988),
3697(1,5,6346),
3698(1,5,25235),
3699(1,5,25384),
3700(1,5,25596),
3701(1,5,10955),
3702(1,5,10909),
3703(1,5,25380),
3704(1,5,10912),
3705(1,5,25308),
3706(1,5,25433),
3707(1,5,552),
3708(1,5,1706),
3709(1,5,25213),
3710(1,5,25392),
3711(1,5,39374),
3712(1,5,32999),
3713(1,5,32996),
3714(1,5,32546),
3715(1,5,34433),
3716(1,5,33076),
3717(1,5,32375);
3718
3719INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3720(3,5,25389),
3721(3,5,25364),
3722(3,5,25368),
3723(3,5,25218),
3724(3,5,25429),
3725(3,5,25222),
3726(3,5,25375),
3727(3,5,25435),
3728(3,5,25431),
3729(3,5,528),
3730(3,5,10890),
3731(3,5,988),
3732(3,5,6346),
3733(3,5,25235),
3734(3,5,25384),
3735(3,5,25596),
3736(3,5,10955),
3737(3,5,10909),
3738(3,5,25380),
3739(3,5,10912),
3740(3,5,25308),
3741(3,5,25433),
3742(3,5,552),
3743(3,5,1706),
3744(3,5,25213),
3745(3,5,25392),
3746(3,5,39374),
3747(3,5,32999),
3748(3,5,32996),
3749(3,5,32546),
3750(3,5,34433),
3751(3,5,33076),
3752(3,5,32375);
3753
3754INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3755(4,5,25389),
3756(4,5,25364),
3757(4,5,25368),
3758(4,5,25218),
3759(4,5,25429),
3760(4,5,25222),
3761(4,5,25375),
3762(4,5,25435),
3763(4,5,25431),
3764(4,5,528),
3765(4,5,10890),
3766(4,5,988),
3767(4,5,6346),
3768(4,5,25235),
3769(4,5,25384),
3770(4,5,25596),
3771(4,5,10955),
3772(4,5,10909),
3773(4,5,25380),
3774(4,5,10912),
3775(4,5,25308),
3776(4,5,25433),
3777(4,5,552),
3778(4,5,1706),
3779(4,5,25213),
3780(4,5,25392),
3781(4,5,39374),
3782(4,5,32999),
3783(4,5,32996),
3784(4,5,32546),
3785(4,5,34433),
3786(4,5,33076),
3787(4,5,32375);
3788
3789INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3790(5,5,25389),
3791(5,5,25364),
3792(5,5,25368),
3793(5,5,25218),
3794(5,5,25429),
3795(5,5,25222),
3796(5,5,25375),
3797(5,5,25435),
3798(5,5,25431),
3799(5,5,528),
3800(5,5,10890),
3801(5,5,988),
3802(5,5,6346),
3803(5,5,25235),
3804(5,5,25384),
3805(5,5,25596),
3806(5,5,10955),
3807(5,5,10909),
3808(5,5,25380),
3809(5,5,10912),
3810(5,5,25308),
3811(5,5,25433),
3812(5,5,552),
3813(5,5,1706),
3814(5,5,25213),
3815(5,5,25392),
3816(5,5,39374),
3817(5,5,32999),
3818(5,5,32996),
3819(5,5,32546),
3820(5,5,34433),
3821(5,5,33076),
3822(5,5,32375);
3823
3824INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3825(8,5,25389),
3826(8,5,25364),
3827(8,5,25368),
3828(8,5,25218),
3829(8,5,25429),
3830(8,5,25222),
3831(8,5,25375),
3832(8,5,25435),
3833(8,5,25431),
3834(8,5,528),
3835(8,5,10890),
3836(8,5,988),
3837(8,5,6346),
3838(8,5,25235),
3839(8,5,25384),
3840(8,5,25596),
3841(8,5,10955),
3842(8,5,10909),
3843(8,5,25380),
3844(8,5,10912),
3845(8,5,25308),
3846(8,5,25433),
3847(8,5,552),
3848(8,5,1706),
3849(8,5,25213),
3850(8,5,25392),
3851(8,5,39374),
3852(8,5,32999),
3853(8,5,32996),
3854(8,5,32546),
3855(8,5,34433),
3856(8,5,33076),
3857(8,5,32375);
3858
3859INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3860(10,5,25389),
3861(10,5,25364),
3862(10,5,25368),
3863(10,5,25218),
3864(10,5,25429),
3865(10,5,25222),
3866(10,5,25375),
3867(10,5,25435),
3868(10,5,25431),
3869(10,5,528),
3870(10,5,10890),
3871(10,5,988),
3872(10,5,6346),
3873(10,5,25235),
3874(10,5,25384),
3875(10,5,25596),
3876(10,5,10955),
3877(10,5,10909),
3878(10,5,25380),
3879(10,5,10912),
3880(10,5,25308),
3881(10,5,25433),
3882(10,5,552),
3883(10,5,1706),
3884(10,5,25213),
3885(10,5,25392),
3886(10,5,39374),
3887(10,5,32999),
3888(10,5,32996),
3889(10,5,32546),
3890(10,5,34433),
3891(10,5,33076),
3892(10,5,32375);
3893
3894INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3895(11,5,25389),
3896(11,5,25364),
3897(11,5,25368),
3898(11,5,25218),
3899(11,5,25429),
3900(11,5,25222),
3901(11,5,25375),
3902(11,5,25435),
3903(11,5,25431),
3904(11,5,528),
3905(11,5,10890),
3906(11,5,988),
3907(11,5,6346),
3908(11,5,25235),
3909(11,5,25384),
3910(11,5,25596),
3911(11,5,10955),
3912(11,5,10909),
3913(11,5,25380),
3914(11,5,10912),
3915(11,5,25308),
3916(11,5,25433),
3917(11,5,552),
3918(11,5,1706),
3919(11,5,25213),
3920(11,5,25392),
3921(11,5,39374),
3922(11,5,32999),
3923(11,5,32996),
3924(11,5,32546),
3925(11,5,34433),
3926(11,5,33076),
3927(11,5,32375);
3928
3929INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3930(2,7,25396),
3931(2,7,25449),
3932(2,7,25485),
3933(2,7,25454),
3934(2,7,25509),
3935(2,7,2484),
3936(2,7,25472),
3937(2,7,25525),
3938(2,7,25457),
3939(2,7,25489),
3940(2,7,25533),
3941(2,7,25528),
3942(2,7,20777),
3943(2,7,25547),
3944(2,7,8012),
3945(2,7,526),
3946(2,7,8143),
3947(2,7,25464),
3948(2,7,25500),
3949(2,7,2645),
3950(2,7,25567),
3951(2,7,25420),
3952(2,7,2870),
3953(2,7,8166),
3954(2,7,131),
3955(2,7,25560),
3956(2,7,6196),
3957(2,7,25552),
3958(2,7,25570),
3959(2,7,25563),
3960(2,7,25557),
3961(2,7,546),
3962(2,7,556),
3963(2,7,8177),
3964(2,7,25574),
3965(2,7,36936),
3966(2,7,25505),
3967(2,7,421),
3968(2,7,25587),
3969(2,7,6495),
3970(2,7,25577),
3971(2,7,8170),
3972(2,7,25423),
3973(2,7,25359),
3974(2,7,25908),
3975(2,7,33736),
3976(2,7,3738),
3977(2,7,2062),
3978(2,7,2894),
3979(2,7,2825);
3980
3981INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
3982(6,7,25396),
3983(6,7,25449),
3984(6,7,25485),
3985(6,7,25454),
3986(6,7,25509),
3987(6,7,2484),
3988(6,7,25472),
3989(6,7,25525),
3990(6,7,25457),
3991(6,7,25489),
3992(6,7,25533),
3993(6,7,25528),
3994(6,7,20777),
3995(6,7,25547),
3996(6,7,8012),
3997(6,7,526),
3998(6,7,8143),
3999(6,7,25464),
4000(6,7,25500),
4001(6,7,2645),
4002(6,7,25567),
4003(6,7,25420),
4004(6,7,2870),
4005(6,7,8166),
4006(6,7,131),
4007(6,7,25560),
4008(6,7,6196),
4009(6,7,25552),
4010(6,7,25570),
4011(6,7,25563),
4012(6,7,25557),
4013(6,7,546),
4014(6,7,556),
4015(6,7,8177),
4016(6,7,25574),
4017(6,7,36936),
4018(6,7,25505),
4019(6,7,421),
4020(6,7,25587),
4021(6,7,6495),
4022(6,7,25577),
4023(6,7,8170),
4024(6,7,25423),
4025(6,7,25359),
4026(6,7,25908),
4027(6,7,33736),
4028(6,7,3738),
4029(6,7,2062),
4030(6,7,2894),
4031(6,7,2825);
4032
4033INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4034(8,7,25396),
4035(8,7,25449),
4036(8,7,25485),
4037(8,7,25454),
4038(8,7,25509),
4039(8,7,2484),
4040(8,7,25472),
4041(8,7,25525),
4042(8,7,25457),
4043(8,7,25489),
4044(8,7,25533),
4045(8,7,25528),
4046(8,7,20777),
4047(8,7,25547),
4048(8,7,8012),
4049(8,7,526),
4050(8,7,8143),
4051(8,7,25464),
4052(8,7,25500),
4053(8,7,2645),
4054(8,7,25567),
4055(8,7,25420),
4056(8,7,2870),
4057(8,7,8166),
4058(8,7,131),
4059(8,7,25560),
4060(8,7,6196),
4061(8,7,25552),
4062(8,7,25570),
4063(8,7,25563),
4064(8,7,25557),
4065(8,7,546),
4066(8,7,556),
4067(8,7,8177),
4068(8,7,25574),
4069(8,7,36936),
4070(8,7,25505),
4071(8,7,421),
4072(8,7,25587),
4073(8,7,6495),
4074(8,7,25577),
4075(8,7,8170),
4076(8,7,25423),
4077(8,7,25359),
4078(8,7,25908),
4079(8,7,33736),
4080(8,7,3738),
4081(8,7,2062),
4082(8,7,2894),
4083(8,7,2825);
4084
4085INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4086(11,7,25396),
4087(11,7,25449),
4088(11,7,25485),
4089(11,7,25454),
4090(11,7,25509),
4091(11,7,2484),
4092(11,7,25472),
4093(11,7,25525),
4094(11,7,25457),
4095(11,7,25489),
4096(11,7,25533),
4097(11,7,25528),
4098(11,7,20777),
4099(11,7,25547),
4100(11,7,8012),
4101(11,7,526),
4102(11,7,8143),
4103(11,7,25464),
4104(11,7,25500),
4105(11,7,2645),
4106(11,7,25567),
4107(11,7,25420),
4108(11,7,2870),
4109(11,7,8166),
4110(11,7,131),
4111(11,7,25560),
4112(11,7,6196),
4113(11,7,25552),
4114(11,7,25570),
4115(11,7,25563),
4116(11,7,25557),
4117(11,7,546),
4118(11,7,556),
4119(11,7,8177),
4120(11,7,25574),
4121(11,7,36936),
4122(11,7,25505),
4123(11,7,421),
4124(11,7,25587),
4125(11,7,6495),
4126(11,7,25577),
4127(11,7,8170),
4128(11,7,25423),
4129(11,7,25359),
4130(11,7,25908),
4131(11,7,33736),
4132(11,7,3738),
4133(11,7,2062),
4134(11,7,2894),
4135(11,7,32182);
4136
4137INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4138(2,3,674),
4139(2,3,8737);
4140
4141INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4142(3,3,674),
4143(3,3,8737);
4144
4145INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4146(4,3,674),
4147(4,3,8737);
4148
4149INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4150(6,3,674),
4151(6,3,8737);
4152
4153INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4154(8,3,674),
4155(8,3,8737);
4156
4157INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4158(10,3,674),
4159(10,3,8737);
4160
4161INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4162(11,3,674),
4163(11,3,8737);
4164
4165INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4166(1,2,750),
4167(1,2,3127);
4168
4169INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4170(3,2,750),
4171(3,2,3127);
4172
4173INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4174(10,2,750),
4175(10,2,3127);
4176
4177INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4178(11,2,750),
4179(11,2,3127);
4180
4181INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4182(2,7,25442),
4183(2,7,8737),
4184(2,7,20608);
4185
4186INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4187(6,7,25442),
4188(6,7,8737),
4189(6,7,20608);
4190
4191INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4192(8,7,25442),
4193(8,7,8737),
4194(8,7,20608);
4195
4196INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4197(11,7,25442),
4198(11,7,8737),
4199(11,7,20608);
4200
4201INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4202(1,8,27087);
4203
4204INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4205(5,8,27087);
4206
4207INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4208(7,8,27087);
4209
4210INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4211(8,8,27087);
4212
4213INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4214(10,8,27087);
4215
4216INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4217(11,8,27087);
4218
4219INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4220(1,4,8643),
4221(1,4,3127),
4222(1,4,674);
4223
4224INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4225(2,4,8643),
4226(2,4,3127),
4227(2,4,674);
4228
4229INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4230(3,4,8643),
4231(3,4,3127),
4232(3,4,674);
4233
4234INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4235(4,4,8643),
4236(4,4,3127),
4237(4,4,674);
4238
4239INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4240(5,4,8643),
4241(5,4,3127),
4242(5,4,674);
4243
4244INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4245(7,4,8643),
4246(7,4,3127),
4247(7,4,674);
4248
4249INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4250(8,4,8643),
4251(8,4,3127),
4252(8,4,674);
4253
4254INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4255(10,4,8643),
4256(10,4,3127),
4257(10,4,674);
4258
4259INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4260(1,1,25212),
4261(1,1,674),
4262(1,1,750),
4263(1,1,12678);
4264
4265INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4266(2,1,25212),
4267(2,1,674),
4268(2,1,750),
4269(2,1,12678);
4270
4271INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4272(3,1,25212),
4273(3,1,674),
4274(3,1,750),
4275(3,1,12678);
4276
4277INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4278(4,1,25212),
4279(4,1,674),
4280(4,1,750),
4281(4,1,12678);
4282
4283INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4284(5,1,25212),
4285(5,1,674),
4286(5,1,750),
4287(5,1,12678);
4288
4289INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4290(6,1,25212),
4291(6,1,674),
4292(6,1,750),
4293(6,1,12678);
4294
4295INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4296(7,1,25212),
4297(7,1,674),
4298(7,1,750),
4299(7,1,12678);
4300
4301INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4302(8,1,25212),
4303(8,1,674),
4304(8,1,750),
4305(8,1,12678);
4306
4307INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4308(11,1,25212),
4309(11,1,674),
4310(11,1,750),
4311(11,1,12678);
4312
4313-- Hunter beast training
4314INSERT INTO playercreateinfo_spell_custom (race,class,Spell,Active) VALUES
4315(2,3,5149,1),
4316(3,3,5149,1),
4317(4,3,5149,1),
4318(6,3,5149,1),
4319(8,3,5149,1),
4320(10,3,5149,1),
4321(11,3,5149,1);
4322
4323-- Class mounts and warlock pets - Credits to xmaveric
4324-- Paladin 60 Mount
4325INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4326(1,2,23214),
4327(3,2,23214),
4328(10,2,34767),
4329(11,2,23214);
4330-- Warlock 60 Mount
4331INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4332(1,9,23161),
4333(2,9,23161),
4334(5,9,23161),
4335(7,9,23161),
4336(10,9,23161),
4337(11,9,23161);
4338-- Warlock Imp
4339INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4340(1,9,688),
4341(2,9,688),
4342(5,9,688),
4343(7,9,688),
4344(10,9,688),
4345(11,9,688);
4346-- Warlock Voidwalker
4347INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4348(1,9,697),
4349(2,9,697),
4350(5,9,697),
4351(7,9,697),
4352(10,9,697),
4353(11,9,697);
4354-- Warlock Succubus
4355INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4356(1,9,712),
4357(2,9,712),
4358(5,9,712),
4359(7,9,712),
4360(10,9,712),
4361(11,9,712);
4362-- Warlock Felhunter
4363INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4364(1,9,691),
4365(2,9,691),
4366(5,9,691),
4367(7,9,691),
4368(10,9,691),
4369(11,9,691);
4370
4371-- Some missing spells
4372INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4373(6,11,20719),
4374(4,11,20719);
4375
4376INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4377(1,9,126),
4378(2,9,126),
4379(5,9,126),
4380(7,9,126),
4381(10,9,126);
4382-- seal of vengeance (paladin spell) for human, dwarf and draenei only
4383INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4384(1,2,31801),
4385(3,2,31801),
4386(11,2,31801);
4387
4388INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4389(1,4,3776),
4390(1,4,9186),
4391(1,4,21927),
4392(1,4,22054),
4393(1,4,22055),
4394(1,4,2836),
4395(1,4,1860);
4396
4397INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4398(2,4,3776),
4399(2,4,9186),
4400(2,4,21927),
4401(2,4,22054),
4402(2,4,22055),
4403(2,4,2836),
4404(2,4,1860);
4405
4406INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4407(3,4,3776),
4408(3,4,9186),
4409(3,4,21927),
4410(3,4,22054),
4411(3,4,22055),
4412(3,4,2836),
4413(3,4,1860);
4414
4415INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4416(4,4,3776),
4417(4,4,9186),
4418(4,4,21927),
4419(4,4,22054),
4420(4,4,22055),
4421(4,4,2836),
4422(4,4,1860);
4423
4424INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4425(5,4,3776),
4426(5,4,9186),
4427(5,4,21927),
4428(5,4,22054),
4429(5,4,22055),
4430(5,4,2836),
4431(5,4,1860);
4432
4433INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4434(7,4,3776),
4435(7,4,9186),
4436(7,4,21927),
4437(7,4,22054),
4438(7,4,22055),
4439(7,4,2836),
4440(7,4,1860);
4441
4442INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4443(8,4,3776),
4444(8,4,9186),
4445(8,4,21927),
4446(8,4,22054),
4447(8,4,22055),
4448(8,4,2836),
4449(8,4,1860);
4450
4451INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4452(10,4,3776),
4453(10,4,9186),
4454(10,4,21927),
4455(10,4,22054),
4456(10,4,22055),
4457(10,4,2836),
4458(10,4,1860);
4459-- Feedback (priest) Human spell only
4460INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4461(1,5,25441);
4462
4463INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4464(1,5,25312),
4465(3,5,25312),
4466(4,5,25312),
4467(5,5,25312),
4468(8,5,25312),
4469(11,5,25312),
4470(10,5,25312);
4471-- Desperate Prayer (human and dwarf only)
4472INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4473(1,5,25437),
4474(3,5,25437);
4475-- Hunter parry
4476INSERT INTO playercreateinfo_spell_custom (race,class,Spell) VALUES
4477(2,3,3127),
4478(3,3,3127),
4479(4,3,3127),
4480(6,3,3127),
4481(8,3,3127),
4482(10,3,3127),
4483(11,3,3127);
Note: See TracBrowser for help on using the browser.