Core/Spells: Check a few aura effects for determining if should be negative (#24930)

* Core/Spells: Check a few aura effects for determining if should be negative

* Rename 9999_99_99_99_world_auras.sql to 2020_07_04_00_world.sql

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
This commit is contained in:
Gildor
2020-07-04 15:56:48 +02:00
committed by GitHub
parent 488fbb20fc
commit 26ba4ecd51
2 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
--
-- Baron Geddon: Ignite Mana isn't needed
DELETE FROM `spell_custom_attr` WHERE `entry`=19659;
-- Mana-Tombs: Death Coil must be negative
DELETE FROM `spell_custom_attr` WHERE `entry`=38065;
INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES
(38065,8192);