mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user