From eab9b4e7c023dffd7678180a4106dbb94231570b Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sat, 21 Jun 2025 12:03:17 -0400 Subject: [PATCH] Delete ENEMIES/Skeletal Soldier (16422).sql --- ENEMIES/Skeletal Soldier (16422).sql | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 ENEMIES/Skeletal Soldier (16422).sql diff --git a/ENEMIES/Skeletal Soldier (16422).sql b/ENEMIES/Skeletal Soldier (16422).sql deleted file mode 100644 index 209a18d..0000000 --- a/ENEMIES/Skeletal Soldier (16422).sql +++ /dev/null @@ -1,22 +0,0 @@ -DELETE FROM `creature_template` WHERE (`entry` = 16422); -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 -(16422, 0, 0, 0, 0, 0, 'Skeletal Soldier', NULL, NULL, 0, 6, 7, 0, 1630, 0, 1, 0.85714, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 6, 0, 16422, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 100, 1, 8602129, 0, 0, '', 12340); - -DELETE FROM `creature_template_spell` WHERE (`CreatureID` = 16422); -INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES -(16422, 0, 28265, 12340); - -DELETE FROM `creature_questitem` WHERE (`CreatureEntry` = 16422); -INSERT INTO `creature_questitem` (`CreatureEntry`, `Idx`, `ItemId`, `VerifiedBuild`) VALUES -(16422, 0, 22892, 0); - -DELETE FROM `creature_loot_template` WHERE (`Entry` = 16422); -INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES -(16422, 22892, 0, 35, 1, 1, 0, 1, 1, 'Skeletal Soldier - Dim Necrotic Stone'), -(16422, 22944, 0, 5, 0, 1, 0, 1, 1, ''), -(16422, 22946, 0, 5, 0, 1, 0, 1, 1, ''), -(16422, 22970, 0, 5, 0, 1, 0, 1, 1, ''), -(16422, 22972, 0, 5, 0, 1, 0, 1, 1, ''), -(16422, 22975, 0, 5, 0, 1, 0, 1, 1, ''), -(16422, 22977, 0, 5, 0, 1, 0, 1, 1, ''); -