· 8 years ago · Mar 03, 2018, 02:46 AM
1DROP TABLE IF EXISTS `spell_threat`;
2/*!40101 SET @saved_cs_client = @@character_set_client */;
3/*!40101 SET character_set_client = utf8 */;
4CREATE TABLE `spell_threat` (
5 `entry` mediumint(8) unsigned NOT NULL,
6 `Threat` smallint(6) NOT NULL,
7 PRIMARY KEY (`entry`)
8) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED;
9/*!40101 SET character_set_client = @saved_cs_client */;
10
11--
12-- Dumping data for table `spell_threat`
13--
14
15LOCK TABLES `spell_threat` WRITE;
16/*!40000 ALTER TABLE `spell_threat` DISABLE KEYS */;
17INSERT INTO `spell_threat` VALUES
18(78,20),
19(284,39),
20(285,59),
21(770,108),
22(1608,78),
23(1672,180),
24(1715,61),
25(6572,155),
26(6574,195),
27(6809,89),
28(7372,101),
29(7373,141),
30(7379,235),
31(7386,100),
32(7405,140),
33(8380,180),
34(8972,118),
35(9745,148),
36(9880,178),
37(9881,207),
38(11556,43),
39(11564,98),
40(11565,118),
41(11566,137),
42(11567,145),
43(11596,220),
44(11597,261),
45(11600,275),
46(11601,315),
47(11775,395),
48(14921,415),
49(17735,200),
50(17750,300),
51(17751,450),
52(17752,600),
53(20736,100),
54(23922,160),
55(23923,190),
56(23924,220),
57(23925,250),
58(24394,580),
59(24583,5),
60(25286,175),
61(25288,355),
62(25289,60),
63(20243,101),
64(30016,101),
65(30022,101),
66(29707,196),
67(30324,220),
68(26996,176),
69(25258,286),
70(30356,323),
71(25269,400),
72(30357,483),
73(29704,230),
74(25225,300),
75(20569,100),
76(25231,130),
77(33745,285),
78(16857,108),
79(6343,17),
80(8198,40),
81(8204,64),
82(8205,96),
83(11580,143),
84(11581,180),
85(25264,215),
86(33878,129),
87(33986,180),
88(33987,232),
89(20925,20),
90(20927,30),
91(20928,40),
92(27179,54),
93(2139,300),
94(6673,1),
95(5242,12),
96(6192,22),
97(11549,32),
98(11550,42),
99(11551,52),
100(2048,69),
101(47436,78),
102(47519,175),
103(47520,225),
104(469,68),
105(47439,77),
106(47440,80),
107(25202,49),
108(25203,56),
109(47437,63),
110(47497,101),
111(47498,101),
112(47449,233),
113(47450,259),
114(57823,530),
115(12797,25),
116(12799,25),
117(72,36),
118(47487,546),
119(47488,770),
120(47467,345),
121(47501,457),
122(47502,555);
123/*!40000 ALTER TABLE `spell_threat` ENABLE KEYS */;
124UNLOCK TABLES;