From 0cae71eac58bf37c6a2cbce2a60dd2aa1f7b4314 Mon Sep 17 00:00:00 2001 From: Matan Shukry Date: Fri, 5 Feb 2021 22:29:00 +0200 Subject: 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 --- sql/updates/world/master/2021_02_05_00_world_remove_pet_carrion.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2021_02_05_00_world_remove_pet_carrion.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_02_05_00_world_remove_pet_carrion.sql b/sql/updates/world/master/2021_02_05_00_world_remove_pet_carrion.sql new file mode 100644 index 00000000000..347ae0ef1ca --- /dev/null +++ b/sql/updates/world/master/2021_02_05_00_world_remove_pet_carrion.sql @@ -0,0 +1 @@ +DELETE FROM spell_script_names WHERE ScriptName='spell_hun_pet_carrion_feeder'; -- cgit v1.2.3