From 17453c87d692326b4e48d17f9403b3ce22cf3db3 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Tue, 18 Jun 2024 07:34:28 +0200 Subject: [PATCH] add compatibility with acore creature_template_model https://github.com/azerothcore/azerothcore-wotlk/pull/19068 --- src/Naxxramas/sql/world/naxx40.sql | 4 +- src/Naxxramas/sql/world/naxx40_creatures.sql | 182 +++++++++--------- .../sql/world/naxx40_creatures_model_info.sql | 100 ++++++++++ 3 files changed, 193 insertions(+), 93 deletions(-) create mode 100644 src/Naxxramas/sql/world/naxx40_creatures_model_info.sql diff --git a/src/Naxxramas/sql/world/naxx40.sql b/src/Naxxramas/sql/world/naxx40.sql index 2cd231d..d8674b1 100644 --- a/src/Naxxramas/sql/world/naxx40.sql +++ b/src/Naxxramas/sql/world/naxx40.sql @@ -40,8 +40,8 @@ INSERT INTO `dungeon_access_template` (`id`, `map_id`, `difficulty`, `min_level` -- Naxx40 Strath Entrance DELETE FROM `creature_template` WHERE `entry` = 351097; -INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES -(351097, 0, 0, 0, 0, 0, 17035, 11686, 0, 0, 'Naxx40 Strath Entrance Trigger', '', NULL, 0, 70, 70, 1, 35, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 33554432, 2048, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 'npc_naxx40_area_trigger', 0); +INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES +(351097, 0, 0, 0, 0, 0, 'Naxx40 Strath Entrance Trigger', '', NULL, 0, 70, 70, 1, 35, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 33554432, 2048, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 'npc_naxx40_area_trigger', 0); DELETE FROM `creature` WHERE `guid` = 352042; INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES (352042, 351097, 0, 0, 329, 0, 0, 1, 1, 0, 3929.06, -3372.12, 119.653, 4.71395, 300, 0, 0, 6986, 0, 0, 0, 0, 0, '', 0); diff --git a/src/Naxxramas/sql/world/naxx40_creatures.sql b/src/Naxxramas/sql/world/naxx40_creatures.sql index 833ac5d..3c66c74 100644 --- a/src/Naxxramas/sql/world/naxx40_creatures.sql +++ b/src/Naxxramas/sql/world/naxx40_creatures.sql @@ -2,97 +2,97 @@ -- `creature_template` [351000,351089] 351090 351091 351092 -- `creature` [361000,362043] [362043,362059] DELETE FROM `creature_template` WHERE `entry` BETWEEN 351000 AND 351089; -REPLACE INTO `creature_template` (`entry`, `modelid1`, `name`, `subname`, `minlevel`, `maxlevel`, `faction`, `speed_walk`, `speed_run`, `detection_range`,`scale`,`rank`,`dmgschool`,`DamageModifier`,`BaseAttackTime`,`RangeAttackTime`,`BaseVariance`,`RangeVariance`,`unit_class`,`unit_flags`,`unit_flags2`,`family`,`type`,`type_flags`,`lootid`,`skinloot`,`PetSpellDataId`,`mingold`,`maxgold`,`AIName`,`MovementType`,`HoverHeight`,`HealthModifier`,`ManaModifier`,`ArmorModifier`,`ExperienceModifier`,`movementId`,`RegenHealth`,`mechanic_immune_mask`,`spell_school_immune_mask`,`flags_extra`,`ScriptName`) VALUES -(351000, 16137, "Thaddius", "", 63, 63, 21, 1.0, 1.42857, 20.0, 1.0, 3, 0, 50.0, 2000, 3700, 1.0, 1.0, 1, 0, 2048, 0, 6, 76, 351000, 0, 0, 1513636, 1850000, '', 0, 1.0, 2000.0, 2.0, 1.5, 1.0, 0, 1, 2093694843, 0, 3221225473, 'boss_thaddius_40'), -(351001, 15297, "Stalagg", "", 63, 63, 21, 0.8, 1.14286, 20.0, 1.0, 3, 0, 54.85, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 0, 0, 0, 0, 0, '', 0, 1.0, 150.0, 2.0, 1.3, 1.0, 0, 1, 2093694843, 0, 1073741825, 'boss_thaddius_summon_40'), -(351002, 15297, "Feugen", "", 63, 63, 21, 0.8, 1.14286, 20.0, 1.0, 3, 0, 56.25, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 0, 0, 0, 0, 0, '', 0, 1.0, 150.0, 2.0, 1.3, 1.0, 0, 1, 2093694843, 0, 1073741825, 'boss_thaddius_summon_40'), -(351003, 16035, "Grobbulus", "", 63, 63, 21, 1.5, 1.71429, 20.0, 1.0, 3, 0, 40.0, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351003, 0, 0, 1283823, 1569117, '', 2, 1.0, 650.0, 2.0, 1.3, 1.0, 166, 1, 2093694843, 0, 1073741825, 'boss_grobbulus_40'), -(351004, 16064, "Gluth", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 36.0, 1600, 1700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351004, 0, 0, 1260000, 1540000, '', 0, 1.0, 500.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_gluth_40'), -(351005, 16309, "Heigan the Unclean", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 50.0, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351005, 0, 0, 1280454, 1565000, '', 0, 1.0, 550.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_heigan_40'), -(351006, 15928, "Maexxna", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 50.0, 2500, 3200, 1.0, 1.0, 1, 64, 2048, 0, 1, 76, 351006, 0, 0, 1274062, 1557187, '', 0, 1.0, 450.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_maexxna_40'), -(351007, 15940, "Grand Widow Faerlina", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 50.05, 2500, 3700, 1.0, 1.0, 1, 32832, 2048, 0, 7, 76, 351007, 0, 0, 900055, 1100068, '', 0, 1.0, 400.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_faerlina_40'), -(351008, 16590, "Noth the Plaguebringer", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 50.0, 2500, 3700, 1.0, 1.0, 1, 32832, 2048, 0, 6, 76, 351008, 0, 0, 1265652, 1546909, '', 0, 1.0, 500.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_noth_40'), -(351009, 15931, "Anub'Rekhan", "", 63, 63, 21, 1.0, 1.42857, 20.0, 1.0, 3, 0, 34.15, 2000, 3200, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351009, 0, 0, 1125000, 1375000, '', 0, 1.0, 500.0, 2.0, 1.3, 1.0, 144, 1, 2093694843, 0, 1073741825, 'boss_anubrekhan_40'), -(351010, 15937, "Dread Creeper", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 19.4, 2000, 3700, 1.0, 1.0, 1, 64, 2048, 3, 1, 73, 351010, 0, 13153, 0, 0, 'SmartAI', 0, 1.0, 15.0, 1.0, 1.15, 1.0, 144, 1, 1023391482, 0, 0, ''), -(351011, 15938, "Carrion Spinner", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 26.4, 2000, 3700, 1.0, 1.0, 1, 64, 2048, 3, 1, 73, 351011, 0, 13151, 0, 0, 'SmartAI', 0, 1.0, 18.0, 1.0, 1.15, 1.0, 144, 1, 1023391482, 0, 0, ''), -(351012, 15939, "Venom Stalker", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 27.35, 2000, 3700, 1.0, 1.0, 1, 64, 2048, 3, 1, 73, 351012, 0, 13150, 0, 0, 'SmartAI', 0, 1.0, 30.0, 1.0, 1.15, 1.0, 144, 1, 1023393531, 0, 0, ''), -(351013, 959, "Infectious Skitterer", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 11.5, 1000, 3700, 1.0, 1.0, 1, 0, 2048, 0, 1, 8, 0, 0, 0, 0, 0, '', 0, 1.0, 5.0, 1.0, 1.15, 1.0, 144, 1, 1023391482, 0, 0, ''), -(351014, 15941, "Crypt Reaver", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 26.95, 1200, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351014, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 45.0, 1.0, 1.15, 1.0, 144, 1, 1023393531, 0, 0, ''), -(351015, 15942, "Tomb Horror", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 27.35, 2000, 2700, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351015, 0, 0, 1, 19891, 'SmartAI', 1, 1.0, 35.0, 1.0, 1.15, 1.0, 144, 1, 1023393531, 0, 0, ''), -(351016, 16594, "Naxxramas Cultist", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 30.75, 2000, 3700, 1.0, 1.0, 8, 32832, 2048, 0, 7, 72, 351016, 0, 0, 1206, 9596, 'SmartAI', 0, 1.0, 12.0, 10.0, 2.2, 1.0, 144, 1, 1023391483, 0, 0, ''), -(351017, 16598, "Naxxramas Acolyte", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 30.75, 2000, 3700, 1.0, 1.0, 8, 32832, 2048, 0, 7, 72, 351017, 0, 0, 1248, 9661, 'SmartAI', 0, 1.0, 12.0, 10.0, 2.2, 1.0, 144, 1, 1023391483, 0, 0, ''), -(351018, 16033, "Sapphiron", "", 63, 63, 21, 1.0, 2.14286, 20.0, 1.0, 3, 0, 63.0, 1800, 1700, 1.0, 1.0, 1, 0, 2048, 0, 6, 76, 351018, 0, 0, 246755, 322238, '', 0, 1.0, 950.0, 2.0, 1.3, 1.0, 188, 1, 2093694843, 16, 1073741825, 'boss_sapphiron'), -(351019, 15945, "Kel'Thuzad", "", 63, 63, 21, 1.0, 1.14286, 20.0, 1.0, 3, 0, 62.5, 2500, 2000, 1.0, 1.0, 2, 0, 2048, 0, 6, 76, 351019, 0, 0, 1002755, 1457838, '', 0, 1.0, 1200.0, 600.0, 1.3, 1.0, 0, 1, 2093694843, 0, 3221225473, 'boss_kelthuzad_40'), -(351020, 16110, "Loatheb", "", 63, 63, 21, 0.8, 2.0, 20.0, 1.0, 3, 0, 50.0, 1250, 1700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351020, 0, 0, 1292142, 1579285, '', 0, 1.0, 1600.0, 2.0, 1.5, 1.0, 180, 1, 2093694843, 0, 1073741825, 'boss_loatheb_40'), -(351021, 9760, "Patchwork Golem", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 37.5, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351021, 0, 0, 3798, 4965, 'SmartAI', 0, 1.0, 28.0, 2.0, 1.15, 1.0, 144, 1, 1022066674, 0, 0, ''), -(351022, 15958, "Bile Retcher", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 35.0, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351022, 0, 0, 4776, 6241, 'SmartAI', 0, 1.0, 34.0, 2.0, 1.15, 1.0, 144, 1, 1022066674, 0, 0, ''), -(351023, 16063, "Mad Scientist", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 22.6, 2500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351023, 0, 0, 2226, 9694, 'SmartAI', 0, 1.0, 16.0, 2.0, 1.15, 1.0, 144, 1, 1015758352, 0, 0, ''), -(351024, 16175, "Living Monstrosity", "", 62, 62, 21, 0.8, 1.42857, 20.0, 1.0, 1, 0, 30.6, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351024, 0, 0, 2015, 9706, 'SmartAI', 0, 1.0, 14.0, 2.0, 1.2, 1.0, 144, 1, 1019952723, 0, 0, ''), -(351025, 836, "Surgical Assistant", "", 60, 60, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 14.95, 2500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351025, 0, 0, 1842, 9796, 'SmartAI', 0, 1.0, 14.0, 2.0, 1.1, 1.0, 144, 1, 1015751184, 0, 0, ''), -(351026, 12349, "Embalming Slime", "", 60, 60, 21, 1.2, 0.428571, 20.0, 1.0, 1, 0, 23.0, 2500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 4.0, 2.0, 1.1, 1.0, 76, 1, 1015758354, 0, 0, ''), -(351027, 15961, "Stitched Spewer", "", 63, 63, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 37.55, 2500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351027, 0, 0, 6445, 8466, 'SmartAI', 0, 1.0, 45.0, 2.0, 1.3, 1.0, 144, 1, 1022066674, 0, 0, ''), -(351028, 16174, "Patchwerk", "", 63, 63, 21, 2.0, 1.71429, 20.0, 1.0, 3, 0, 67.5, 750, 1700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351028, 0, 0, 1305000, 1595000, '', 0, 1.0, 1200.0, 2.0, 1.5, 1.0, 169, 1, 2093694843, 0, 1073741825, 'boss_patchwerk_40'), -(351029, 15962, "Sludge Belcher", "", 62, 62, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 35.0, 2500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351029, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 25.0, 1.0, 1.2, 1.0, 144, 1, 1022066674, 0, 0, ''), -(351030, 9013, "Plague Beast", "", 61, 61, 21, 0.666668, 1.42857, 20.0, 1.0, 1, 0, 1.0, 2000, 2000, 1.0, 1.0, 1, 64, 2048, 0, 4, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 18.0, 1.0, 1.15, 1.0, 144, 1, 1022049811, 0, 0, ''), -(351031, 7896, "Frenzied Bat", "", 60, 60, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 0.75, 1500, 1500, 1.0, 1.0, 1, 64, 2048, 0, 1, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 3.5, 1.0, 1.1, 1.0, 144, 1, 1022042641, 0, 0, ''), -(351032, 1954, "Plagued Bat", "", 60, 60, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 1.0, 2000, 2000, 1.0, 1.0, 1, 64, 2048, 0, 1, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 3.5, 1.0, 1.1, 1.0, 144, 1, 1022042643, 0, 0, ''), -(351033, 15978, "Diseased Maggot", "", 60, 60, 21, 0.8, 0.285714, 20.0, 1.0, 1, 0, 6.65, 2500, 2000, 1.0, 1.0, 1, 0, 2048, 0, 1, 72, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.1, 1.0, 82, 1, 1022042641, 0, 0, ''), -(351034, 15554, "Rotting Maggot", "", 60, 60, 21, 0.8, 0.285714, 20.0, 1.0, 1, 0, 13.05, 2500, 3000, 1.0, 1.0, 1, 0, 2048, 0, 1, 8, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.1, 1.0, 82, 1, 1022042641, 0, 0, ''), -(351035, 16279, "Gothik the Harvester", "", 63, 63, 21, 1.0, 1.14286, 20.0, 1.0, 3, 0, 27.5, 2500, 3700, 1.0, 1.0, 2, 32832, 2048, 0, 6, 76, 351035, 0, 0, 733851, 896929, '', 0, 1.0, 150.0, 100.0, 1.3, 1.0, 0, 1, 2093694843, 0, 3221225473, 'boss_gothik_40'), -(351036, 16582, "Instructor Razuvious", "", 63, 63, 21, 1.6, 1.71429, 20.0, 1.0, 3, 0, 157.5, 3500, 1567, 1.0, 1.0, 1, 32832, 2048, 0, 6, 76, 351036, 0, 0, 1253602, 1532181, '', 0, 1.0, 600.0, 2.0, 1.3, 1.0, 167, 1, 2093694843, 0, 1073741825, 'boss_razuvious_40'), -(351037, 16139, "Highlord Mograine", "The Ashbringer", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 24.0, 1500, 1700, 1.0, 1.0, 1, 0, 2048, 0, 6, 76, 0, 0, 0, 0, 0, '', 0, 1.0, 160.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1, 'boss_four_horsemen_40'), -(351038, 16154, "Sir Zeliek", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 35.0, 2500, 3200, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 0, 0, 0, 0, 0, '', 0, 1.0, 150.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_four_horsemen_40'), -(351039, 16155, "Thane Korth'azz", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 25.0, 2500, 3200, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 0, 0, 0, 49555, 64718, '', 0, 1.0, 180.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_four_horsemen_40'), -(351040, 16153, "Lady Blaumeux", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 35.0, 2500, 2200, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 0, 0, 0, 0, 0, '', 0, 1.0, 150.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_four_horsemen_40'), -(351041, 16937, "Skeletal Steed", "", 61, 61, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 22.6, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351041, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 14.0, 1.0, 1.15, 1.0, 164, 1, 1019945555, 0, 0, ''), -(351042, 11686, "Naxxramas Trigger", "", 60, 60, 114, 1.0, 1.14286, 18.0, 1.0, 0, 0, 4.2, 2000, 2000, 1.0, 1.0, 1, 33555200, 2048, 0, 10, 0, 0, 0, 0, 0, 0, '', 0, 1.0, 1.35, 1.0, 2.8, 1.0, 0, 1, 0, 0, 128, 'boss_naxxramas_misc'), -(351043, 16608, "Unrelenting Trainee", "", 60, 60, 21, 1.0, 1.42857, 18.0, 1.0, 0, 0, 7.05, 1800, 2000, 1.0, 1.0, 1, 32768, 2048, 0, 7, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 1.5, 1.0, 0.9, 1.0, 144, 1, 1006764032, 0, 65536, 'npc_boss_gothik_minion_40'), -(351044, 16612, "Unrelenting Deathknight", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 24.0, 2000, 2000, 1.0, 1.0, 1, 32832, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 6.5, 1.0, 1.15, 1.0, 144, 1, 1006764050, 0, 65536, 'npc_boss_gothik_minion_40'), -(351045, 10729, "Unrelenting Rider", "", 62, 62, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 22.05, 2000, 2000, 1.0, 1.0, 2, 32832, 2048, 0, 6, 2120, 0, 0, 0, 0, 0, '', 0, 1.0, 10.0, 5.0, 1.25, 1.0, 164, 1, 1023033343, 0, 65536, 'npc_boss_gothik_minion_40'), -(351046, 3942, "Spectral Trainee", "", 61, 61, 21, 1.11111, 1.42857, 20.0, 1.0, 1, 0, 6.0, 2000, 1265, 1.0, 1.0, 2, 32768, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 2.0, 3.0, 1.15, 1.0, 144, 1, 1006632960, 124, 65536, 'npc_boss_gothik_minion_40'), -(351047, 11686, "Naxxramas Military Sub-Boss Trigger", "", 60, 60, 114, 1.0, 1.14286, 18.0, 1.0, 0, 0, 4.2, 2000, 2000, 1.0, 1.0, 1, 33554432, 2048, 0, 10, 0, 0, 0, 0, 0, 0, '', 0, 1.0, 1.35, 1.0, 2.8, 1.0, 0, 1, 0, 0, 130, ''), -(351048, 16513, "Deathknight Captain", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 31.5, 3500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351048, 0, 0, 4138, 9644, 'SmartAI', 0, 1.0, 30.0, 2.0, 1.15, 1.0, 148, 1, 1019952727, 0, 0, ''), -(351049, 16508, "Deathknight", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 22.6, 1700, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 0, 0, 0, 3373, 4410, 'SmartAI', 0, 1.0, 24.0, 2.0, 1.45, 1.0, 148, 1, 1019952723, 0, 0, ''), -(351050, 16611, "Spectral Deathknight", "", 62, 62, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 24.0, 2000, 2000, 1.0, 1.0, 1, 32832, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 5.0, 1.5, 1.2, 1.0, 144, 1, 1006764032, 124, 65536, 'npc_boss_gothik_minion_40'), -(351051, 10719, "Spectral Horse", "", 63, 63, 21, 1.6, 1.38571, 20.0, 1.0, 1, 0, 26.3, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 8, 0, 0, 0, 0, 0, '', 0, 1.0, 9.0, 1.0, 1.0, 1.0, 141, 1, 1006764050, 124, 0, 'npc_boss_gothik_minion_40'), -(351052, 16614, "Spectral Rider", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 20.05, 2000, 2000, 1.0, 1.0, 1, 32832, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 3.0, 2.0, 1.3, 1.0, 164, 1, 1015693311, 124, 65536, 'npc_boss_gothik_minion_40'), -(351053, 16927, "Risen Deathknight", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 25.0, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351053, 0, 0, 1163, 8599, 'SmartAI', 0, 1.0, 8.0, 1.0, 1.15, 1.0, 144, 1, 1006830096, 0, 0, ''), -(351054, 16534, "Dark Touched Warrior", "Stable Master", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 25.0, 2000, 1265, 1.0, 1.0, 1, 32832, 2048, 0, 6, 8, 351054, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 8.0, 1.0, 1.15, 1.0, 148, 1, 1006830096, 0, 0, ''), -(351055, 10729, "Deathknight Cavalier", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 32.55, 2000, 1265, 1.0, 1.0, 2, 64, 2048, 0, 6, 2120, 351055, 0, 0, 4776, 8752, 'SmartAI', 0, 1.0, 45.0, 5.0, 1.15, 1.0, 144, 1, 1019952723, 0, 0, ''), -(351056, 14703, "Shade of Naxxramas", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 37.35, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351056, 0, 0, 2481, 3244, 'SmartAI', 0, 1.0, 18.0, 10.0, 1.15, 1.0, 144, 1, 1015751186, 0, 0, ''), -(351057, 11396, "Necro Knight", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 31.1, 3000, 1265, 1.0, 1.0, 8, 64, 2048, 0, 6, 72, 351057, 0, 0, 1801, 5231, 'SmartAI', 0, 1.0, 18.0, 18.0, 1.15, 1.0, 144, 1, 1019952723, 0, 0, ''), -(351058, 14706, "Bony Construct", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 22.6, 2000, 2016, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351058, 0, 0, 1673, 2190, 'SmartAI', 0, 1.0, 12.0, 3.0, 1.15, 1.0, 144, 1, 1015756368, 0, 0, ''), -(351059, 14710, "Stoneskin Gargoyle", "", 61, 61, 21, 2.0, 1.28571, 20.0, 1.0, 1, 0, 36.0, 3000, 1265, 1.0, 1.0, 2, 64, 2048, 0, 6, 72, 351059, 0, 0, 11151, 14566, 'SmartAI', 0, 1.0, 105.0, 10.0, 1.45, 1.0, 135, 1, 1073725439, 0, 0, ''), -(351060, 11404, "Skeletal Smith", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 22.6, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 7, 72, 351060, 0, 0, 2226, 7378, 'SmartAI', 0, 1.0, 16.0, 1.0, 1.15, 1.0, 148, 1, 646016863, 0, 0, ''), -(351061, 15294, "Unholy Axe", "", 61, 61, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 30.5, 1800, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351061, 0, 0, 6690, 9414, 'SmartAI', 1, 1.0, 36.0, 1.0, 1.15, 1.0, 164, 1, 1019952723, 0, 0, ''), -(351062, 15294, "Unholy Staff", "", 61, 61, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 23.15, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351062, 0, 0, 0, 0, 'SmartAI', 1, 1.0, 28.0, 1.0, 1.15, 1.0, 164, 1, 1019952723, 0, 0, ''), -(351063, 15294, "Unholy Swords", "", 61, 61, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 26.8, 1200, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351063, 0, 0, 0, 0, 'SmartAI', 1, 1.0, 30.0, 1.0, 1.15, 1.0, 164, 1, 1019952723, 0, 0, ''), -(351064, 11140, "Plague Slime", "", 61, 61, 21, 0.8, 0.285714, 20.0, 1.0, 1, 0, 81.2, 1800, 1265, 1.0, 1.0, 1, 64, 2048, 0, 10, 72, 351064, 0, 0, 6051, 7906, 'SmartAI', 0, 1.0, 45.0, 1.0, 1.15, 1.0, 70, 1, 1022049811, 32, 0, ''), -(351065, 10627, "Infectious Ghoul", "", 61, 61, 21, 0.777776, 1.42857, 20.0, 1.0, 1, 0, 26.25, 1500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351065, 0, 0, 4506, 9113, 'SmartAI', 0, 1.0, 30.0, 1.0, 1.15, 1.0, 144, 1, 1015226896, 0, 0, ''), -(351066, 16111, "Spore", "", 60, 60, 21, 0.4, 0.285714, 18.0, 1.0, 0, 0, 0.6, 2000, 2000, 1.0, 1.0, 1, 0, 2048, 0, 10, 8, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 0.25, 1.0, 0.7, 0.5, 69, 1, 0, 0, 0, ''), -(351067, 12349, "Fallout Slime", "", 60, 60, 21, 1.0, 1.14286, 20.0, 1.0, 1, 0, 46.2, 1800, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 16.0, 2.0, 1.1, 1.0, 0, 1, 1015758846, 0, 0, ''), -(351068, 7898, "Mutated Grub", "", 61, 61, 21, 1.0, 1.14286, 20.0, 1.0, 1, 0, 1.0, 2000, 2000, 1.0, 1.0, 1, 64, 2048, 0, 10, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 8.0, 1.0, 1.15, 1.0, 144, 1, 1022042641, 0, 0, ''), -(351069, 10976, "Zombie Chow", "", 60, 60, 89, 1.0, 1.14286, 20.0, 1.0, 1, 0, 3.4, 3000, 2000, 1.0, 1.0, 1, 1, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 40.0, 3.0, 1.1, 1.0, 100, 1, 1015226896, 0, 0, ''), -(351070, 16160, "Necropolis Acolyte", "", 62, 62, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 27.0, 2000, 1265, 1.0, 1.0, 2, 0, 2048, 0, 7, 0, 351070, 0, 0, 2865, 9398, '', 1, 1.0, 25.0, 10.0, 1.25, 1.0, 164, 1, 1022049875, 0, 0, ''), -(351071, 12349, "Sewage Slime", "", 60, 60, 21, 1.0, 1.14286, 20.0, 2.0, 1, 0, 23.0, 1800, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 64, 0, 0, 0, 0, 0, 'SmartAI', 1, 1.0, 50.0, 2.0, 1.1, 1.0, 0, 1, 1015758450, 0, 0, ''), -(351072, 11686, "Toxic Tunnel", "", 60, 60, 114, 1.0, 1.14286, 18.0, 1.0, 0, 0, 4.2, 2000, 2000, 1.0, 1.0, 1, 33816578, 2048, 0, 10, 0, 0, 0, 0, 0, 0, 'NullCreatureAI', 0, 1.0, 1.35, 1.0, 2.8, 1.0, 0, 1, 0, 0, 2, ''), -(351073, 7869, "Soldier of the Frozen Wastes", "", 60, 60, 21, 0.4, 0.414286, 20.0, 1.0, 1, 0, 8.1, 2000, 1780, 1.0, 1.0, 1, 0, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.1, 1.0, 64, 1, 1015226896, 0, 0, 'boss_kelthuzad_minion_40'), -(351074, 12818, "Unstoppable Abomination", "", 60, 60, 21, 0.4, 0.685714, 20.0, 1.0, 1, 0, 74.45, 2000, 1550, 1.0, 1.0, 1, 0, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.1, 1.0, 64, 1, 1019952754, 0, 0, 'boss_kelthuzad_minion_40'), -(351075, 16178, "Soul Weaver", "", 60, 60, 21, 0.4, 0.1, 20.0, 1.0, 1, 0, 1.7, 2000, 2000, 1.0, 1.0, 1, 0, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.1, 1.0, 64, 1, 1019952754, 0, 0, 'boss_kelthuzad_minion_40'), -(351076, 16586, "Guardian of Icecrown", "", 60, 60, 21, 4.8, 1.71429, 20.0, 1.0, 1, 0, 20.75, 2000, 1650, 1.0, 1.0, 1, 0, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 1, 1.0, 500.0, 1.0, 1.1, 1.0, 174, 1, 1019427442, 0, 0, 'boss_kelthuzad_minion_40'), -(351077, 14710, "Plagued Gargoyle", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 37.5, 3000, 1265, 1.0, 1.0, 2, 0, 2048, 0, 6, 8, 351077, 0, 0, 1, 138065, '', 0, 1.0, 100.0, 3.0, 1.45, 1.0, 144, 1, 1073725439, 0, 0, ''), -(351078, 10627, "Plagued Ghoul", "", 61, 61, 21, 0.777776, 1.42857, 20.0, 1.0, 1, 0, 26.25, 1500, 1265, 1.0, 1.0, 1, 32832, 2048, 0, 6, 72, 351078, 0, 0, 3878, 8925, 'SmartAI', 0, 1.0, 30.0, 1.0, 1.15, 1.0, 144, 1, 1021518352, 0, 0, ''), -(351079, 16213, "Web Wrap", "", 60, 60, 16, 1.0, 1.0, 18.0, 1.0, 0, 0, 0.6, 2000, 2000, 1.0, 1.0, 1, 0, 2048, 0, 10, 0, 0, 0, 0, 0, 0, '', 0, 1.0, 2.0, 1.0, 0.7, 1.0, 0, 1, 0, 0, 0, 'boss_maexxna_webwrap_40'), -(351080, 16605, "Naxxramas Follower", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 59.2, 2000, 1265, 1.0, 1.0, 8, 32832, 2048, 0, 7, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 45.0, 10.0, 1.15, 1.0, 144, 1, 1023391482, 0, 0, ''), -(351081, 16603, "Naxxramas Worshipper", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 35.0, 2000, 1265, 1.0, 1.0, 8, 32832, 2048, 0, 7, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 40.0, 10.0, 1.0, 1.0, 144, 1, 1023391482, 0, 0, ''), -(351082, 14698, "Crypt Guard", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 14.7, 1000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 65.0, 1.0, 1.15, 1.0, 144, 1, 1023391482, 0, 0, ''), -(351083, 10005, "Corpse Scarab", "", 60, 60, 21, 0.833332, 2.14286, 18.0, 1.0, 0, 0, 2.1, 1000, 1265, 1.0, 1.0, 1, 0, 2048, 0, 10, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 2.0, 1.0, 0.7, 1.0, 188, 1, 1022042641, 0, 0, ''), -(351084, 16539, "Deathknight Understudy", "", 60, 60, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 45.5, 3500, 1265, 1.0, 1.0, 1, 32832, 2048, 0, 7, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 30.0, 2.0, 2.0, 1.0, 144, 1, 1022049874, 0, 0, 'boss_razuvious_minion_40'), -(351085, 2606, "Plagued Guardian", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 24.25, 3000, 2000, 1.0, 1.0, 8, 0, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 8.0, 18.0, 1.15, 1.0, 144, 1, 1015751184, 0, 0, ''), -(351086, 7847, "Plagued Champion", "", 61, 61, 21, 0.888888, 1.42857, 20.0, 1.0, 1, 0, 26.85, 2000, 2000, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 11.0, 1.0, 1.15, 1.0, 144, 1, 1015226896, 0, 0, ''), -(351087, 16916, "Plagued Warrior", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 22.4, 2700, 2000, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 10.0, 1.0, 1.15, 1.0, 144, 1, 1021518353, 0, 0, ''), -(351088, 13111, "Maexxna Spiderling", "", 60, 60, 16, 1.0, 2.14286, 18.0, 1.0, 0, 0, 1.85, 500, 2000, 1.0, 1.0, 1, 0, 2048, 0, 1, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 1.25, 1.0, 1.1, 1.0, 188, 1, 1022042641, 0, 0, ''), -(351089, 11686, "Grobbulus Cloud", "", 63, 63, 21, 0.004, 0.001429, 18.0, 1.0, 0, 0, 0.05, 2000, 2000, 1.0, 1.0, 1, 33554432, 2048, 0, 10, 0, 0, 0, 0, 0, 0, '', 0, 1.0, 1.35, 1.0, 1.0, 1.0, 60, 1, 0, 0, 0, 'boss_grobbulus_poison_cloud_40'); +REPLACE INTO `creature_template` (`entry`, `name`, `subname`, `minlevel`, `maxlevel`, `faction`, `speed_walk`, `speed_run`, `detection_range`,`scale`,`rank`,`dmgschool`,`DamageModifier`,`BaseAttackTime`,`RangeAttackTime`,`BaseVariance`,`RangeVariance`,`unit_class`,`unit_flags`,`unit_flags2`,`family`,`type`,`type_flags`,`lootid`,`skinloot`,`PetSpellDataId`,`mingold`,`maxgold`,`AIName`,`MovementType`,`HoverHeight`,`HealthModifier`,`ManaModifier`,`ArmorModifier`,`ExperienceModifier`,`movementId`,`RegenHealth`,`mechanic_immune_mask`,`spell_school_immune_mask`,`flags_extra`,`ScriptName`) VALUES +(351000, "Thaddius", "", 63, 63, 21, 1.0, 1.42857, 20.0, 1.0, 3, 0, 50.0, 2000, 3700, 1.0, 1.0, 1, 0, 2048, 0, 6, 76, 351000, 0, 0, 1513636, 1850000, '', 0, 1.0, 2000.0, 2.0, 1.5, 1.0, 0, 1, 2093694843, 0, 3221225473, 'boss_thaddius_40'), +(351001, "Stalagg", "", 63, 63, 21, 0.8, 1.14286, 20.0, 1.0, 3, 0, 54.85, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 0, 0, 0, 0, 0, '', 0, 1.0, 150.0, 2.0, 1.3, 1.0, 0, 1, 2093694843, 0, 1073741825, 'boss_thaddius_summon_40'), +(351002, "Feugen", "", 63, 63, 21, 0.8, 1.14286, 20.0, 1.0, 3, 0, 56.25, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 0, 0, 0, 0, 0, '', 0, 1.0, 150.0, 2.0, 1.3, 1.0, 0, 1, 2093694843, 0, 1073741825, 'boss_thaddius_summon_40'), +(351003, "Grobbulus", "", 63, 63, 21, 1.5, 1.71429, 20.0, 1.0, 3, 0, 40.0, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351003, 0, 0, 1283823, 1569117, '', 2, 1.0, 650.0, 2.0, 1.3, 1.0, 166, 1, 2093694843, 0, 1073741825, 'boss_grobbulus_40'), +(351004, "Gluth", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 36.0, 1600, 1700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351004, 0, 0, 1260000, 1540000, '', 0, 1.0, 500.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_gluth_40'), +(351005, "Heigan the Unclean", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 50.0, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351005, 0, 0, 1280454, 1565000, '', 0, 1.0, 550.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_heigan_40'), +(351006, "Maexxna", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 50.0, 2500, 3200, 1.0, 1.0, 1, 64, 2048, 0, 1, 76, 351006, 0, 0, 1274062, 1557187, '', 0, 1.0, 450.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_maexxna_40'), +(351007, "Grand Widow Faerlina", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 50.05, 2500, 3700, 1.0, 1.0, 1, 32832, 2048, 0, 7, 76, 351007, 0, 0, 900055, 1100068, '', 0, 1.0, 400.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_faerlina_40'), +(351008, "Noth the Plaguebringer", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 50.0, 2500, 3700, 1.0, 1.0, 1, 32832, 2048, 0, 6, 76, 351008, 0, 0, 1265652, 1546909, '', 0, 1.0, 500.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_noth_40'), +(351009, "Anub'Rekhan", "", 63, 63, 21, 1.0, 1.42857, 20.0, 1.0, 3, 0, 34.15, 2000, 3200, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351009, 0, 0, 1125000, 1375000, '', 0, 1.0, 500.0, 2.0, 1.3, 1.0, 144, 1, 2093694843, 0, 1073741825, 'boss_anubrekhan_40'), +(351010, "Dread Creeper", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 19.4, 2000, 3700, 1.0, 1.0, 1, 64, 2048, 3, 1, 73, 351010, 0, 13153, 0, 0, 'SmartAI', 0, 1.0, 15.0, 1.0, 1.15, 1.0, 144, 1, 1023391482, 0, 0, ''), +(351011, "Carrion Spinner", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 26.4, 2000, 3700, 1.0, 1.0, 1, 64, 2048, 3, 1, 73, 351011, 0, 13151, 0, 0, 'SmartAI', 0, 1.0, 18.0, 1.0, 1.15, 1.0, 144, 1, 1023391482, 0, 0, ''), +(351012, "Venom Stalker", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 27.35, 2000, 3700, 1.0, 1.0, 1, 64, 2048, 3, 1, 73, 351012, 0, 13150, 0, 0, 'SmartAI', 0, 1.0, 30.0, 1.0, 1.15, 1.0, 144, 1, 1023393531, 0, 0, ''), +(351013, "Infectious Skitterer", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 11.5, 1000, 3700, 1.0, 1.0, 1, 0, 2048, 0, 1, 8, 0, 0, 0, 0, 0, '', 0, 1.0, 5.0, 1.0, 1.15, 1.0, 144, 1, 1023391482, 0, 0, ''), +(351014, "Crypt Reaver", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 26.95, 1200, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351014, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 45.0, 1.0, 1.15, 1.0, 144, 1, 1023393531, 0, 0, ''), +(351015, "Tomb Horror", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 27.35, 2000, 2700, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351015, 0, 0, 1, 19891, 'SmartAI', 1, 1.0, 35.0, 1.0, 1.15, 1.0, 144, 1, 1023393531, 0, 0, ''), +(351016, "Naxxramas Cultist", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 30.75, 2000, 3700, 1.0, 1.0, 8, 32832, 2048, 0, 7, 72, 351016, 0, 0, 1206, 9596, 'SmartAI', 0, 1.0, 12.0, 10.0, 2.2, 1.0, 144, 1, 1023391483, 0, 0, ''), +(351017, "Naxxramas Acolyte", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 30.75, 2000, 3700, 1.0, 1.0, 8, 32832, 2048, 0, 7, 72, 351017, 0, 0, 1248, 9661, 'SmartAI', 0, 1.0, 12.0, 10.0, 2.2, 1.0, 144, 1, 1023391483, 0, 0, ''), +(351018, "Sapphiron", "", 63, 63, 21, 1.0, 2.14286, 20.0, 1.0, 3, 0, 63.0, 1800, 1700, 1.0, 1.0, 1, 0, 2048, 0, 6, 76, 351018, 0, 0, 246755, 322238, '', 0, 1.0, 950.0, 2.0, 1.3, 1.0, 188, 1, 2093694843, 16, 1073741825, 'boss_sapphiron'), +(351019, "Kel'Thuzad", "", 63, 63, 21, 1.0, 1.14286, 20.0, 1.0, 3, 0, 62.5, 2500, 2000, 1.0, 1.0, 2, 0, 2048, 0, 6, 76, 351019, 0, 0, 1002755, 1457838, '', 0, 1.0, 1200.0, 600.0, 1.3, 1.0, 0, 1, 2093694843, 0, 3221225473, 'boss_kelthuzad_40'), +(351020, "Loatheb", "", 63, 63, 21, 0.8, 2.0, 20.0, 1.0, 3, 0, 50.0, 1250, 1700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351020, 0, 0, 1292142, 1579285, '', 0, 1.0, 1600.0, 2.0, 1.5, 1.0, 180, 1, 2093694843, 0, 1073741825, 'boss_loatheb_40'), +(351021, "Patchwork Golem", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 37.5, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351021, 0, 0, 3798, 4965, 'SmartAI', 0, 1.0, 28.0, 2.0, 1.15, 1.0, 144, 1, 1022066674, 0, 0, ''), +(351022, "Bile Retcher", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 35.0, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351022, 0, 0, 4776, 6241, 'SmartAI', 0, 1.0, 34.0, 2.0, 1.15, 1.0, 144, 1, 1022066674, 0, 0, ''), +(351023, "Mad Scientist", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 22.6, 2500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351023, 0, 0, 2226, 9694, 'SmartAI', 0, 1.0, 16.0, 2.0, 1.15, 1.0, 144, 1, 1015758352, 0, 0, ''), +(351024, "Living Monstrosity", "", 62, 62, 21, 0.8, 1.42857, 20.0, 1.0, 1, 0, 30.6, 2500, 3700, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351024, 0, 0, 2015, 9706, 'SmartAI', 0, 1.0, 14.0, 2.0, 1.2, 1.0, 144, 1, 1019952723, 0, 0, ''), +(351025, "Surgical Assistant", "", 60, 60, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 14.95, 2500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351025, 0, 0, 1842, 9796, 'SmartAI', 0, 1.0, 14.0, 2.0, 1.1, 1.0, 144, 1, 1015751184, 0, 0, ''), +(351026, "Embalming Slime", "", 60, 60, 21, 1.2, 0.428571, 20.0, 1.0, 1, 0, 23.0, 2500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 4.0, 2.0, 1.1, 1.0, 76, 1, 1015758354, 0, 0, ''), +(351027, "Stitched Spewer", "", 63, 63, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 37.55, 2500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351027, 0, 0, 6445, 8466, 'SmartAI', 0, 1.0, 45.0, 2.0, 1.3, 1.0, 144, 1, 1022066674, 0, 0, ''), +(351028, "Patchwerk", "", 63, 63, 21, 2.0, 1.71429, 20.0, 1.0, 3, 0, 67.5, 750, 1700, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 351028, 0, 0, 1305000, 1595000, '', 0, 1.0, 1200.0, 2.0, 1.5, 1.0, 169, 1, 2093694843, 0, 1073741825, 'boss_patchwerk_40'), +(351029, "Sludge Belcher", "", 62, 62, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 35.0, 2500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351029, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 25.0, 1.0, 1.2, 1.0, 144, 1, 1022066674, 0, 0, ''), +(351030, "Plague Beast", "", 61, 61, 21, 0.666668, 1.42857, 20.0, 1.0, 1, 0, 1.0, 2000, 2000, 1.0, 1.0, 1, 64, 2048, 0, 4, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 18.0, 1.0, 1.15, 1.0, 144, 1, 1022049811, 0, 0, ''), +(351031, "Frenzied Bat", "", 60, 60, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 0.75, 1500, 1500, 1.0, 1.0, 1, 64, 2048, 0, 1, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 3.5, 1.0, 1.1, 1.0, 144, 1, 1022042641, 0, 0, ''), +(351032, "Plagued Bat", "", 60, 60, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 1.0, 2000, 2000, 1.0, 1.0, 1, 64, 2048, 0, 1, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 3.5, 1.0, 1.1, 1.0, 144, 1, 1022042643, 0, 0, ''), +(351033, "Diseased Maggot", "", 60, 60, 21, 0.8, 0.285714, 20.0, 1.0, 1, 0, 6.65, 2500, 2000, 1.0, 1.0, 1, 0, 2048, 0, 1, 72, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.1, 1.0, 82, 1, 1022042641, 0, 0, ''), +(351034, "Rotting Maggot", "", 60, 60, 21, 0.8, 0.285714, 20.0, 1.0, 1, 0, 13.05, 2500, 3000, 1.0, 1.0, 1, 0, 2048, 0, 1, 8, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.1, 1.0, 82, 1, 1022042641, 0, 0, ''), +(351035, "Gothik the Harvester", "", 63, 63, 21, 1.0, 1.14286, 20.0, 1.0, 3, 0, 27.5, 2500, 3700, 1.0, 1.0, 2, 32832, 2048, 0, 6, 76, 351035, 0, 0, 733851, 896929, '', 0, 1.0, 150.0, 100.0, 1.3, 1.0, 0, 1, 2093694843, 0, 3221225473, 'boss_gothik_40'), +(351036, "Instructor Razuvious", "", 63, 63, 21, 1.6, 1.71429, 20.0, 1.0, 3, 0, 157.5, 3500, 1567, 1.0, 1.0, 1, 32832, 2048, 0, 6, 76, 351036, 0, 0, 1253602, 1532181, '', 0, 1.0, 600.0, 2.0, 1.3, 1.0, 167, 1, 2093694843, 0, 1073741825, 'boss_razuvious_40'), +(351037, "Highlord Mograine", "The Ashbringer", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 24.0, 1500, 1700, 1.0, 1.0, 1, 0, 2048, 0, 6, 76, 0, 0, 0, 0, 0, '', 0, 1.0, 160.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1, 'boss_four_horsemen_40'), +(351038, "Sir Zeliek", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 35.0, 2500, 3200, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 0, 0, 0, 0, 0, '', 0, 1.0, 150.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_four_horsemen_40'), +(351039, "Thane Korth'azz", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 25.0, 2500, 3200, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 0, 0, 0, 49555, 64718, '', 0, 1.0, 180.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_four_horsemen_40'), +(351040, "Lady Blaumeux", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 3, 0, 35.0, 2500, 2200, 1.0, 1.0, 1, 64, 2048, 0, 6, 76, 0, 0, 0, 0, 0, '', 0, 1.0, 150.0, 2.0, 1.3, 1.0, 164, 1, 2093694843, 0, 1073741825, 'boss_four_horsemen_40'), +(351041, "Skeletal Steed", "", 61, 61, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 22.6, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351041, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 14.0, 1.0, 1.15, 1.0, 164, 1, 1019945555, 0, 0, ''), +(351042, "Naxxramas Trigger", "", 60, 60, 114, 1.0, 1.14286, 18.0, 1.0, 0, 0, 4.2, 2000, 2000, 1.0, 1.0, 1, 33555200, 2048, 0, 10, 0, 0, 0, 0, 0, 0, '', 0, 1.0, 1.35, 1.0, 2.8, 1.0, 0, 1, 0, 0, 128, 'boss_naxxramas_misc'), +(351043, "Unrelenting Trainee", "", 60, 60, 21, 1.0, 1.42857, 18.0, 1.0, 0, 0, 7.05, 1800, 2000, 1.0, 1.0, 1, 32768, 2048, 0, 7, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 1.5, 1.0, 0.9, 1.0, 144, 1, 1006764032, 0, 65536, 'npc_boss_gothik_minion_40'), +(351044, "Unrelenting Deathknight", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 24.0, 2000, 2000, 1.0, 1.0, 1, 32832, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 6.5, 1.0, 1.15, 1.0, 144, 1, 1006764050, 0, 65536, 'npc_boss_gothik_minion_40'), +(351045, "Unrelenting Rider", "", 62, 62, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 22.05, 2000, 2000, 1.0, 1.0, 2, 32832, 2048, 0, 6, 2120, 0, 0, 0, 0, 0, '', 0, 1.0, 10.0, 5.0, 1.25, 1.0, 164, 1, 1023033343, 0, 65536, 'npc_boss_gothik_minion_40'), +(351046, "Spectral Trainee", "", 61, 61, 21, 1.11111, 1.42857, 20.0, 1.0, 1, 0, 6.0, 2000, 1265, 1.0, 1.0, 2, 32768, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 2.0, 3.0, 1.15, 1.0, 144, 1, 1006632960, 124, 65536, 'npc_boss_gothik_minion_40'), +(351047, "Naxxramas Military Sub-Boss Trigger", "", 60, 60, 114, 1.0, 1.14286, 18.0, 1.0, 0, 0, 4.2, 2000, 2000, 1.0, 1.0, 1, 33554432, 2048, 0, 10, 0, 0, 0, 0, 0, 0, '', 0, 1.0, 1.35, 1.0, 2.8, 1.0, 0, 1, 0, 0, 130, ''), +(351048, "Deathknight Captain", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 31.5, 3500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351048, 0, 0, 4138, 9644, 'SmartAI', 0, 1.0, 30.0, 2.0, 1.15, 1.0, 148, 1, 1019952727, 0, 0, ''), +(351049, "Deathknight", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 22.6, 1700, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 0, 0, 0, 3373, 4410, 'SmartAI', 0, 1.0, 24.0, 2.0, 1.45, 1.0, 148, 1, 1019952723, 0, 0, ''), +(351050, "Spectral Deathknight", "", 62, 62, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 24.0, 2000, 2000, 1.0, 1.0, 1, 32832, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 5.0, 1.5, 1.2, 1.0, 144, 1, 1006764032, 124, 65536, 'npc_boss_gothik_minion_40'), +(351051, "Spectral Horse", "", 63, 63, 21, 1.6, 1.38571, 20.0, 1.0, 1, 0, 26.3, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 8, 0, 0, 0, 0, 0, '', 0, 1.0, 9.0, 1.0, 1.0, 1.0, 141, 1, 1006764050, 124, 0, 'npc_boss_gothik_minion_40'), +(351052, "Spectral Rider", "", 63, 63, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 20.05, 2000, 2000, 1.0, 1.0, 1, 32832, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 3.0, 2.0, 1.3, 1.0, 164, 1, 1015693311, 124, 65536, 'npc_boss_gothik_minion_40'), +(351053, "Risen Deathknight", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 25.0, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351053, 0, 0, 1163, 8599, 'SmartAI', 0, 1.0, 8.0, 1.0, 1.15, 1.0, 144, 1, 1006830096, 0, 0, ''), +(351054, "Dark Touched Warrior", "Stable Master", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 25.0, 2000, 1265, 1.0, 1.0, 1, 32832, 2048, 0, 6, 8, 351054, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 8.0, 1.0, 1.15, 1.0, 148, 1, 1006830096, 0, 0, ''), +(351055, "Deathknight Cavalier", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 32.55, 2000, 1265, 1.0, 1.0, 2, 64, 2048, 0, 6, 2120, 351055, 0, 0, 4776, 8752, 'SmartAI', 0, 1.0, 45.0, 5.0, 1.15, 1.0, 144, 1, 1019952723, 0, 0, ''), +(351056, "Shade of Naxxramas", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 37.35, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351056, 0, 0, 2481, 3244, 'SmartAI', 0, 1.0, 18.0, 10.0, 1.15, 1.0, 144, 1, 1015751186, 0, 0, ''), +(351057, "Necro Knight", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 31.1, 3000, 1265, 1.0, 1.0, 8, 64, 2048, 0, 6, 72, 351057, 0, 0, 1801, 5231, 'SmartAI', 0, 1.0, 18.0, 18.0, 1.15, 1.0, 144, 1, 1019952723, 0, 0, ''), +(351058, "Bony Construct", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 22.6, 2000, 2016, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351058, 0, 0, 1673, 2190, 'SmartAI', 0, 1.0, 12.0, 3.0, 1.15, 1.0, 144, 1, 1015756368, 0, 0, ''), +(351059, "Stoneskin Gargoyle", "", 61, 61, 21, 2.0, 1.28571, 20.0, 1.0, 1, 0, 36.0, 3000, 1265, 1.0, 1.0, 2, 64, 2048, 0, 6, 72, 351059, 0, 0, 11151, 14566, 'SmartAI', 0, 1.0, 105.0, 10.0, 1.45, 1.0, 135, 1, 1073725439, 0, 0, ''), +(351060, "Skeletal Smith", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 22.6, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 7, 72, 351060, 0, 0, 2226, 7378, 'SmartAI', 0, 1.0, 16.0, 1.0, 1.15, 1.0, 148, 1, 646016863, 0, 0, ''), +(351061, "Unholy Axe", "", 61, 61, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 30.5, 1800, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351061, 0, 0, 6690, 9414, 'SmartAI', 1, 1.0, 36.0, 1.0, 1.15, 1.0, 164, 1, 1019952723, 0, 0, ''), +(351062, "Unholy Staff", "", 61, 61, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 23.15, 2000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351062, 0, 0, 0, 0, 'SmartAI', 1, 1.0, 28.0, 1.0, 1.15, 1.0, 164, 1, 1019952723, 0, 0, ''), +(351063, "Unholy Swords", "", 61, 61, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 26.8, 1200, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351063, 0, 0, 0, 0, 'SmartAI', 1, 1.0, 30.0, 1.0, 1.15, 1.0, 164, 1, 1019952723, 0, 0, ''), +(351064, "Plague Slime", "", 61, 61, 21, 0.8, 0.285714, 20.0, 1.0, 1, 0, 81.2, 1800, 1265, 1.0, 1.0, 1, 64, 2048, 0, 10, 72, 351064, 0, 0, 6051, 7906, 'SmartAI', 0, 1.0, 45.0, 1.0, 1.15, 1.0, 70, 1, 1022049811, 32, 0, ''), +(351065, "Infectious Ghoul", "", 61, 61, 21, 0.777776, 1.42857, 20.0, 1.0, 1, 0, 26.25, 1500, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 351065, 0, 0, 4506, 9113, 'SmartAI', 0, 1.0, 30.0, 1.0, 1.15, 1.0, 144, 1, 1015226896, 0, 0, ''), +(351066, "Spore", "", 60, 60, 21, 0.4, 0.285714, 18.0, 1.0, 0, 0, 0.6, 2000, 2000, 1.0, 1.0, 1, 0, 2048, 0, 10, 8, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 0.25, 1.0, 0.7, 0.5, 69, 1, 0, 0, 0, ''), +(351067, "Fallout Slime", "", 60, 60, 21, 1.0, 1.14286, 20.0, 1.0, 1, 0, 46.2, 1800, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 16.0, 2.0, 1.1, 1.0, 0, 1, 1015758846, 0, 0, ''), +(351068, "Mutated Grub", "", 61, 61, 21, 1.0, 1.14286, 20.0, 1.0, 1, 0, 1.0, 2000, 2000, 1.0, 1.0, 1, 64, 2048, 0, 10, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 8.0, 1.0, 1.15, 1.0, 144, 1, 1022042641, 0, 0, ''), +(351069, "Zombie Chow", "", 60, 60, 89, 1.0, 1.14286, 20.0, 1.0, 1, 0, 3.4, 3000, 2000, 1.0, 1.0, 1, 1, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 40.0, 3.0, 1.1, 1.0, 100, 1, 1015226896, 0, 0, ''), +(351070, "Necropolis Acolyte", "", 62, 62, 21, 1.0, 1.71429, 20.0, 1.0, 1, 0, 27.0, 2000, 1265, 1.0, 1.0, 2, 0, 2048, 0, 7, 0, 351070, 0, 0, 2865, 9398, '', 1, 1.0, 25.0, 10.0, 1.25, 1.0, 164, 1, 1022049875, 0, 0, ''), +(351071, "Sewage Slime", "", 60, 60, 21, 1.0, 1.14286, 20.0, 2.0, 1, 0, 23.0, 1800, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 64, 0, 0, 0, 0, 0, 'SmartAI', 1, 1.0, 50.0, 2.0, 1.1, 1.0, 0, 1, 1015758450, 0, 0, ''), +(351072, "Toxic Tunnel", "", 60, 60, 114, 1.0, 1.14286, 18.0, 1.0, 0, 0, 4.2, 2000, 2000, 1.0, 1.0, 1, 33816578, 2048, 0, 10, 0, 0, 0, 0, 0, 0, 'NullCreatureAI', 0, 1.0, 1.35, 1.0, 2.8, 1.0, 0, 1, 0, 0, 2, ''), +(351073, "Soldier of the Frozen Wastes", "", 60, 60, 21, 0.4, 0.414286, 20.0, 1.0, 1, 0, 8.1, 2000, 1780, 1.0, 1.0, 1, 0, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.1, 1.0, 64, 1, 1015226896, 0, 0, 'boss_kelthuzad_minion_40'), +(351074, "Unstoppable Abomination", "", 60, 60, 21, 0.4, 0.685714, 20.0, 1.0, 1, 0, 74.45, 2000, 1550, 1.0, 1.0, 1, 0, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.1, 1.0, 64, 1, 1019952754, 0, 0, 'boss_kelthuzad_minion_40'), +(351075, "Soul Weaver", "", 60, 60, 21, 0.4, 0.1, 20.0, 1.0, 1, 0, 1.7, 2000, 2000, 1.0, 1.0, 1, 0, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.1, 1.0, 64, 1, 1019952754, 0, 0, 'boss_kelthuzad_minion_40'), +(351076, "Guardian of Icecrown", "", 60, 60, 21, 4.8, 1.71429, 20.0, 1.0, 1, 0, 20.75, 2000, 1650, 1.0, 1.0, 1, 0, 2048, 0, 6, 72, 0, 0, 0, 0, 0, '', 1, 1.0, 500.0, 1.0, 1.1, 1.0, 174, 1, 1019427442, 0, 0, 'boss_kelthuzad_minion_40'), +(351077, "Plagued Gargoyle", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 37.5, 3000, 1265, 1.0, 1.0, 2, 0, 2048, 0, 6, 8, 351077, 0, 0, 1, 138065, '', 0, 1.0, 100.0, 3.0, 1.45, 1.0, 144, 1, 1073725439, 0, 0, ''), +(351078, "Plagued Ghoul", "", 61, 61, 21, 0.777776, 1.42857, 20.0, 1.0, 1, 0, 26.25, 1500, 1265, 1.0, 1.0, 1, 32832, 2048, 0, 6, 72, 351078, 0, 0, 3878, 8925, 'SmartAI', 0, 1.0, 30.0, 1.0, 1.15, 1.0, 144, 1, 1021518352, 0, 0, ''), +(351079, "Web Wrap", "", 60, 60, 16, 1.0, 1.0, 18.0, 1.0, 0, 0, 0.6, 2000, 2000, 1.0, 1.0, 1, 0, 2048, 0, 10, 0, 0, 0, 0, 0, 0, '', 0, 1.0, 2.0, 1.0, 0.7, 1.0, 0, 1, 0, 0, 0, 'boss_maexxna_webwrap_40'), +(351080, "Naxxramas Follower", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 59.2, 2000, 1265, 1.0, 1.0, 8, 32832, 2048, 0, 7, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 45.0, 10.0, 1.15, 1.0, 144, 1, 1023391482, 0, 0, ''), +(351081, "Naxxramas Worshipper", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 35.0, 2000, 1265, 1.0, 1.0, 8, 32832, 2048, 0, 7, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 40.0, 10.0, 1.0, 1.0, 144, 1, 1023391482, 0, 0, ''), +(351082, "Crypt Guard", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 14.7, 1000, 1265, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 65.0, 1.0, 1.15, 1.0, 144, 1, 1023391482, 0, 0, ''), +(351083, "Corpse Scarab", "", 60, 60, 21, 0.833332, 2.14286, 18.0, 1.0, 0, 0, 2.1, 1000, 1265, 1.0, 1.0, 1, 0, 2048, 0, 10, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 2.0, 1.0, 0.7, 1.0, 188, 1, 1022042641, 0, 0, ''), +(351084, "Deathknight Understudy", "", 60, 60, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 45.5, 3500, 1265, 1.0, 1.0, 1, 32832, 2048, 0, 7, 72, 0, 0, 0, 0, 0, '', 0, 1.0, 30.0, 2.0, 2.0, 1.0, 144, 1, 1022049874, 0, 0, 'boss_razuvious_minion_40'), +(351085, "Plagued Guardian", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 24.25, 3000, 2000, 1.0, 1.0, 8, 0, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 8.0, 18.0, 1.15, 1.0, 144, 1, 1015751184, 0, 0, ''), +(351086, "Plagued Champion", "", 61, 61, 21, 0.888888, 1.42857, 20.0, 1.0, 1, 0, 26.85, 2000, 2000, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 11.0, 1.0, 1.15, 1.0, 144, 1, 1015226896, 0, 0, ''), +(351087, "Plagued Warrior", "", 61, 61, 21, 1.0, 1.42857, 20.0, 1.0, 1, 0, 22.4, 2700, 2000, 1.0, 1.0, 1, 64, 2048, 0, 6, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 10.0, 1.0, 1.15, 1.0, 144, 1, 1021518353, 0, 0, ''), +(351088, "Maexxna Spiderling", "", 60, 60, 16, 1.0, 2.14286, 18.0, 1.0, 0, 0, 1.85, 500, 2000, 1.0, 1.0, 1, 0, 2048, 0, 1, 72, 0, 0, 0, 0, 0, 'SmartAI', 0, 1.0, 1.25, 1.0, 1.1, 1.0, 188, 1, 1022042641, 0, 0, ''), +(351089, "Grobbulus Cloud", "", 63, 63, 21, 0.004, 0.001429, 18.0, 1.0, 0, 0, 0.05, 2000, 2000, 1.0, 1.0, 1, 33554432, 2048, 0, 10, 0, 0, 0, 0, 0, 0, '', 0, 1.0, 1.35, 1.0, 1.0, 1.0, 60, 1, 0, 0, 0, 'boss_grobbulus_poison_cloud_40'); REPLACE INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `GroupId`, `MinCount`, `MaxCount`) VALUES (351000, 22726, 0, 30.0, 0, 0, 1, 1), diff --git a/src/Naxxramas/sql/world/naxx40_creatures_model_info.sql b/src/Naxxramas/sql/world/naxx40_creatures_model_info.sql new file mode 100644 index 0000000..ed3e61f --- /dev/null +++ b/src/Naxxramas/sql/world/naxx40_creatures_model_info.sql @@ -0,0 +1,100 @@ + +-- +DELETE FROM `creature_template_model` WHERE (`CreatureID` BETWEEN 351000 AND 351089) OR (`CreatureID` IN (351090, 351091, 351092)) OR (`CreatureID` = 351097); +INSERT INTO `creature_template_model` +(`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES +(351000, 0, 16137, 1.0, 1.0, NULL); +(351001, 0, 15297, 1.0, 1.0, NULL), +(351002, 0, 15297, 1.0, 1.0, NULL), +(351003, 0, 16035, 1.0, 1.0, NULL), +(351004, 0, 16064, 1.0, 1.0, NULL), +(351005, 0, 16309, 1.0, 1.0, NULL), +(351006, 0, 15928, 1.0, 1.0, NULL), +(351007, 0, 15940, 1.0, 1.0, NULL), +(351008, 0, 16590, 1.0, 1.0, NULL), +(351009, 0, 15931, 1.0, 1.0, NULL), +(351010, 0, 15937, 1.0, 1.0, NULL), +(351011, 0, 15938, 1.0, 1.0, NULL), +(351012, 0, 15939, 1.0, 1.0, NULL), +(351013, 0, 959, 1.0, 1.0, NULL), +(351014, 0, 15941, 1.0, 1.0, NULL), +(351015, 0, 15942, 1.0, 1.0, NULL), +(351016, 0, 16594, 1.0, 1.0, NULL), +(351017, 0, 16598, 1.0, 1.0, NULL), +(351018, 0, 16033, 1.0, 1.0, NULL), +(351019, 0, 15945, 1.0, 1.0, NULL), +(351020, 0, 16110, 1.0, 1.0, NULL), +(351021, 0, 9760, 1.0, 1.0, NULL), +(351022, 0, 15958, 1.0, 1.0, NULL), +(351023, 0, 16063, 1.0, 1.0, NULL), +(351024, 0, 16175, 1.0, 1.0, NULL), +(351025, 0, 836, 1.0, 1.0, NULL), +(351026, 0, 12349, 1.0, 1.0, NULL), +(351027, 0, 15961, 1.0, 1.0, NULL), +(351028, 0, 16174, 1.0, 1.0, NULL), +(351029, 0, 15962, 1.0, 1.0, NULL), +(351030, 0, 9013, 1.0, 1.0, NULL), +(351031, 0, 7896, 1.0, 1.0, NULL), +(351032, 0, 1954, 1.0, 1.0, NULL), +(351033, 0, 15978, 1.0, 1.0, NULL), +(351034, 0, 15554, 1.0, 1.0, NULL), +(351035, 0, 16279, 1.0, 1.0, NULL), +(351036, 0, 16582, 1.0, 1.0, NULL), +(351037, 0, 16139, 1.0, 1.0, NULL), +(351038, 0, 16154, 1.0, 1.0, NULL), +(351039, 0, 16155, 1.0, 1.0, NULL), +(351040, 0, 16153, 1.0, 1.0, NULL), +(351041, 0, 16937, 1.0, 1.0, NULL), +(351042, 0, 11686, 1.0, 1.0, NULL), +(351043, 0, 16608, 1.0, 1.0, NULL), +(351044, 0, 16612, 1.0, 1.0, NULL), +(351045, 0, 10729, 1.0, 1.0, NULL), +(351046, 0, 3942, 1.0, 1.0, NULL), +(351047, 0, 11686, 1.0, 1.0, NULL), +(351048, 0, 16513, 1.0, 1.0, NULL), +(351049, 0, 16508, 1.0, 1.0, NULL), +(351050, 0, 16611, 1.0, 1.0, NULL), +(351051, 0, 10719, 1.0, 1.0, NULL), +(351052, 0, 16614, 1.0, 1.0, NULL), +(351053, 0, 16927, 1.0, 1.0, NULL), +(351054, 0, 16534, 1.0, 1.0, NULL), +(351055, 0, 10729, 1.0, 1.0, NULL), +(351056, 0, 14703, 1.0, 1.0, NULL), +(351057, 0, 11396, 1.0, 1.0, NULL), +(351058, 0, 14706, 1.0, 1.0, NULL), +(351059, 0, 14710, 1.0, 1.0, NULL), +(351060, 0, 11404, 1.0, 1.0, NULL), +(351061, 0, 15294, 1.0, 1.0, NULL), +(351062, 0, 15294, 1.0, 1.0, NULL), +(351063, 0, 15294, 1.0, 1.0, NULL), +(351064, 0, 11140, 1.0, 1.0, NULL), +(351065, 0, 10627, 1.0, 1.0, NULL), +(351066, 0, 16111, 1.0, 1.0, NULL), +(351067, 0, 12349, 1.0, 1.0, NULL), +(351068, 0, 7898, 1.0, 1.0, NULL), +(351069, 0, 10976, 1.0, 1.0, NULL), +(351070, 0, 16160, 1.0, 1.0, NULL), +(351071, 0, 12349, 2.0, 1.0, NULL), +(351072, 0, 11686, 1.0, 1.0, NULL), +(351073, 0, 7869, 1.0, 1.0, NULL), +(351074, 0, 12818, 1.0, 1.0, NULL), +(351075, 0, 16178, 1.0, 1.0, NULL), +(351076, 0, 16586, 1.0, 1.0, NULL), +(351077, 0, 14710, 1.0, 1.0, NULL), +(351078, 0, 10627, 1.0, 1.0, NULL), +(351079, 0, 16213, 1.0, 1.0, NULL), +(351080, 0, 16605, 1.0, 1.0, NULL), +(351081, 0, 16603, 1.0, 1.0, NULL), +(351082, 0, 14698, 1.0, 1.0, NULL), +(351083, 0, 10005, 1.0, 1.0, NULL), +(351084, 0, 16539, 1.0, 1.0, NULL), +(351085, 0, 2606, 1.0, 1.0, NULL), +(351086, 0, 7847, 1.0, 1.0, NULL), +(351087, 0, 16916, 1.0, 1.0, NULL), +(351088, 0, 13111, 1.0, 1.0, NULL), +(351089, 0, 11686, 1.0, 1.0, NULL), +(351090, 0, 15788, 1.0, 1.0, 12340), +(351091, 0, 4590, 1.0, 1.0, 12340), +(351092, 0, 14368, 1.0, 1.0, 12340), +(351097, 0, 17035, 1.0, 1.0, 0), +(351097, 1, 11686, 1.0, 1.0, 0);