mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
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:
8
sql/updates/world/3.3.5/2020_07_04_00_world.sql
Normal file
8
sql/updates/world/3.3.5/2020_07_04_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user