From 2876fd015fce61c28fadf02b1da8ff05c603814c Mon Sep 17 00:00:00 2001 From: ariel- Date: Wed, 25 Jan 2017 01:43:48 -0300 Subject: [PATCH] DB/Spell: Recently Bandaged debuff shouldn't break stealth Closes #18951 By Noryad --- sql/updates/world/3.3.5/2017_01_25_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_01_25_01_world.sql diff --git a/sql/updates/world/3.3.5/2017_01_25_01_world.sql b/sql/updates/world/3.3.5/2017_01_25_01_world.sql new file mode 100644 index 00000000000..7af38f38e91 --- /dev/null +++ b/sql/updates/world/3.3.5/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);