From ad49d3a82201ce8de0171bc60787f20e57a5269b Mon Sep 17 00:00:00 2001 From: ariel- Date: Thu, 29 Dec 2016 04:43:52 -0300 Subject: DB/Spell: stop some auras from removing stealth - They have damage class melee and proc PROC_FLAG_TAKEN_SPELL_MELEE_DMG_CLASS - Sated/Exhaustion are negative auras, counts as negative spell flag, and stealth drops too Closes #18421 Closes #18553 (cherry picked from commit a39ccee33e9ca0573520b94598c95f533a800f29) --- .../world/master/2018_04_29_02_world_2016_12_29_00_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2018_04_29_02_world_2016_12_29_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/master/2018_04_29_02_world_2016_12_29_00_world_335.sql b/sql/updates/world/master/2018_04_29_02_world_2016_12_29_00_world_335.sql new file mode 100644 index 00000000000..369b4bc6ea8 --- /dev/null +++ b/sql/updates/world/master/2018_04_29_02_world_2016_12_29_00_world_335.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_custom_attr` WHERE `entry` IN (57723, 57724); +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(57723, 0x40), -- Exhaustion +(57724, 0x40); -- Sated -- cgit v1.2.3