aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-02-05 22:29:00 +0200
committerGitHub <noreply@github.com>2021-02-05 21:29:00 +0100
commit0cae71eac58bf37c6a2cbce2a60dd2aa1f7b4314 (patch)
tree885af6f1e533b5f8f678575f0462b377cc7d3764 /sql
parentb832ed2479c039958bce40c3c26294fc67acf744 (diff)
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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_02_05_00_world_remove_pet_carrion.sql1
1 files changed, 1 insertions, 0 deletions
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';