aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-01-25 01:43:48 -0300
committerfunjoker <funjoker109@gmail.com>2020-04-24 17:18:47 +0200
commitde2cae6a58d4ac452b8b2fd1bed60dfe0a80f2a4 (patch)
tree5400d82efc42d0e373cc0b275db861bcb77e560b
parent1abe7530df602e238ae6ae4f5e175a153247a4e3 (diff)
DB/Spell: Recently Bandaged debuff shouldn't break stealth
Closes #18951 By Noryad (cherry picked from commit 5f901d3d75660118f705c27c84e1ae895ad8e3e7)
-rw-r--r--sql/updates/world/master/2020_04_10_23_world_2017_01_25_01_world.sql4
1 files changed, 4 insertions, 0 deletions
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);