From de2cae6a58d4ac452b8b2fd1bed60dfe0a80f2a4 Mon Sep 17 00:00:00 2001 From: ariel- Date: Wed, 25 Jan 2017 01:43:48 -0300 Subject: DB/Spell: Recently Bandaged debuff shouldn't break stealth Closes #18951 By Noryad (cherry picked from commit 5f901d3d75660118f705c27c84e1ae895ad8e3e7) --- sql/updates/world/master/2020_04_10_23_world_2017_01_25_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2020_04_10_23_world_2017_01_25_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2020_04_10_23_world_2017_01_25_01_world.sql b/sql/updates/world/master/2020_04_10_23_world_2017_01_25_01_world.sql new file mode 100644 index 00000000000..7af38f38e91 --- /dev/null +++ b/sql/updates/world/master/2020_04_10_23_world_2017_01_25_01_world.sql @@ -0,0 +1,4 @@ +-- Recently Bandaged +DELETE FROM `spell_custom_attr` WHERE `entry` = 11196; +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(11196, 0x40); -- cgit v1.2.3