Scripts/Spells: Suppression Aura should not hit stealthed units. (#11270)

* Scripts/Spells: Suppression Aura should not hit stealthed units.

Fixes #11249

* Update.

* Update data/sql/updates/pending_db_world/rev_1648996451912542300.sql

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
This commit is contained in:
UltraNix
2022-04-07 18:28:12 +02:00
committed by GitHub
parent f2a81d3e54
commit c047311788
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648996451912542300');
DELETE FROM `spell_script_names` WHERE `spell_id`=22247;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(22247,'spell_suppression_aura');