mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Spell: Recently Bandaged debuff shouldn't break stealth
Closes #18951 By Noryad
This commit is contained in:
4
sql/updates/world/3.3.5/2017_01_25_01_world.sql
Normal file
4
sql/updates/world/3.3.5/2017_01_25_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Recently Bandaged
|
||||
DELETE FROM `spell_custom_attr` WHERE `entry` = 11196;
|
||||
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
|
||||
(11196, 0x40);
|
||||
Reference in New Issue
Block a user