· 5 years ago · Oct 09, 2020, 09:52 AM
1-- ----------------------------
2-- Table structure for beast_template
3-- ----------------------------
4DROP TABLE IF EXISTS `beast_template`;
5CREATE TABLE `beast_template` (
6 `guid` int NOT NULL,
7 `entry` int NULL DEFAULT NULL,
8 `name` char(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0',
9 `rank` int NULL DEFAULT NULL,
10 `level` int NULL DEFAULT NULL,
11 `dmg_min` int NULL DEFAULT NULL,
12 `dmg_max` int NULL DEFAULT NULL,
13 `armor` int NULL DEFAULT NULL,
14 `health` int NULL DEFAULT NULL,
15 `fire_res` int NULL DEFAULT NULL,
16 `nature_res` int NULL DEFAULT NULL,
17 `frost_res` int NULL DEFAULT NULL,
18 PRIMARY KEY (`guid`) USING BTREE
19) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
20
21-- ----------------------------
22-- Records of beast_template
23-- ----------------------------
24INSERT INTO `beast_template` VALUES (0, 547, 'Great Goretusk', 0, 16, 23, 32, 721, 356, 0, 0, 0);
25INSERT INTO `beast_template` VALUES (1, 547, 'Great Goretusk', 0, 17, 25, 34, 756, 386, 0, 0, 0);
26INSERT INTO `beast_template` VALUES (2, 428, 'Dire Condor', 0, 18, 26, 35, 791, 417, 0, 0, 0);
27INSERT INTO `beast_template` VALUES (3, 428, 'Dire Condor', 0, 19, 27, 37, 826, 449, 0, 0, 0);
28INSERT INTO `beast_template` VALUES (4, 505, 'Greater Tarantula', 0, 19, 27, 37, 826, 449, 0, 0, 0);
29INSERT INTO `beast_template` VALUES (5, 505, 'Greater Tarantula', 0, 20, 29, 40, 861, 484, 0, 0, 0);
30INSERT INTO `beast_template` VALUES (6, 345, 'Bellygrub', 0, 24, 34, 46, 1002, 1139, 0, 0, 0);
31INSERT INTO `beast_template` VALUES (7, 442, 'Tarantula', 0, 15, 23, 30, 685, 328, 0, 0, 0);
32INSERT INTO `beast_template` VALUES (8, 442, 'Tarantula', 0, 16, 23, 32, 721, 356, 0, 0, 0);
33INSERT INTO `beast_template` VALUES (9, 118, 'Prowler', 0, 9, 8, 12, 412, 176, 0, 0, 0);
34INSERT INTO `beast_template` VALUES (10, 118, 'Prowler', 0, 10, 9, 13, 518, 198, 0, 0, 0);
35INSERT INTO `beast_template` VALUES (11, 822, 'Young Forest Bear', 0, 8, 12, 18, 128, 195, 0, 0, 0);
36INSERT INTO `beast_template` VALUES (12, 822, 'Young Forest Bear', 0, 9, 14, 20, 161, 220, 0, 0, 0);
37INSERT INTO `beast_template` VALUES (13, 524, 'Rockhide Boar', 0, 7, 8, 12, 245, 137, 0, 0, 0);
38INSERT INTO `beast_template` VALUES (14, 524, 'Rockhide Boar', 0, 8, 10, 14, 322, 156, 0, 0, 0);
39INSERT INTO `beast_template` VALUES (15, 330, 'Princess', 0, 9, 11, 16, 412, 229, 0, 0, 0);
40INSERT INTO `beast_template` VALUES (16, 390, 'Porcine Entourage', 0, 7, 8, 12, 246, 137, 0, 0, 0);
41INSERT INTO `beast_template` VALUES (17, 1922, 'Gray Forest Wolf', 0, 7, 7, 11, 245, 137, 0, 0, 0);
42INSERT INTO `beast_template` VALUES (18, 1922, 'Gray Forest Wolf', 0, 8, 8, 12, 322, 156, 0, 0, 0);
43INSERT INTO `beast_template` VALUES (19, 525, 'Mangy Wolf', 0, 5, 4, 6, 126, 102, 0, 0, 0);
44INSERT INTO `beast_template` VALUES (20, 525, 'Mangy Wolf', 0, 6, 5, 8, 180, 120, 0, 0, 0);
45INSERT INTO `beast_template` VALUES (21, 113, 'Stonetusk Boar', 0, 5, 5, 7, 126, 102, 0, 0, 0);
46INSERT INTO `beast_template` VALUES (22, 113, 'Stonetusk Boar', 0, 6, 6, 10, 180, 120, 0, 0, 0);
47INSERT INTO `beast_template` VALUES (23, 30, 'Forest Spider', 0, 5, 5, 7, 126, 102, 0, 0, 0);
48INSERT INTO `beast_template` VALUES (24, 30, 'Forest Spider', 0, 6, 6, 10, 180, 120, 0, 0, 0);
49INSERT INTO `beast_template` VALUES (25, 539, 'Pygmy Venom Web Spider', 0, 18, 26, 35, 791, 417, 0, 0, 0);
50INSERT INTO `beast_template` VALUES (26, 539, 'Pygmy Venom Web Spider', 0, 19, 27, 37, 826, 449, 0, 0, 0);
51INSERT INTO `beast_template` VALUES (27, 213, 'Starving Dire Wolf', 0, 19, 27, 37, 826, 449, 0, 0, 0);
52INSERT INTO `beast_template` VALUES (28, 213, 'Starving Dire Wolf', 0, 20, 29, 40, 861, 484, 0, 0, 0);
53INSERT INTO `beast_template` VALUES (29, 217, 'Venom Web Spider', 0, 19, 27, 37, 826, 449, 0, 0, 0);
54INSERT INTO `beast_template` VALUES (30, 217, 'Venom Web Spider', 0, 20, 29, 40, 861, 484, 0, 0, 0);
55INSERT INTO `beast_template` VALUES (31, 565, 'Rabid Dire Wolf', 0, 20, 29, 40, 861, 494, 0, 0, 0);
56INSERT INTO `beast_template` VALUES (32, 569, 'Green Recluse', 0, 21, 30, 41, 897, 531, 0, 0, 0);
57INSERT INTO `beast_template` VALUES (33, 569, 'Green Recluse', 0, 22, 31, 43, 932, 573, 0, 0, 0);
58INSERT INTO `beast_template` VALUES (34, 923, 'Young Black Ravager', 0, 24, 34, 46, 1002, 664, 0, 0, 0);
59INSERT INTO `beast_template` VALUES (35, 905, 'Sharptooth Frenzy', 0, 31, 19, 26, 1247, 1107, 0, 0, 0);
60INSERT INTO `beast_template` VALUES (36, 905, 'Sharptooth Frenzy', 0, 32, 20, 27, 1283, 1163, 0, 0, 0);
61INSERT INTO `beast_template` VALUES (37, 772, 'Stranglethorn Tigress', 0, 37, 33, 45, 1607, 1536, 0, 0, 0);
62INSERT INTO `beast_template` VALUES (38, 772, 'Stranglethorn Tigress', 0, 38, 63, 84, 1724, 1604, 0, 0, 0);
63INSERT INTO `beast_template` VALUES (39, 1114, 'Jungle Thunderer', 0, 37, 61, 82, 370, 1804, 0, 0, 0);
64INSERT INTO `beast_template` VALUES (40, 1114, 'Jungle Thunderer', 0, 38, 63, 84, 395, 1883, 0, 0, 0);
65INSERT INTO `beast_template` VALUES (41, 1152, 'Snapjaw Crocolisk', 0, 35, 48, 65, 1387, 1403, 0, 0, 0);
66INSERT INTO `beast_template` VALUES (42, 1152, 'Snapjaw Crocolisk', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
67INSERT INTO `beast_template` VALUES (43, 684, 'Shadowmaw Panther', 0, 37, 38, 52, 1607, 1536, 0, 0, 0);
68INSERT INTO `beast_template` VALUES (44, 684, 'Shadowmaw Panther', 0, 38, 39, 53, 1724, 1604, 0, 0, 0);
69INSERT INTO `beast_template` VALUES (45, 690, 'Cold Eye Basilisk', 0, 39, 54, 73, 2741, 1678, 0, 0, 0);
70INSERT INTO `beast_template` VALUES (46, 690, 'Cold Eye Basilisk', 0, 40, 56, 75, 2937, 1753, 0, 0, 0);
71INSERT INTO `beast_template` VALUES (47, 1550, 'Thrashtail Basilisk', 0, 41, 58, 78, 2117, 1902, 0, 0, 0);
72INSERT INTO `beast_template` VALUES (48, 1550, 'Thrashtail Basilisk', 0, 42, 62, 83, 2262, 1981, 0, 0, 0);
73INSERT INTO `beast_template` VALUES (49, 1557, 'Elder Mistvale Gorilla', 0, 40, 56, 75, 1980, 1829, 0, 0, 0);
74INSERT INTO `beast_template` VALUES (50, 1557, 'Elder Mistvale Gorilla', 0, 41, 58, 78, 2117, 1902, 0, 0, 0);
75INSERT INTO `beast_template` VALUES (51, 686, 'Lashtail Raptor', 0, 35, 48, 65, 1387, 1403, 0, 0, 0);
76INSERT INTO `beast_template` VALUES (52, 686, 'Lashtail Raptor', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
77INSERT INTO `beast_template` VALUES (53, 1085, 'Elder Stranglethorn Tiger', 0, 34, 30, 41, 1353, 1279, 0, 0, 0);
78INSERT INTO `beast_template` VALUES (54, 1085, 'Elder Stranglethorn Tiger', 0, 35, 31, 42, 1387, 1342, 0, 0, 0);
79INSERT INTO `beast_template` VALUES (55, 736, 'Panther', 0, 32, 29, 39, 1283, 1163, 0, 0, 0);
80INSERT INTO `beast_template` VALUES (56, 736, 'Panther', 0, 33, 29, 40, 1317, 1221, 0, 0, 0);
81INSERT INTO `beast_template` VALUES (57, 682, 'Stranglethorn Tiger', 0, 32, 29, 39, 1283, 1163, 0, 0, 0);
82INSERT INTO `beast_template` VALUES (58, 682, 'Stranglethorn Tiger', 0, 33, 29, 40, 1317, 1221, 0, 0, 0);
83INSERT INTO `beast_template` VALUES (59, 681, 'Young Stranglethorn Tiger', 0, 30, 27, 37, 1212, 1051, 0, 0, 0);
84INSERT INTO `beast_template` VALUES (60, 681, 'Young Stranglethorn Tiger', 0, 31, 28, 38, 1247, 1107, 0, 0, 0);
85INSERT INTO `beast_template` VALUES (61, 698, 'Bloodscalp Tiger', 0, 34, 47, 63, 1353, 1279, 0, 0, 0);
86INSERT INTO `beast_template` VALUES (62, 698, 'Bloodscalp Tiger', 0, 35, 48, 65, 1387, 1342, 0, 0, 0);
87INSERT INTO `beast_template` VALUES (63, 685, 'Stranglethorn Raptor', 0, 33, 57, 77, 1317, 1221, 0, 0, 0);
88INSERT INTO `beast_template` VALUES (64, 685, 'Stranglethorn Raptor', 0, 34, 59, 79, 1353, 1279, 0, 0, 0);
89INSERT INTO `beast_template` VALUES (65, 855, 'Young Stranglethorn Raptor', 0, 30, 53, 71, 1212, 1051, 0, 0, 0);
90INSERT INTO `beast_template` VALUES (66, 1151, 'Saltwater Crocolisk', 0, 35, 48, 65, 1387, 1403, 0, 0, 0);
91INSERT INTO `beast_template` VALUES (67, 1151, 'Saltwater Crocolisk', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
92INSERT INTO `beast_template` VALUES (68, 2635, 'Elder Saltwater Crocolisk', 1, 38, 78, 105, 2554, 4185, 0, 0, 0);
93INSERT INTO `beast_template` VALUES (69, 689, 'Crystal Spine Basilisk', 0, 34, 47, 63, 2001, 1279, 0, 0, 0);
94INSERT INTO `beast_template` VALUES (70, 689, 'Crystal Spine Basilisk', 0, 35, 48, 65, 2051, 1342, 0, 0, 0);
95INSERT INTO `beast_template` VALUES (71, 856, 'Young Lashtail Raptor', 0, 33, 57, 77, 1317, 1221, 0, 0, 0);
96INSERT INTO `beast_template` VALUES (72, 856, 'Young Lashtail Raptor', 0, 34, 59, 79, 1353, 1279, 0, 0, 0);
97INSERT INTO `beast_template` VALUES (73, 729, 'Sin\'Dall', 0, 37, 46, 62, 1607, 1536, 0, 0, 0);
98INSERT INTO `beast_template` VALUES (74, 1108, 'Mistvale Gorilla', 0, 32, 53, 72, 54, 1427, 0, 0, 0);
99INSERT INTO `beast_template` VALUES (75, 1108, 'Mistvale Gorilla', 0, 33, 55, 74, 56, 1499, 0, 0, 0);
100INSERT INTO `beast_template` VALUES (76, 683, 'Young Panther', 0, 30, 27, 37, 1212, 1051, 0, 0, 0);
101INSERT INTO `beast_template` VALUES (77, 683, 'Young Panther', 0, 31, 28, 38, 1247, 1107, 0, 0, 0);
102INSERT INTO `beast_template` VALUES (78, 1150, 'River Crocolisk', 0, 31, 43, 58, 1247, 1107, 0, 0, 0);
103INSERT INTO `beast_template` VALUES (79, 728, 'Bhag\'thera', 1, 40, 79, 106, 1980, 4801, 0, 0, 0);
104INSERT INTO `beast_template` VALUES (80, 731, 'King Bangalash', 1, 43, 107, 143, 2414, 5577, 0, 0, 0);
105INSERT INTO `beast_template` VALUES (81, 756, 'Skullsplitter Panther', 0, 41, 58, 78, 2117, 1902, 0, 0, 0);
106INSERT INTO `beast_template` VALUES (82, 756, 'Skullsplitter Panther', 0, 42, 62, 83, 2262, 1981, 0, 0, 0);
107INSERT INTO `beast_template` VALUES (83, 7443, 'Shardtooth Mauler', 0, 55, 94, 125, 2331, 4182, 0, 0, 0);
108INSERT INTO `beast_template` VALUES (84, 7443, 'Shardtooth Mauler', 0, 56, 95, 128, 2371, 4318, 0, 0, 0);
109INSERT INTO `beast_template` VALUES (85, 7455, 'Winterspring Owl', 0, 55, 94, 125, 3292, 2614, 0, 0, 0);
110INSERT INTO `beast_template` VALUES (86, 7448, 'Chillwind Chimaera', 0, 55, 94, 125, 3292, 3529, 0, 0, 0);
111INSERT INTO `beast_template` VALUES (87, 7448, 'Chillwind Chimaera', 0, 57, 97, 130, 3402, 3758, 0, 0, 0);
112INSERT INTO `beast_template` VALUES (88, 7432, 'Frostsaber Stalker', 0, 59, 76, 102, 3512, 3997, 0, 0, 0);
113INSERT INTO `beast_template` VALUES (89, 7433, 'Frostsaber Huntress', 0, 58, 74, 100, 3457, 3876, 0, 0, 0);
114INSERT INTO `beast_template` VALUES (90, 7433, 'Frostsaber Huntress', 0, 59, 79, 102, 3512, 3997, 0, 0, 0);
115INSERT INTO `beast_template` VALUES (91, 10619, 'Glacier', 0, 50, 215, 287, 3018, 4430, 0, 0, 0);
116INSERT INTO `beast_template` VALUES (92, 7456, 'Winterspring Screecher', 0, 57, 97, 130, 3402, 3758, 0, 0, 0);
117INSERT INTO `beast_template` VALUES (93, 7456, 'Winterspring Screecher', 0, 58, 99, 133, 3457, 3876, 0, 0, 0);
118INSERT INTO `beast_template` VALUES (94, 7445, 'Elder Shardtooth', 0, 57, 97, 130, 2575, 4454, 0, 0, 0);
119INSERT INTO `beast_template` VALUES (95, 7445, 'Elder Shardtooth', 0, 58, 99, 133, 2616, 4594, 0, 0, 0);
120INSERT INTO `beast_template` VALUES (96, 7449, 'Chillwind Ravager', 0, 58, 99, 133, 3457, 3876, 0, 0, 0);
121INSERT INTO `beast_template` VALUES (97, 7449, 'Chillwind Ravager', 0, 59, 101, 136, 3512, 3997, 0, 0, 0);
122INSERT INTO `beast_template` VALUES (98, 7446, 'Rabid Shardtooth', 0, 59, 101, 136, 2658, 4738, 0, 0, 0);
123INSERT INTO `beast_template` VALUES (99, 7446, 'Rabid Shardtooth', 0, 60, 103, 138, 2699, 4883, 0, 0, 0);
124INSERT INTO `beast_template` VALUES (100, 5286, 'Longtooth Runner', 0, 40, 56, 75, 1980, 1829, 0, 0, 0);
125INSERT INTO `beast_template` VALUES (101, 5286, 'Longtooth Runner', 0, 41, 58, 78, 2117, 1902, 0, 0, 0);
126INSERT INTO `beast_template` VALUES (102, 12801, 'Arcane Chimaerok', 1, 60, 623, 828, 3566, 30520, 0, 0, 0);
127INSERT INTO `beast_template` VALUES (103, 12801, 'Arcane Chimaerok', 1, 61, 634, 842, 3622, 31440, 0, 0, 0);
128INSERT INTO `beast_template` VALUES (104, 12801, 'Arcane Chimaerok', 1, 62, 647, 859, 3677, 32370, 0, 0, 0);
129INSERT INTO `beast_template` VALUES (105, 12802, 'Chimaerok Devourer', 1, 61, 634, 842, 3622, 22008, 0, 0, 0);
130INSERT INTO `beast_template` VALUES (106, 12802, 'Chimaerok Devourer', 1, 62, 647, 859, 3677, 22659, 0, 0, 0);
131INSERT INTO `beast_template` VALUES (107, 12800, 'Chimaerok', 1, 61, 634, 842, 3622, 31440, 0, 0, 0);
132INSERT INTO `beast_template` VALUES (108, 12803, 'Lord Lakmaeran', 1, 62, 1618, 2147, 3677, 323700, 0, 0, 0);
133INSERT INTO `beast_template` VALUES (109, 5268, 'Ironfur Bear', 0, 41, 58, 78, 3141, 1902, 0, 0, 0);
134INSERT INTO `beast_template` VALUES (110, 5268, 'Ironfur Bear', 0, 42, 62, 83, 3358, 1981, 0, 0, 0);
135INSERT INTO `beast_template` VALUES (111, 7726, 'Grimtotem Naturalist', 0, 41, 54, 73, 1727, 1522, 0, 65, 0);
136INSERT INTO `beast_template` VALUES (112, 7726, 'Grimtotem Naturalist', 0, 42, 58, 77, 1841, 1585, 0, 65, 0);
137INSERT INTO `beast_template` VALUES (113, 5287, 'Longtooth Howler', 0, 43, 66, 89, 2414, 2059, 0, 0, 0);
138INSERT INTO `beast_template` VALUES (114, 5287, 'Longtooth Howler', 0, 44, 72, 96, 2574, 2138, 0, 0, 0);
139INSERT INTO `beast_template` VALUES (115, 5272, 'Grizzled Ironfur Bear', 0, 44, 72, 96, 3825, 2138, 0, 0, 0);
140INSERT INTO `beast_template` VALUES (116, 5272, 'Grizzled Ironfur Bear', 0, 45, 75, 101, 4076, 2218, 0, 0, 0);
141INSERT INTO `beast_template` VALUES (117, 5308, 'Rogue Vale Screecher', 0, 44, 72, 96, 2574, 2228, 0, 0, 0);
142INSERT INTO `beast_template` VALUES (118, 5308, 'Rogue Vale Screecher', 0, 45, 75, 101, 2742, 2310, 0, 0, 0);
143INSERT INTO `beast_template` VALUES (119, 5308, 'Rogue Vale Screecher', 0, 46, 77, 103, 2798, 2399, 0, 0, 0);
144INSERT INTO `beast_template` VALUES (120, 12418, 'Gordok Hyena', 0, 52, 172, 229, 3128, 2371, 0, 0, 0);
145INSERT INTO `beast_template` VALUES (121, 12418, 'Gordok Hyena', 0, 53, 175, 233, 3183, 2453, 0, 0, 0);
146INSERT INTO `beast_template` VALUES (122, 12418, 'Gordok Hyena', 0, 54, 179, 239, 3237, 2533, 0, 0, 0);
147INSERT INTO `beast_template` VALUES (123, 11497, 'The Razza', 2, 60, 1161, 1538, 2876, 73260, 0, 0, 0);
148INSERT INTO `beast_template` VALUES (124, 5260, 'Groddoc Ape', 0, 42, 78, 104, 1604, 1981, 0, 0, 0);
149INSERT INTO `beast_template` VALUES (125, 5260, 'Groddoc Ape', 0, 43, 83, 111, 1711, 2059, 0, 0, 0);
150INSERT INTO `beast_template` VALUES (126, 5307, 'Vale Screecher', 0, 41, 58, 78, 2117, 1902, 0, 0, 0);
151INSERT INTO `beast_template` VALUES (127, 5300, 'Frayfeather Hippogryph', 0, 43, 66, 89, 2414, 2059, 0, 0, 0);
152INSERT INTO `beast_template` VALUES (128, 5300, 'Frayfeather Hippogryph', 0, 44, 72, 96, 2574, 2138, 0, 0, 0);
153INSERT INTO `beast_template` VALUES (129, 5304, 'Frayfeather Stagwing', 0, 44, 72, 96, 2574, 2138, 0, 0, 0);
154INSERT INTO `beast_template` VALUES (130, 5304, 'Frayfeather Stagwing', 0, 45, 75, 101, 2742, 2218, 0, 0, 0);
155INSERT INTO `beast_template` VALUES (131, 5305, 'Frayfeather Skystormer', 0, 45, 70, 94, 2211, 1848, 0, 0, 0);
156INSERT INTO `beast_template` VALUES (132, 5305, 'Frayfeather Skystormer', 0, 46, 71, 96, 2255, 1919, 0, 0, 0);
157INSERT INTO `beast_template` VALUES (133, 5306, 'Frayfeather Patriarch', 0, 46, 77, 103, 2798, 2399, 0, 0, 0);
158INSERT INTO `beast_template` VALUES (134, 5306, 'Frayfeather Patriarch', 0, 47, 79, 105, 2853, 2488, 0, 0, 0);
159INSERT INTO `beast_template` VALUES (135, 5274, 'Ironfur Patriarch', 0, 48, 80, 108, 4321, 2578, 0, 0, 0);
160INSERT INTO `beast_template` VALUES (136, 5274, 'Ironfur Patriarch', 0, 49, 82, 110, 4404, 2673, 0, 0, 0);
161INSERT INTO `beast_template` VALUES (137, 5288, 'Rabid Longtooth', 0, 47, 79, 105, 2853, 2488, 0, 0, 0);
162INSERT INTO `beast_template` VALUES (138, 5288, 'Rabid Longtooth', 0, 48, 80, 108, 2907, 2578, 0, 0, 0);
163INSERT INTO `beast_template` VALUES (139, 5262, 'Groddoc Thunderer', 0, 49, 103, 137, 2674, 2673, 0, 0, 0);
164INSERT INTO `beast_template` VALUES (140, 5262, 'Groddoc Thunderer', 0, 50, 105, 141, 2724, 2769, 0, 0, 0);
165INSERT INTO `beast_template` VALUES (141, 5349, 'Arash-ethis', 4, 49, 82, 110, 2963, 2673, 0, 0, 0);
166INSERT INTO `beast_template` VALUES (142, 4692, 'Dread Swoop', 0, 32, 44, 60, 1283, 1163, 0, 0, 0);
167INSERT INTO `beast_template` VALUES (143, 4692, 'Dread Swoop', 0, 33, 45, 61, 1317, 1221, 0, 0, 0);
168INSERT INTO `beast_template` VALUES (144, 4697, 'Scorpashi Lasher', 0, 34, 47, 63, 1353, 1279, 0, 0, 0);
169INSERT INTO `beast_template` VALUES (145, 4697, 'Scorpashi Lasher', 0, 35, 48, 65, 1387, 1342, 0, 0, 0);
170INSERT INTO `beast_template` VALUES (146, 10204, 'Misha', 1, 62, 755, 1002, 3677, 161850, 0, 0, 0);
171INSERT INTO `beast_template` VALUES (147, 4728, 'Gritjaw Basilisk', 0, 31, 43, 58, 1247, 1107, 0, 0, 0);
172INSERT INTO `beast_template` VALUES (148, 4728, 'Gritjaw Basilisk', 0, 32, 44, 60, 1283, 1163, 0, 0, 0);
173INSERT INTO `beast_template` VALUES (149, 4696, 'Scorpashi Snapper', 0, 30, 42, 57, 1212, 1051, 0, 0, 0);
174INSERT INTO `beast_template` VALUES (150, 4696, 'Scorpashi Snapper', 0, 31, 43, 58, 1247, 1107, 0, 0, 0);
175INSERT INTO `beast_template` VALUES (151, 4700, 'Aged Kodo', 0, 35, 72, 97, 1387, 1647, 0, 0, 0);
176INSERT INTO `beast_template` VALUES (152, 4702, 'Ancient Kodo', 0, 36, 74, 100, 1494, 1724, 0, 0, 0);
177INSERT INTO `beast_template` VALUES (153, 4702, 'Ancient Kodo', 0, 37, 76, 103, 1607, 1804, 0, 0, 0);
178INSERT INTO `beast_template` VALUES (154, 4696, 'Carrion Horror', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
179INSERT INTO `beast_template` VALUES (155, 4696, 'Carrion Horror', 0, 37, 51, 69, 1607, 1536, 0, 0, 0);
180INSERT INTO `beast_template` VALUES (156, 4701, 'Dying Kodo', 0, 36, 74, 100, 1494, 1724, 0, 0, 0);
181INSERT INTO `beast_template` VALUES (157, 4693, 'Dread Flyer', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
182INSERT INTO `beast_template` VALUES (158, 4693, 'Dread Flyer', 0, 37, 51, 69, 1607, 1536, 0, 0, 0);
183INSERT INTO `beast_template` VALUES (159, 4729, 'Hulking Gritjaw Basilisk', 0, 35, 58, 78, 1387, 1464, 0, 0, 0);
184INSERT INTO `beast_template` VALUES (160, 4729, 'Hulking Gritjaw Basilisk', 0, 36, 59, 80, 1494, 1532, 0, 0, 0);
185INSERT INTO `beast_template` VALUES (161, 4727, 'Elder Thunder Lizard', 0, 37, 51, 69, 1607, 1536, 0, 0, 0);
186INSERT INTO `beast_template` VALUES (162, 4727, 'Elder Thunder Lizard', 0, 38, 52, 70, 1724, 1604, 0, 0, 0);
187INSERT INTO `beast_template` VALUES (163, 4689, 'Starving Bonepaw', 0, 30, 12, 17, 1212, 287, 0, 0, 0);
188INSERT INTO `beast_template` VALUES (164, 4689, 'Starving Bonepaw', 0, 31, 13, 18, 1247, 302, 0, 0, 0);
189INSERT INTO `beast_template` VALUES (165, 4689, 'Starving Bonepaw', 0, 32, 13, 18, 1283, 317, 0, 0, 0);
190INSERT INTO `beast_template` VALUES (166, 4726, 'Raging Thunder Lizard', 0, 33, 45, 61, 1317, 1221, 0, 0, 0);
191INSERT INTO `beast_template` VALUES (167, 4726, 'Raging Thunder Lizard', 0, 34, 47, 63, 1353, 1279, 0, 0, 0);
192INSERT INTO `beast_template` VALUES (168, 13036, 'Gordok Mastiff', 0, 57, 286, 380, 3402, 3758, 0, 0, 0);
193INSERT INTO `beast_template` VALUES (169, 13036, 'Gordok Mastiff', 0, 58, 291, 388, 3457, 3876, 0, 0, 0);
194INSERT INTO `beast_template` VALUES (170, 13036, 'Gordok Mastiff', 0, 59, 297, 395, 3512, 3997, 0, 0, 0);
195INSERT INTO `beast_template` VALUES (171, 11740, 'Dredge Striker', 0, 55, 94, 125, 3292, 3137, 0, 0, 0);
196INSERT INTO `beast_template` VALUES (172, 11740, 'Dredge Striker', 0, 56, 95, 128, 3348, 3239, 0, 0, 0);
197INSERT INTO `beast_template` VALUES (173, 11735, 'Stonelash Scorpid', 0, 54, 92, 123, 3237, 3293, 0, 0, 0);
198INSERT INTO `beast_template` VALUES (174, 11735, 'Stonelash Scorpid', 0, 55, 94, 125, 3292, 3398, 0, 0, 0);
199INSERT INTO `beast_template` VALUES (175, 11738, 'Sand Skitterer', 0, 55, 94, 125, 3292, 3529, 0, 0, 0);
200INSERT INTO `beast_template` VALUES (176, 11738, 'Sand Skitterer', 0, 56, 95, 128, 3348, 3644, 0, 0, 0);
201INSERT INTO `beast_template` VALUES (177, 11741, 'Dredge Crusher', 0, 57, 97, 130, 3402, 3758, 0, 0, 0);
202INSERT INTO `beast_template` VALUES (178, 11741, 'Dredge Crusher', 0, 58, 99, 133, 3457, 3876, 0, 0, 0);
203INSERT INTO `beast_template` VALUES (179, 11736, 'Stonelash Pincer', 0, 56, 95, 128, 3348, 3644, 0, 0, 0);
204INSERT INTO `beast_template` VALUES (180, 11739, 'Rock Stalker', 0, 57, 97, 130, 3402, 3758, 0, 0, 0);
205INSERT INTO `beast_template` VALUES (181, 11739, 'Rock Stalker', 0, 58, 99, 133, 3457, 3876, 0, 0, 0);
206INSERT INTO `beast_template` VALUES (182, 11737, 'Stonelash Flayer', 0, 57, 97, 130, 3402, 3758, 0, 0, 0);
207INSERT INTO `beast_template` VALUES (183, 11737, 'Stonelash Flayer', 0, 58, 99, 133, 3457, 3876, 0, 0, 0);
208INSERT INTO `beast_template` VALUES (184, 15172, 'Glibb', 0, 62, 107, 144, 3677, 3237, 0, 0, 0);
209INSERT INTO `beast_template` VALUES (185, 9162, 'Young Diemetradon', 0, 49, 82, 110, 2963, 2673, 0, 0, 0);
210INSERT INTO `beast_template` VALUES (186, 9162, 'Young Diemetradon', 0, 50, 84, 113, 3018, 2769, 0, 0, 0);
211INSERT INTO `beast_template` VALUES (187, 9163, 'Diemetradon', 0, 51, 86, 115, 3072, 2980, 0, 0, 0);
212INSERT INTO `beast_template` VALUES (188, 9164, 'Diemetradon', 0, 52, 88, 118, 3128, 3082, 0, 0, 0);
213INSERT INTO `beast_template` VALUES (189, 9167, 'Frenzied Pterrordax', 0, 52, 88, 118, 3128, 3082, 0, 0, 0);
214INSERT INTO `beast_template` VALUES (190, 9167, 'Frenzied Pterrordax', 0, 53, 90, 120, 3183, 3189, 0, 0, 0);
215INSERT INTO `beast_template` VALUES (191, 9167, 'Frenzied Pterrordax', 0, 54, 92, 123, 3237, 3293, 0, 0, 0);
216INSERT INTO `beast_template` VALUES (192, 9164, 'Elder Diemetradon', 0, 54, 92, 123, 3237, 3293, 0, 0, 0);
217INSERT INTO `beast_template` VALUES (193, 9164, 'Elder Diemetradon', 0, 55, 94, 125, 3292, 3398, 0, 0, 0);
218INSERT INTO `beast_template` VALUES (194, 6499, 'Ironhide Devilsaur', 1, 55, 460, 612, 4092, 7842, 0, 0, 0);
219INSERT INTO `beast_template` VALUES (195, 6499, 'Ironhide Devilsaur', 1, 56, 469, 624, 4162, 8097, 0, 0, 0);
220INSERT INTO `beast_template` VALUES (196, 6501, 'Stegodon', 1, 52, 291, 387, 3128, 7113, 0, 0, 0);
221INSERT INTO `beast_template` VALUES (197, 6501, 'Stegodon', 1, 53, 297, 395, 3183, 7359, 0, 0, 0);
222INSERT INTO `beast_template` VALUES (198, 6502, 'Plated Stegodon', 1, 52, 300, 399, 4649, 7113, 0, 0, 0);
223INSERT INTO `beast_template` VALUES (199, 6502, 'Plated Stegodon', 1, 53, 306, 407, 4731, 7359, 0, 0, 0);
224INSERT INTO `beast_template` VALUES (200, 6502, 'Plated Stegodon', 1, 54, 313, 416, 4811, 7599, 0, 0, 0);
225INSERT INTO `beast_template` VALUES (201, 6504, 'Thunderstomp Stegodon', 1, 54, 322, 428, 3237, 7599, 0, 0, 0);
226INSERT INTO `beast_template` VALUES (202, 6505, 'Thunderstomp Stegodon', 1, 55, 329, 437, 3292, 7842, 0, 0, 0);
227INSERT INTO `beast_template` VALUES (203, 6583, 'Gruff', 2, 57, 440, 585, 3402, 13920, 0, 0, 0);
228INSERT INTO `beast_template` VALUES (204, 6503, 'Spiked Stegodon', 1, 53, 306, 407, 3183, 7359, 0, 0, 0);
229INSERT INTO `beast_template` VALUES (205, 6498, 'Devilsaur', 1, 54, 375, 499, 3237, 7599, 54, 0, 0);
230INSERT INTO `beast_template` VALUES (206, 9166, 'Pterrordax', 0, 50, 84, 113, 3018, 2879, 0, 0, 0);
231INSERT INTO `beast_template` VALUES (207, 9166, 'Pterrordax', 0, 51, 86, 115, 3072, 2980, 0, 0, 0);
232INSERT INTO `beast_template` VALUES (208, 6506, 'Ravasaur Runner', 0, 49, 80, 107, 2963, 2779, 0, 0, 0);
233INSERT INTO `beast_template` VALUES (209, 6506, 'Ravasaur Runner', 0, 50, 82, 110, 3018, 2879, 0, 0, 0);
234INSERT INTO `beast_template` VALUES (210, 6581, 'Ravasaur Matriarch', 4, 50, 126, 169, 3018, 2879, 0, 0, 0);
235INSERT INTO `beast_template` VALUES (211, 6505, 'Ravasaur', 0, 48, 78, 105, 2907, 2681, 0, 0, 0);
236INSERT INTO `beast_template` VALUES (212, 6505, 'Ravasaur', 0, 49, 80, 107, 2963, 2779, 0, 0, 0);
237INSERT INTO `beast_template` VALUES (213, 6507, 'Ravasaur Hunter', 0, 49, 80, 107, 2963, 2779, 0, 0, 0);
238INSERT INTO `beast_template` VALUES (214, 6507, 'Ravasaur Hunter', 0, 50, 82, 110, 3018, 2879, 0, 0, 0);
239INSERT INTO `beast_template` VALUES (215, 6508, 'Venomhide Ravasaur', 0, 50, 82, 110, 3018, 2879, 0, 0, 0);
240INSERT INTO `beast_template` VALUES (216, 6508, 'Venomhide Ravasaur', 0, 51, 84, 112, 3072, 2980, 0, 0, 0);
241INSERT INTO `beast_template` VALUES (217, 6514, 'Un\'Goro Gorilla', 0, 50, 84, 113, 3018, 2879, 0, 0, 0);
242INSERT INTO `beast_template` VALUES (218, 6514, 'Un\'Goro Gorilla', 0, 51, 86, 115, 3072, 2980, 0, 0, 0);
243INSERT INTO `beast_template` VALUES (219, 6513, 'Un\'Goro Stomper', 0, 52, 88, 118, 3128, 3082, 0, 0, 0);
244INSERT INTO `beast_template` VALUES (220, 6516, 'Un\'Goro Thunderer', 0, 53, 90, 120, 3183, 3018, 0, 0, 0);
245INSERT INTO `beast_template` VALUES (221, 6585, 'Uhk\'loc', 4, 52, 110, 147, 3128, 3082, 0, 0, 0);
246INSERT INTO `beast_template` VALUES (222, 9622, 'U\'cha', 0, 55, 94, 125, 3292, 3398, 0, 0, 0);
247INSERT INTO `beast_template` VALUES (223, 5419, 'Glasshide Basilisk', 0, 42, 62, 83, 2262, 1981, 0, 0, 0);
248INSERT INTO `beast_template` VALUES (224, 5419, 'Glasshide Basilisk', 0, 43, 66, 89, 2414, 2059, 0, 0, 0);
249INSERT INTO `beast_template` VALUES (225, 5422, 'Scorpid Hunter', 0, 40, 56, 75, 1980, 1829, 0, 0, 0);
250INSERT INTO `beast_template` VALUES (226, 5422, 'Scorpid Hunter', 0, 41, 58, 78, 2117, 1902, 0, 0, 0);
251INSERT INTO `beast_template` VALUES (227, 5425, 'Starving Blisterpaw', 0, 41, 58, 78, 2117, 1902, 0, 0, 0);
252INSERT INTO `beast_template` VALUES (228, 5425, 'Starving Blisterpaw', 0, 42, 62, 83, 2262, 1981, 0, 0, 0);
253INSERT INTO `beast_template` VALUES (229, 5423, 'Scorpid Tail Lasher', 0, 43, 66, 89, 2414, 2059, 0, 0, 0);
254INSERT INTO `beast_template` VALUES (230, 5423, 'Scorpid Tail Lasher', 0, 44, 72, 96, 2574, 2138, 0, 0, 0);
255INSERT INTO `beast_template` VALUES (231, 5429, 'Fire Roc', 0, 43, 61, 83, 1958, 1648, 110, 0, 0);
256INSERT INTO `beast_template` VALUES (232, 5429, 'Fire Roc', 0, 44, 67, 89, 2082, 1711, 110, 0, 0);
257INSERT INTO `beast_template` VALUES (233, 5429, 'Fire Roc', 0, 45, 70, 94, 2211, 1774, 110, 0, 0);
258INSERT INTO `beast_template` VALUES (234, 5426, 'Blisterpaw Hyena', 0, 44, 72, 96, 2574, 2138, 0, 0, 0);
259INSERT INTO `beast_template` VALUES (235, 5426, 'Blisterpaw Hyena', 0, 45, 75, 101, 2742, 2218, 0, 0, 0);
260INSERT INTO `beast_template` VALUES (236, 5424, 'Scorpid Dunestalker', 0, 46, 77, 103, 2798, 2399, 0, 0, 0);
261INSERT INTO `beast_template` VALUES (237, 5424, 'Scorpid Dunestalker', 0, 47, 79, 105, 2853, 2488, 0, 0, 0);
262INSERT INTO `beast_template` VALUES (238, 5427, 'Rabid Blisterpaw', 0, 47, 79, 105, 2853, 2488, 0, 0, 0);
263INSERT INTO `beast_template` VALUES (239, 5427, 'Rabid Blisterpaw', 0, 48, 80, 108, 2907, 2578, 0, 0, 0);
264INSERT INTO `beast_template` VALUES (240, 5420, 'Glasshide Gazer', 0, 45, 75, 101, 2742, 2488, 0, 0, 0);
265INSERT INTO `beast_template` VALUES (241, 5420, 'Glasshide Gazer', 0, 46, 77, 103, 2798, 2399, 0, 0, 0);
266INSERT INTO `beast_template` VALUES (242, 5430, 'Searing Roc', 0, 47, 79, 105, 2853, 2488, 240, 0, 0);
267INSERT INTO `beast_template` VALUES (243, 5430, 'Searing Roc', 0, 48, 80, 108, 2907, 2578, 240, 0, 0);
268INSERT INTO `beast_template` VALUES (244, 5430, 'Searing Roc', 0, 49, 82, 110, 2963, 2673, 240, 0, 0);
269INSERT INTO `beast_template` VALUES (245, 5421, 'Glasshide Petrifier', 0, 48, 80, 108, 2907, 2578, 0, 0, 0);
270INSERT INTO `beast_template` VALUES (246, 5421, 'Glasshide Petrifier', 0, 49, 82, 110, 2963, 2673, 0, 0, 0);
271INSERT INTO `beast_template` VALUES (247, 5431, 'Surf Glider', 0, 49, 82, 110, 4404, 2673, 0, 0, 0);
272INSERT INTO `beast_template` VALUES (248, 5431, 'Surf Glider', 0, 50, 84, 113, 4486, 2769, 0, 0, 0);
273INSERT INTO `beast_template` VALUES (249, 14123, 'Steeljaw Snapper', 0, 42, 62, 83, 3358, 1981, 0, 0, 0);
274INSERT INTO `beast_template` VALUES (250, 14123, 'Steeljaw Snapper', 0, 43, 66, 89, 3585, 2059, 0, 0, 0);
275INSERT INTO `beast_template` VALUES (251, 6015, 'Torta', 0, 45, 75, 101, 2742, 2218, 0, 0, 0);
276INSERT INTO `beast_template` VALUES (252, 4150, 'Saltstone Gazer', 0, 34, 47, 63, 1353, 1279, 0, 0, 0);
277INSERT INTO `beast_template` VALUES (253, 4150, 'Saltstone Gazer', 0, 35, 48, 65, 1387, 1342, 0, 0, 0);
278INSERT INTO `beast_template` VALUES (254, 4144, 'Sparkleshell Borer', 0, 32, 44, 60, 1283, 1163, 0, 0, 0);
279INSERT INTO `beast_template` VALUES (255, 4158, 'Salt Flats Vulture', 0, 33, 45, 61, 1317, 1221, 0, 0, 0);
280INSERT INTO `beast_template` VALUES (256, 4158, 'Salt Flats Vulture', 0, 34, 47, 63, 1353, 1279, 0, 0, 0);
281INSERT INTO `beast_template` VALUES (257, 4151, 'Saltstone Crystalhide', 0, 32, 41, 56, 1063, 977, 0, 0, 0);
282INSERT INTO `beast_template` VALUES (258, 4151, 'Saltstone Crystalhide', 0, 33, 42, 57, 1091, 1021, 0, 0, 0);
283INSERT INTO `beast_template` VALUES (259, 4139, 'Scorpid Terror', 0, 33, 45, 61, 1632, 1221, 0, 0, 0);
284INSERT INTO `beast_template` VALUES (260, 4139, 'Scorpid Terror', 0, 34, 47, 63, 1677, 1279, 0, 0, 0);
285INSERT INTO `beast_template` VALUES (261, 4143, 'Sparkleshell Snapper', 0, 34, 47, 63, 1353, 1279, 0, 0, 0);
286INSERT INTO `beast_template` VALUES (262, 4143, 'Sparkleshell Snapper', 0, 35, 48, 65, 1387, 1342, 0, 0, 0);
287INSERT INTO `beast_template` VALUES (263, 4140, 'Scorpid Reaver', 0, 31, 43, 58, 1545, 1107, 0, 0, 0);
288INSERT INTO `beast_template` VALUES (264, 4140, 'Scorpid Reaver', 0, 32, 44, 60, 1590, 1163, 0, 0, 0);
289INSERT INTO `beast_template` VALUES (265, 5937, 'Vile Sting', 2, 35, 82, 110, 1387, 3660, 0, 0, 0);
290INSERT INTO `beast_template` VALUES (266, 4147, 'Saltstone Basilisk', 0, 30, 42, 57, 1212, 1051, 0, 0, 0);
291INSERT INTO `beast_template` VALUES (267, 4147, 'Saltstone Basilisk', 0, 31, 43, 58, 1247, 1107, 0, 0, 0);
292INSERT INTO `beast_template` VALUES (268, 4142, 'Sparkleshell Tortoise', 0, 30, 42, 57, 1212, 1051, 0, 0, 0);
293INSERT INTO `beast_template` VALUES (269, 4142, 'Sparkleshell Tortoise', 0, 31, 43, 58, 1247, 1107, 0, 0, 0);
294INSERT INTO `beast_template` VALUES (270, 4154, 'Salt Flats Scavenger', 0, 30, 42, 57, 1212, 1051, 0, 0, 0);
295INSERT INTO `beast_template` VALUES (271, 4154, 'Salt Flats Scavenger', 0, 31, 43, 58, 1247, 1107, 0, 0, 0);
296INSERT INTO `beast_template` VALUES (272, 4154, 'Salt Flats Scavenger', 0, 32, 44, 60, 1283, 1163, 0, 0, 0);
297INSERT INTO `beast_template` VALUES (273, 5935, 'Ironeye the Invincible', 2, 37, 89, 120, 30981, 4008, 0, 0, 0);
298INSERT INTO `beast_template` VALUES (274, 4249, 'Pesterhide Snarler', 0, 28, 39, 53, 1142, 896, 0, 0, 0);
299INSERT INTO `beast_template` VALUES (275, 4249, 'Pesterhide Snarler', 0, 29, 40, 55, 1177, 950, 0, 0, 0);
300INSERT INTO `beast_template` VALUES (276, 4124, 'Needles Cougar', 0, 27, 27, 37, 1108, 840, 0, 0, 0);
301INSERT INTO `beast_template` VALUES (277, 4124, 'Needles Cougar', 0, 28, 28, 38, 1142, 896, 0, 0, 0);
302INSERT INTO `beast_template` VALUES (278, 4118, 'Venomous Cloud Serpent', 0, 26, 36, 49, 1072, 787, 0, 56, 0);
303INSERT INTO `beast_template` VALUES (279, 4118, 'Venomous Cloud Serpent', 0, 27, 38, 52, 1108, 840, 0, 56, 0);
304INSERT INTO `beast_template` VALUES (280, 4118, 'Venomous Cloud Serpent', 0, 28, 39, 53, 1142, 896, 0, 56, 0);
305INSERT INTO `beast_template` VALUES (281, 4248, 'Pesterhide Hyena', 0, 26, 36, 49, 1072, 787, 0, 0, 0);
306INSERT INTO `beast_template` VALUES (282, 4248, 'Pesterhide Hyena', 0, 27, 38, 52, 1108, 840, 0, 0, 0);
307INSERT INTO `beast_template` VALUES (283, 4117, 'Cloud Serpent', 0, 25, 33, 45, 858, 640, 0, 54, 0);
308INSERT INTO `beast_template` VALUES (284, 4117, 'Cloud Serpent', 0, 26, 34, 46, 887, 684, 0, 54, 0);
309INSERT INTO `beast_template` VALUES (285, 4250, 'Galak Packhound', 0, 24, 25, 35, 1002, 664, 0, 0, 0);
310INSERT INTO `beast_template` VALUES (286, 4119, 'Elder Cloud Serpent', 0, 27, 35, 48, 917, 724, 0, 58, 0);
311INSERT INTO `beast_template` VALUES (287, 4548, 'Steelsnap', 0, 30, 42, 57, 1212, 1003, 0, 0, 0);
312INSERT INTO `beast_template` VALUES (288, 4388, 'Young Murk Thresher', 0, 39, 54, 73, 1849, 1751, 0, 0, 0);
313INSERT INTO `beast_template` VALUES (289, 4388, 'Young Murk Thresher', 0, 40, 56, 75, 1980, 1829, 0, 0, 0);
314INSERT INTO `beast_template` VALUES (290, 4398, 'Mudrock Burrower', 0, 39, 54, 73, 2741, 1678, 0, 0, 0);
315INSERT INTO `beast_template` VALUES (291, 4413, 'Darkfang Spider', 0, 35, 48, 65, 1387, 1403, 0, 0, 0);
316INSERT INTO `beast_template` VALUES (292, 4413, 'Darkfang Spider', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
317INSERT INTO `beast_template` VALUES (293, 4351, 'Bloodfen Raptor', 0, 35, 48, 65, 1387, 1403, 0, 0, 0);
318INSERT INTO `beast_template` VALUES (294, 4351, 'Bloodfen Raptor', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
319INSERT INTO `beast_template` VALUES (295, 4396, 'Mudrock Tortoise', 0, 37, 51, 69, 2380, 1536, 0, 0, 0);
320INSERT INTO `beast_template` VALUES (296, 4397, 'Mudrock Spikeshell', 0, 37, 51, 69, 2380, 1536, 0, 0, 0);
321INSERT INTO `beast_template` VALUES (297, 4397, 'Mudrock Spikeshell', 0, 38, 52, 70, 2554, 1604, 0, 0, 0);
322INSERT INTO `beast_template` VALUES (298, 4341, 'Drywallow Crocolisk', 0, 35, 48, 65, 1387, 1403, 0, 0, 0);
323INSERT INTO `beast_template` VALUES (299, 4341, 'Drywallow Crocolisk', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
324INSERT INTO `beast_template` VALUES (300, 4342, 'Drywallow Vicejaw', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
325INSERT INTO `beast_template` VALUES (301, 4342, 'Drywallow Vicejaw', 0, 37, 51, 69, 1607, 1536, 0, 0, 0);
326INSERT INTO `beast_template` VALUES (302, 4411, 'Darkfang Lurker', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
327INSERT INTO `beast_template` VALUES (303, 4411, 'Darkfang Lurker', 0, 37, 51, 69, 1607, 1536, 0, 0, 0);
328INSERT INTO `beast_template` VALUES (304, 4352, 'Bloodfen Screecher', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
329INSERT INTO `beast_template` VALUES (305, 4352, 'Bloodfen Screecher', 0, 37, 51, 69, 1607, 1536, 0, 0, 0);
330INSERT INTO `beast_template` VALUES (306, 14232, 'Dart', 4, 38, 52, 70, 1724, 1604, 0, 0, 0);
331INSERT INTO `beast_template` VALUES (307, 4376, 'Darkmist Spider', 0, 35, 48, 65, 1387, 1403, 0, 0, 0);
332INSERT INTO `beast_template` VALUES (308, 4376, 'Darkmist Spider', 0, 36, 49, 67, 1494, 1469, 0, 0, 0);
333INSERT INTO `beast_template` VALUES (309, 4377, 'Darkmist Lurker', 0, 37, 51, 69, 1607, 1536, 0, 0, 0);
334INSERT INTO `beast_template` VALUES (310, 4377, 'Darkmist Lurker', 0, 38, 52, 70, 1724, 1604, 0, 0, 0);
335INSERT INTO `beast_template` VALUES (311, 4379, 'Darkmist Silkspinner', 0, 38, 52, 70, 1724, 1604, 0, 0, 0);
336INSERT INTO `beast_template` VALUES (312, 4379, 'Darkmist Silkspinner', 0, 39, 54, 73, 1849, 1678, 0, 0, 0);
337INSERT INTO `beast_template` VALUES (313, 4380, 'Darkmist Widow', 4, 40, 56, 75, 1980, 1753, 0, 0, 0);
338INSERT INTO `beast_template` VALUES (314, 4355, 'Bloodfen Scytheclaw', 0, 38, 52, 70, 1724, 1604, 0, 0, 0);
339INSERT INTO `beast_template` VALUES (315, 4414, 'Darkfang Venomspitter', 0, 37, 51, 69, 1607, 1536, 0, 0, 0);
340INSERT INTO `beast_template` VALUES (316, 4414, 'Darkfang Venomspitter', 0, 38, 52, 70, 1724, 1604, 0, 0, 0);
341INSERT INTO `beast_template` VALUES (317, 4412, 'Darkfang Creeper', 0, 38, 52, 70, 1724, 1604, 0, 0, 0);
342INSERT INTO `beast_template` VALUES (318, 4344, 'Mottled Drywallow Crocolisk', 0, 38, 52, 70, 1724, 1604, 0, 0, 0);
343INSERT INTO `beast_template` VALUES (319, 4344, 'Mottled Drywallow Crocolisk', 0, 39, 54, 73, 1849, 1678, 0, 0, 0);
344INSERT INTO `beast_template` VALUES (320, 14237, 'Oozeworm', 4, 42, 62, 83, 3358, 1981, 0, 0, 0);
345INSERT INTO `beast_template` VALUES (321, 4357, 'Bloodfen Lashtail', 0, 40, 56, 75, 1980, 1829, 0, 0, 0);
346INSERT INTO `beast_template` VALUES (322, 4357, 'Bloodfen Lashtail', 0, 41, 58, 78, 2117, 1902, 0, 0, 0);
347INSERT INTO `beast_template` VALUES (323, 4356, 'Bloodfen Razormaw', 0, 39, 54, 73, 1849, 1678, 0, 0, 0);
348INSERT INTO `beast_template` VALUES (324, 4356, 'Bloodfen Razormaw', 0, 40, 56, 75, 1980, 1753, 0, 0, 0);
349INSERT INTO `beast_template` VALUES (325, 4345, 'Drywallow Daggermaw', 0, 40, 56, 75, 1980, 1829, 0, 0, 0);
350INSERT INTO `beast_template` VALUES (326, 4345, 'Drywallow Daggermaw', 0, 41, 58, 78, 2117, 1902, 0, 0, 0);
351INSERT INTO `beast_template` VALUES (327, 4415, 'Giant Darkfang Spider', 0, 40, 67, 90, 1980, 1829, 0, 0, 0);
352INSERT INTO `beast_template` VALUES (328, 4950, 'Spot', 0, 35, 48, 65, 1387, 1342, 0, 0, 0);
353INSERT INTO `beast_template` VALUES (329, 1417, 'Young Wetlands Crocolisk', 0, 21, 33, 45, 897, 531, 0, 0, 0);
354INSERT INTO `beast_template` VALUES (330, 1417, 'Young Wetlands Crocolisk', 0, 22, 35, 47, 932, 573, 0, 0, 0);
355INSERT INTO `beast_template` VALUES (331, 1020, 'Mottled Raptor', 0, 22, 38, 51, 932, 573, 0, 0, 0);
356INSERT INTO `beast_template` VALUES (332, 1020, 'Mottled Raptor', 0, 23, 39, 53, 967, 617, 0, 0, 0);
357INSERT INTO `beast_template` VALUES (333, 1021, 'Mottled Screecher', 0, 24, 34, 46, 1002, 664, 0, 0, 0);
358INSERT INTO `beast_template` VALUES (334, 1021, 'Mottled Screecher', 0, 25, 35, 48, 1037, 713, 0, 0, 0);
359INSERT INTO `beast_template` VALUES (335, 1022, 'Mottled Scytheclaw', 0, 25, 42, 58, 1037, 734, 0, 0, 0);
360INSERT INTO `beast_template` VALUES (336, 1022, 'Mottled Scytheclaw', 0, 26, 44, 59, 1072, 787, 0, 0, 0);
361INSERT INTO `beast_template` VALUES (337, 1023, 'Mottled Razormaw', 0, 26, 44, 59, 1072, 787, 0, 0, 0);
362INSERT INTO `beast_template` VALUES (338, 1023, 'Mottled Razormaw', 0, 27, 46, 62, 1108, 840, 0, 0, 0);
363INSERT INTO `beast_template` VALUES (339, 1353, 'Sarltooth', 0, 29, 40, 55, 1177, 950, 0, 0, 0);
364INSERT INTO `beast_template` VALUES (340, 1400, 'Wetlands Crocolisk', 0, 23, 36, 49, 967, 617, 0, 0, 0);
365INSERT INTO `beast_template` VALUES (341, 1401, 'Wetlands Crocolisk', 0, 24, 37, 51, 1002, 664, 0, 0, 0);
366INSERT INTO `beast_template` VALUES (342, 1111, 'Leech Stalker', 0, 21, 30, 41, 897, 531, 0, 0, 0);
367INSERT INTO `beast_template` VALUES (343, 1111, 'Leech Stalker', 0, 22, 31, 43, 932, 573, 0, 0, 0);
368INSERT INTO `beast_template` VALUES (344, 4040, 'Cave Stalker', 0, 21, 30, 41, 897, 531, 0, 0, 0);
369INSERT INTO `beast_template` VALUES (345, 4040, 'Cave Stalker', 0, 22, 31, 43, 932, 573, 0, 0, 0);
370INSERT INTO `beast_template` VALUES (346, 1015, 'Highland Raptor', 0, 23, 39, 53, 967, 617, 0, 0, 0);
371INSERT INTO `beast_template` VALUES (347, 1015, 'Highland Raptor', 0, 24, 41, 55, 1002, 664, 0, 0, 0);
372INSERT INTO `beast_template` VALUES (348, 1017, 'Highland Scytheclaw', 0, 25, 42, 58, 1037, 734, 0, 0, 0);
373INSERT INTO `beast_template` VALUES (349, 1017, 'Highland Scytheclaw', 0, 26, 44, 59, 1072, 787, 0, 0, 0);
374INSERT INTO `beast_template` VALUES (350, 1016, 'Highland Lashtail', 0, 24, 41, 55, 1002, 664, 0, 0, 0);
375INSERT INTO `beast_template` VALUES (351, 1016, 'Highland Lashtail', 0, 25, 42, 58, 1037, 713, 0, 0, 0);
376INSERT INTO `beast_template` VALUES (352, 1018, 'Highland Razormaw', 0, 27, 38, 52, 1108, 840, 0, 0, 0);
377INSERT INTO `beast_template` VALUES (353, 1018, 'Highland Razormaw', 0, 28, 39, 53, 1142, 896, 0, 0, 0);
378INSERT INTO `beast_template` VALUES (354, 1019, 'Elder Razormaw', 0, 29, 49, 66, 1177, 950, 0, 0, 0);
379INSERT INTO `beast_template` VALUES (355, 2089, 'Giant Wetlands Crocolisk', 0, 25, 35, 48, 1037, 734, 0, 0, 0);
380INSERT INTO `beast_template` VALUES (356, 2089, 'Giant Wetlands Crocolisk', 0, 26, 36, 49, 1072, 787, 0, 0, 0);
381INSERT INTO `beast_template` VALUES (357, 1140, 'Razormaw Matriarch', 4, 31, 43, 58, 1247, 1107, 0, 0, 0);
382INSERT INTO `beast_template` VALUES (358, 8601, 'Noxious Plaguebat', 0, 54, 92, 123, 3237, 3420, 0, 0, 0);
383INSERT INTO `beast_template` VALUES (359, 8601, 'Noxious Plaguebat', 0, 55, 94, 125, 3292, 3529, 0, 0, 0);
384INSERT INTO `beast_template` VALUES (360, 8601, 'Noxious Plaguebat', 0, 56, 95, 128, 3348, 3644, 0, 0, 0);
385INSERT INTO `beast_template` VALUES (361, 8602, 'Monstrous Plaguebat', 0, 56, 95, 128, 3348, 3644, 0, 0, 0);
386INSERT INTO `beast_template` VALUES (362, 8602, 'Monstrous Plaguebat', 0, 58, 99, 133, 3457, 3876, 0, 0, 0);
387INSERT INTO `beast_template` VALUES (363, 8605, 'Carrion Devourer', 0, 56, 95, 128, 3348, 3644, 0, 0, 0);
388INSERT INTO `beast_template` VALUES (364, 8605, 'Carrion Devourer', 0, 57, 97, 130, 3402, 3758, 0, 0, 0);
389INSERT INTO `beast_template` VALUES (365, 11896, 'Borelgore', 1, 61, 547, 1053, 3622, 47160, 0, 0, 0);
390INSERT INTO `beast_template` VALUES (366, 8603, 'Carrion Grub', 0, 54, 92, 123, 3237, 3293, 0, 0, 0);
391INSERT INTO `beast_template` VALUES (367, 8603, 'Carrion Grub', 0, 55, 94, 125, 3292, 3398, 0, 0, 0);
392INSERT INTO `beast_template` VALUES (368, 8600, 'Plaguebat', 0, 53, 90, 120, 3183, 3189, 0, 0, 0);
393INSERT INTO `beast_template` VALUES (369, 8600, 'Plaguebat', 0, 54, 92, 123, 3237, 3293, 0, 0, 0);
394INSERT INTO `beast_template` VALUES (370, 8600, 'Plaguebat', 0, 55, 94, 125, 3292, 3398, 0, 0, 0);
395INSERT INTO `beast_template` VALUES (371, 11897, 'Duskwing', 1, 60, 571, 759, 3566, 18312, 0, 0, 0);
396INSERT INTO `beast_template` VALUES (372, 16117, 'Plagued Swine', 0, 60, 103, 138, 3566, 3968, 0, 0, 0);
397INSERT INTO `beast_template` VALUES (373, 1824, 'Plague Lurker', 0, 54, 92, 123, 3237, 3293, 0, 0, 0);
398INSERT INTO `beast_template` VALUES (374, 1824, 'Plague Lurker', 0, 55, 94, 125, 3292, 3398, 0, 0, 0);
399INSERT INTO `beast_template` VALUES (375, 1816, 'Diseased Grizzly', 0, 55, 94, 125, 2491, 3921, 0, 0, 0);
400INSERT INTO `beast_template` VALUES (376, 1816, 'Diseased Grizzly', 0, 56, 95, 128, 2534, 4049, 0, 0, 0);
401INSERT INTO `beast_template` VALUES (377, 1821, 'Carrion Lurker', 0, 52, 88, 118, 3128, 3082, 0, 0, 0);
402INSERT INTO `beast_template` VALUES (378, 1821, 'Carrion Lurker', 0, 53, 90, 120, 3183, 3189, 0, 0, 0);
403INSERT INTO `beast_template` VALUES (379, 1817, 'Diseased Wolf', 0, 53, 90, 120, 3183, 3189, 0, 0, 0);
404INSERT INTO `beast_template` VALUES (380, 1817, 'Diseased Wolf', 0, 54, 92, 123, 3237, 3293, 0, 0, 0);
405INSERT INTO `beast_template` VALUES (381, 10979, 'Scarlet Hound', 0, 52, 66, 88, 3128, 2964, 0, 0, 0);
406INSERT INTO `beast_template` VALUES (382, 10979, 'Scarlet Hound', 0, 53, 67, 90, 3183, 3066, 0, 0, 0);
407INSERT INTO `beast_template` VALUES (383, 1815, 'Diseased Black Bear', 0, 51, 86, 115, 2325, 3438, 0, 0, 0);
408INSERT INTO `beast_template` VALUES (384, 1815, 'Diseased Black Bear', 0, 52, 88, 118, 2367, 3557, 0, 0, 0);
409INSERT INTO `beast_template` VALUES (385, 1822, 'Venom Mist Lurker', 0, 50, 84, 113, 3018, 2879, 0, 0, 0);
410INSERT INTO `beast_template` VALUES (386, 1822, 'Venom Mist Lurker', 0, 51, 86, 115, 3072, 2980, 0, 0, 0);
411INSERT INTO `beast_template` VALUES (387, 1809, 'Carrion Vulture', 0, 51, 86, 115, 3072, 2980, 0, 0, 0);
412INSERT INTO `beast_template` VALUES (388, 2407, 'Hulking Mountain Lion', 0, 33, 32, 43, 1317, 1221, 0, 0, 0);
413INSERT INTO `beast_template` VALUES (389, 2407, 'Hulking Mountain Lion', 0, 34, 33, 44, 1353, 1279, 0, 0, 0);
414INSERT INTO `beast_template` VALUES (390, 2406, 'Mountain Lion', 0, 32, 31, 42, 1283, 1163, 0, 0, 0);
415INSERT INTO `beast_template` VALUES (391, 2406, 'Mountain Lion', 0, 33, 32, 43, 1317, 1221, 0, 0, 0);
416INSERT INTO `beast_template` VALUES (392, 2351, 'Gray Bear', 0, 21, 30, 41, 339, 677, 0, 0, 0);
417INSERT INTO `beast_template` VALUES (393, 2351, 'Gray Bear', 0, 22, 31, 43, 352, 731, 0, 0, 0);
418INSERT INTO `beast_template` VALUES (394, 2356, 'Elder Gray Bear', 0, 25, 35, 48, 392, 944, 0, 0, 0);
419INSERT INTO `beast_template` VALUES (395, 2356, 'Elder Gray Bear', 0, 26, 36, 49, 405, 1013, 0, 0, 0);
420INSERT INTO `beast_template` VALUES (396, 2349, 'Giant Moss Creeper', 0, 24, 34, 46, 1002, 664, 0, 0, 0);
421INSERT INTO `beast_template` VALUES (397, 2349, 'Giant Moss Creeper', 0, 25, 35, 48, 1037, 713, 0, 0, 0);
422INSERT INTO `beast_template` VALUES (398, 2274, 'Stanley', 0, 24, 34, 46, 1002, 664, 0, 0, 0);
423INSERT INTO `beast_template` VALUES (399, 2408, 'Snapjaw', 0, 30, 42, 57, 1792, 1051, 0, 0, 75);
424INSERT INTO `beast_template` VALUES (400, 2408, 'Snapjaw', 0, 31, 43, 58, 1844, 1107, 0, 0, 75);
425INSERT INTO `beast_template` VALUES (401, 2348, 'Elder Moss Creeper', 0, 26, 36, 49, 1072, 787, 0, 0, 0);
426INSERT INTO `beast_template` VALUES (402, 2348, 'Elder Moss Creeper', 0, 27, 38, 52, 1108, 840, 0, 0, 0);
427INSERT INTO `beast_template` VALUES (403, 2385, 'Feral Mountain Lion', 0, 27, 23, 31, 1108, 840, 0, 0, 0);
428INSERT INTO `beast_template` VALUES (404, 2385, 'Feral Mountain Lion', 0, 28, 23, 32, 1142, 896, 0, 0, 0);
429INSERT INTO `beast_template` VALUES (405, 2473, 'Granistad', 0, 40, 56, 75, 1980, 1753, 0, 0, 0);
430INSERT INTO `beast_template` VALUES (406, 2474, 'Kurdros', 0, 40, 56, 75, 1980, 1753, 0, 0, 0);
431INSERT INTO `beast_template` VALUES (407, 2657, 'Trained Razorbeak', 0, 41, 58, 78, 2117, 1902, 0, 0, 0);
432INSERT INTO `beast_template` VALUES (408, 2657, 'Trained Razorbeak', 0, 42, 62, 83, 2262, 1981, 0, 0, 0);
433INSERT INTO `beast_template` VALUES (409, 2923, 'Mangy Silvermane', 0, 41, 58, 78, 2117, 1902, 0, 0, 0);
434INSERT INTO `beast_template` VALUES (410, 2923, 'Mangy Silvermane', 0, 42, 62, 83, 2262, 1981, 0, 0, 0);
435INSERT INTO `beast_template` VALUES (411, 8211, 'Old Cliff Jumper', 4, 42, 62, 83, 2262, 1981, 0, 0, 0);
436INSERT INTO `beast_template` VALUES (412, 2658, 'Razorbeak Gryphon', 0, 43, 66, 89, 2414, 2059, 0, 0, 0);
437INSERT INTO `beast_template` VALUES (413, 2658, 'Razorbeak Gryphon', 0, 44, 72, 96, 2574, 2138, 0, 0, 0);
438INSERT INTO `beast_template` VALUES (414, 2924, 'Silvermane Wolf', 0, 43, 66, 89, 2414, 2059, 0, 0, 0);
439INSERT INTO `beast_template` VALUES (415, 2924, 'Silvermane Wolf', 0, 44, 72, 96, 2574, 2138, 0, 0, 0);
440INSERT INTO `beast_template` VALUES (416, 2686, 'Witherbark Broodguard', 0, 44, 72, 96, 2574, 2138, 0, 0, 0);
441INSERT INTO `beast_template` VALUES (417, 2686, 'Witherbark Broodguard', 0, 45, 75, 101, 2742, 2218, 0, 0, 0);
442INSERT INTO `beast_template` VALUES (418, 2925, 'Silvermane Howler', 0, 45, 75, 101, 2742, 2310, 0, 0, 0);
443INSERT INTO `beast_template` VALUES (419, 2925, 'Silvermane Howler', 0, 46, 77, 103, 2798, 2399, 0, 0, 0);
444INSERT INTO `beast_template` VALUES (420, 2680, 'Vilebranch Wolf Pup', 0, 46, 77, 103, 2798, 2399, 0, 0, 0);
445INSERT INTO `beast_template` VALUES (421, 2680, 'Vilebranch Wolf Pup', 0, 47, 79, 105, 2853, 2488, 0, 0, 0);
446INSERT INTO `beast_template` VALUES (422, 2659, 'Razorbeak Skylord', 0, 46, 77, 103, 2798, 2399, 0, 0, 0);
447INSERT INTO `beast_template` VALUES (423, 2659, 'Razorbeak Skylord', 0, 47, 79, 105, 2853, 2488, 0, 0, 0);
448INSERT INTO `beast_template` VALUES (424, 2926, 'Silvermane Stalker', 0, 47, 79, 105, 2953, 2488, 0, 0, 0);
449INSERT INTO `beast_template` VALUES (425, 2926, 'Silvermane Stalker', 0, 48, 80, 108, 2907, 2578, 0, 0, 0);
450INSERT INTO `beast_template` VALUES (426, 2505, 'Saltwater Snapjaw', 0, 49, 82, 110, 4404, 2673, 0, 0, 0);
451INSERT INTO `beast_template` VALUES (427, 2505, 'Saltwater Snapjaw', 0, 50, 84, 113, 4486, 2769, 0, 0, 0);
452INSERT INTO `beast_template` VALUES (428, 7977, 'Gammerita', 1, 48, 225, 300, 5735, 6702, 0, 0, 0);
453INSERT INTO `beast_template` VALUES (429, 3861, 'Bleak Worg', 1, 18, 44, 60, 791, 1251, 0, 0, 0);
454INSERT INTO `beast_template` VALUES (430, 3861, 'Bleak Worg', 1, 19, 47, 63, 826, 1347, 0, 0, 0);
455INSERT INTO `beast_template` VALUES (431, 3862, 'Slavering Worg', 1, 18, 26, 36, 791, 1251, 0, 0, 0);
456INSERT INTO `beast_template` VALUES (432, 3862, 'Slavering Worg', 1, 19, 28, 38, 826, 1347, 0, 0, 0);
457INSERT INTO `beast_template` VALUES (433, 3865, 'Shadow Charger', 1, 20, 49, 67, 861, 1452, 0, 0, 0);
458INSERT INTO `beast_template` VALUES (434, 3865, 'Shadow Charger', 1, 21, 51, 69, 897, 1563, 0, 0, 0);
459INSERT INTO `beast_template` VALUES (435, 3868, 'Blood Seeker', 1, 23, 56, 75, 967, 1815, 0, 0, 0);
460INSERT INTO `beast_template` VALUES (436, 3866, 'Vile Bat', 1, 23, 56, 75, 967, 1815, 0, 0, 0);
461INSERT INTO `beast_template` VALUES (437, 4274, 'Fenrus the Devourer', 1, 25, 118, 157, 1037, 3495, 0, 0, 0);
462INSERT INTO `beast_template` VALUES (438, 1797, 'Giant Grizzled Bear', 0, 12, 16, 23, 304, 296, 0, 0, 0);
463INSERT INTO `beast_template` VALUES (439, 1797, 'Giant Grizzled Bear', 0, 13, 18, 25, 322, 328, 0, 0, 0);
464INSERT INTO `beast_template` VALUES (440, 1923, 'Bloodsnout Worg', 0, 16, 25, 35, 721, 356, 0, 0, 0);
465INSERT INTO `beast_template` VALUES (441, 1923, 'Bloodsnout Worg', 0, 17, 27, 37, 756, 386, 0, 0, 0);
466INSERT INTO `beast_template` VALUES (442, 1778, 'Ferocious Grizzled Bear', 0, 11, 14, 20, 286, 266, 0, 0, 0);
467INSERT INTO `beast_template` VALUES (443, 1778, 'Ferocious Grizzled Bear', 0, 12, 16, 23, 304, 296, 0, 0, 0);
468INSERT INTO `beast_template` VALUES (444, 1766, 'Mottled Worg', 0, 11, 16, 22, 545, 222, 0, 0, 0);
469INSERT INTO `beast_template` VALUES (445, 1766, 'Mottled Worg', 0, 12, 18, 25, 580, 247, 0, 0, 0);
470INSERT INTO `beast_template` VALUES (446, 1780, 'Moss Stalker', 0, 12, 16, 23, 580, 247, 0, 0, 0);
471INSERT INTO `beast_template` VALUES (447, 1780, 'Moss Stalker', 0, 13, 18, 25, 615, 273, 0, 0, 0);
472INSERT INTO `beast_template` VALUES (448, 1781, 'Mist Creeper', 0, 13, 18, 25, 615, 273, 0, 0, 0);
473INSERT INTO `beast_template` VALUES (449, 1781, 'Mist Creeper', 0, 14, 20, 27, 650, 300, 0, 0, 0);
474INSERT INTO `beast_template` VALUES (450, 12433, 'Krethis Shadowspinner', 4, 15, 20, 28, 566, 301, 0, 0, 0);
475INSERT INTO `beast_template` VALUES (451, 1765, 'Worg', 0, 10, 14, 20, 518, 198, 0, 0, 0);
476INSERT INTO `beast_template` VALUES (452, 1765, 'Worg', 0, 11, 16, 22, 545, 222, 0, 0, 0);
477INSERT INTO `beast_template` VALUES (453, 1553, 'Greater Duskbat', 0, 6, 6, 10, 180, 120, 0, 0, 0);
478INSERT INTO `beast_template` VALUES (454, 1553, 'Greater Duskbat', 0, 7, 8, 12, 245, 137, 0, 0, 0);
479INSERT INTO `beast_template` VALUES (455, 1513, 'Mangy Duskbat', 0, 3, 2, 4, 46, 71, 0, 0, 0);
480INSERT INTO `beast_template` VALUES (456, 1514, 'Mangy Duskbat', 0, 4, 4, 5, 82, 86, 0, 0, 0);
481INSERT INTO `beast_template` VALUES (457, 1509, 'Ragged Scavenger', 0, 2, 2, 3, 21, 55, 0, 0, 0);
482INSERT INTO `beast_template` VALUES (458, 1509, 'Ragged Scavenger', 0, 3, 2, 4, 46, 71, 0, 0, 0);
483INSERT INTO `beast_template` VALUES (459, 1508, 'Young Scavenger', 0, 1, 1, 2, 20, 42, 0, 0, 0);
484INSERT INTO `beast_template` VALUES (460, 1512, 'Duskbat', 0, 1, 1, 2, 20, 42, 0, 0, 0);
485INSERT INTO `beast_template` VALUES (461, 1512, 'Duskbat', 0, 2, 2, 3, 21, 55, 0, 0, 0);
486INSERT INTO `beast_template` VALUES (462, 1554, 'Vampiric Duskbat', 0, 8, 10, 14, 322, 156, 0, 0, 0);
487INSERT INTO `beast_template` VALUES (463, 1554, 'Vampiric Duskbat', 0, 9, 11, 16, 412, 176, 0, 0, 0);
488INSERT INTO `beast_template` VALUES (464, 1555, 'Vicious Night Web Spider', 0, 9, 11, 16, 412, 176, 0, 0, 0);
489INSERT INTO `beast_template` VALUES (465, 1555, 'Vicious Night Web Spider', 0, 10, 13, 18, 518, 198, 0, 0, 0);
490INSERT INTO `beast_template` VALUES (466, 10359, 'Sri\'skulk', 4, 13, 18, 25, 615, 341, 0, 0, 0);
491INSERT INTO `beast_template` VALUES (467, 1504, 'Young Night Web Spider', 0, 2, 2, 3, 21, 55, 0, 0, 0);
492INSERT INTO `beast_template` VALUES (468, 1504, 'Young Night Web Spider', 0, 3, 2, 4, 46, 71, 0, 0, 0);
493INSERT INTO `beast_template` VALUES (469, 1505, 'Night Web Spider', 0, 3, 2, 4, 46, 71, 0, 0, 0);
494INSERT INTO `beast_template` VALUES (470, 1505, 'Night Web Spider', 0, 4, 4, 5, 82, 86, 0, 0, 0);
495INSERT INTO `beast_template` VALUES (471, 1688, 'Night Web Matriarch', 0, 5, 5, 7, 126, 102, 0, 0, 0);
496INSERT INTO `beast_template` VALUES (472, 4304, 'Scarlet Tracking Hound', 1, 33, 58, 78, 1317, 3330, 0, 0, 0);
497INSERT INTO `beast_template` VALUES (473, 4304, 'Scarlet Tracking Hound', 1, 34, 60, 81, 1353, 3489, 0, 0, 0);
498INSERT INTO `beast_template` VALUES (474, 2231, 'Pygmy Tide Crawler', 0, 9, 11, 16, 605, 176, 0, 0, 0);
499INSERT INTO `beast_template` VALUES (475, 2231, 'Pygmy Tide Crawler', 0, 10, 13, 18, 764, 198, 0, 0, 0);
500INSERT INTO `beast_template` VALUES (476, 2185, 'Darkshore Thresher', 0, 12, 16, 23, 580, 247, 0, 0, 0);
501INSERT INTO `beast_template` VALUES (477, 2185, 'Darkshore Thresher', 0, 13, 18, 25, 615, 273, 0, 0, 0);
502INSERT INTO `beast_template` VALUES (478, 2185, 'Darkshore Thresher', 0, 14, 20, 27, 650, 300, 0, 0, 0);
503INSERT INTO `beast_template` VALUES (479, 2163, 'Thistle Bear', 0, 11, 14, 20, 234, 278, 0, 0, 0);
504INSERT INTO `beast_template` VALUES (480, 2163, 'Thistle Bear', 0, 12, 16, 23, 248, 309, 0, 0, 0);
505INSERT INTO `beast_template` VALUES (481, 2321, 'Foreststrider Fledgling', 0, 12, 16, 23, 580, 247, 0, 0, 0);
506INSERT INTO `beast_template` VALUES (482, 2321, 'Foreststrider Fledgling', 0, 13, 18, 25, 615, 273, 0, 0, 0);
507INSERT INTO `beast_template` VALUES (483, 2070, 'Moonstalker Runt', 0, 10, 8, 12, 518, 198, 0, 0, 0);
508INSERT INTO `beast_template` VALUES (484, 2070, 'Moonstalker Runt', 0, 11, 9, 13, 545, 222, 0, 0, 0);
509INSERT INTO `beast_template` VALUES (485, 2070, 'Moonstalker Runt', 0, 16, 15, 21, 721, 356, 0, 0, 0);
510INSERT INTO `beast_template` VALUES (486, 2070, 'Moonstalker Runt', 0, 17, 16, 22, 756, 386, 0, 0, 0);
511INSERT INTO `beast_template` VALUES (487, 2164, 'Rabid Thistle Bear', 0, 13, 18, 25, 264, 341, 0, 0, 0);
512INSERT INTO `beast_template` VALUES (488, 2164, 'Rabid Thistle Bear', 0, 14, 20, 27, 278, 375, 0, 0, 0);
513INSERT INTO `beast_template` VALUES (489, 2069, 'Moonstalker', 0, 14, 13, 18, 650, 300, 0, 0, 0);
514INSERT INTO `beast_template` VALUES (490, 2069, 'Moonstalker', 0, 15, 14, 20, 685, 328, 0, 0, 0);
515INSERT INTO `beast_template` VALUES (491, 2235, 'Reef Crawler', 0, 15, 22, 30, 1011, 328, 0, 0, 0);
516INSERT INTO `beast_template` VALUES (492, 2235, 'Reef Crawler', 0, 16, 23, 32, 1065, 356, 0, 0, 0);
517INSERT INTO `beast_template` VALUES (493, 2187, 'Elder Darkshore Thresher', 0, 16, 23, 32, 721, 356, 0, 0, 0);
518INSERT INTO `beast_template` VALUES (494, 2187, 'Elder Darkshore Thresher', 0, 17, 25, 34, 756, 386, 0, 0, 0);
519INSERT INTO `beast_template` VALUES (495, 2174, 'Coastal Frenzy', 0, 15, 11, 15, 685, 328, 0, 0, 0);
520INSERT INTO `beast_template` VALUES (496, 2174, 'Coastal Frenzy', 0, 16, 11, 16, 721, 356, 0, 0, 0);
521INSERT INTO `beast_template` VALUES (497, 2233, 'Encrusted Tide Crawler', 0, 19, 27, 37, 1220, 449, 0, 0, 0);
522INSERT INTO `beast_template` VALUES (498, 2233, 'Encrusted Tide Crawler', 0, 20, 29, 40, 1272, 484, 0, 0, 0);
523INSERT INTO `beast_template` VALUES (499, 2236, 'Raging Reef Crawler', 0, 20, 29, 40, 1272, 494, 0, 0, 0);
524INSERT INTO `beast_template` VALUES (500, 2236, 'Raging Reef Crawler', 0, 21, 30, 41, 1326, 531, 0, 0, 0);
525INSERT INTO `beast_template` VALUES (501, 2323, 'Giant Foreststrider', 0, 18, 26, 35, 791, 417, 0, 0, 0);
526INSERT INTO `beast_template` VALUES (502, 2323, 'Giant Foreststrider', 0, 19, 27, 37, 826, 449, 0, 0, 0);
527INSERT INTO `beast_template` VALUES (503, 2237, 'Moonstalker Sire', 0, 17, 16, 22, 756, 386, 0, 0, 0);
528INSERT INTO `beast_template` VALUES (504, 2237, 'Moonstalker Sire', 0, 18, 17, 23, 791, 417, 0, 0, 0);
529INSERT INTO `beast_template` VALUES (505, 2071, 'Moonstalker Matriarch', 0, 19, 18, 24, 826, 449, 0, 0, 0);
530INSERT INTO `beast_template` VALUES (506, 2071, 'Moonstalker Matriarch', 0, 20, 19, 26, 861, 484, 0, 0, 0);
531INSERT INTO `beast_template` VALUES (507, 6788, 'Den Mother', 0, 18, 26, 35, 375, 521, 0, 0, 0);
532INSERT INTO `beast_template` VALUES (508, 6789, 'Thistle Cub', 0, 9, 11, 16, 161, 220, 0, 0, 0);
533INSERT INTO `beast_template` VALUES (509, 6789, 'Thistle Cub', 0, 10, 13, 18, 198, 248, 0, 0, 0);
534INSERT INTO `beast_template` VALUES (510, 2322, 'Foreststrider', 0, 14, 20, 27, 650, 300, 0, 0, 0);
535INSERT INTO `beast_template` VALUES (511, 2322, 'Foreststrider', 0, 15, 22, 30, 685, 328, 0, 0, 0);
536INSERT INTO `beast_template` VALUES (512, 2322, 'Foreststrider', 0, 16, 23, 32, 721, 356, 0, 0, 0);
537INSERT INTO `beast_template` VALUES (513, 11181, 'Shi\'alune', 0, 56, 95, 128, 3348, 3644, 0, 0, 0);
538INSERT INTO `beast_template` VALUES (514, 7098, 'Ironbeak Screecher', 0, 52, 88, 118, 3128, 3082, 0, 0, 0);
539INSERT INTO `beast_template` VALUES (515, 7098, 'Ironbeak Screecher', 0, 53, 90, 120, 3183, 3189, 0, 0, 0);
540INSERT INTO `beast_template` VALUES (516, 8961, 'Felpaw Ravager', 0, 51, 86, 115, 3072, 2980, 0, 0, 0);
541INSERT INTO `beast_template` VALUES (517, 8961, 'Felpaw Ravager', 0, 52, 88, 118, 3128, 3082, 0, 0, 0);
542INSERT INTO `beast_template` VALUES (518, 8957, 'Angerclaw Grizzly', 0, 51, 86, 115, 2026, 3553, 0, 0, 0);
543INSERT INTO `beast_template` VALUES (519, 8957, 'Angerclaw Grizzly', 0, 52, 88, 118, 2062, 3675, 0, 0, 0);
544INSERT INTO `beast_template` VALUES (520, 7099, 'Ironbeak Hunter', 0, 50, 84, 113, 3018, 2879, 0, 0, 0);
545INSERT INTO `beast_template` VALUES (521, 7099, 'Ironbeak Hunter', 0, 51, 86, 115, 3072, 2980, 0, 0, 0);
546INSERT INTO `beast_template` VALUES (522, 8960, 'Felpaw Scavenger', 0, 49, 82, 110, 2963, 2673, 0, 0, 0);
547INSERT INTO `beast_template` VALUES (523, 8960, 'Felpaw Scavenger', 0, 50, 84, 113, 3018, 2769, 0, 0, 0);
548INSERT INTO `beast_template` VALUES (524, 8958, 'Angerclaw Mauler', 0, 49, 82, 110, 1953, 3207, 0, 0, 0);
549INSERT INTO `beast_template` VALUES (525, 8958, 'Angerclaw Mauler', 0, 50, 84, 113, 1990, 3323, 0, 0, 0);
550INSERT INTO `beast_template` VALUES (526, 8959, 'Felpaw Wolf', 0, 47, 79, 105, 2853, 2488, 0, 0, 0);
551INSERT INTO `beast_template` VALUES (527, 8959, 'Felpaw Wolf', 0, 48, 80, 108, 2907, 2578, 0, 0, 0);
552INSERT INTO `beast_template` VALUES (528, 8956, 'Angerclaw Bear', 0, 47, 79, 105, 1881, 2985, 0, 0, 0);
553INSERT INTO `beast_template` VALUES (529, 8956, 'Angerclaw Bear', 0, 48, 80, 108, 1917, 3093, 0, 0, 0);
554INSERT INTO `beast_template` VALUES (530, 7097, 'Ironbeak Owl', 0, 48, 80, 108, 2907, 2578, 0, 0, 0);
555INSERT INTO `beast_template` VALUES (531, 7097, 'Ironbeak Owl', 0, 49, 82, 110, 2963, 2673, 0, 0, 0);
556INSERT INTO `beast_template` VALUES (532, 3825, 'Ghostpaw Alpha', 0, 27, 29, 40, 1108, 840, 0, 0, 0);
557INSERT INTO `beast_template` VALUES (533, 3825, 'Ghostpaw Alpha', 0, 28, 30, 41, 1142, 896, 0, 0, 0);
558INSERT INTO `beast_template` VALUES (534, 3818, 'Elder Shadowhorn Stag', 0, 26, 36, 49, 1072, 787, 0, 0, 0);
559INSERT INTO `beast_template` VALUES (535, 3818, 'Elder Shadowhorn Stag', 0, 27, 38, 52, 1108, 840, 0, 0, 0);
560
561SET FOREIGN_KEY_CHECKS = 1;