Core/Spells: Adding SpellTargetObjectTypes to spell target checker to early-eliminate alive units (#26028)

* Added object type into checker that is used by grid search to early eliminate alive units when looking for corpses
* Removed script 'spell_hun_pet_carrion_feeder'. Ability doesn't exist anymore
This commit is contained in:
Matan Shukry
2021-02-05 22:29:00 +02:00
committed by GitHub
parent b832ed2479
commit 0cae71eac5
8 changed files with 38 additions and 83 deletions

View File

@@ -0,0 +1 @@
DELETE FROM spell_script_names WHERE ScriptName='spell_hun_pet_carrion_feeder';