From 7fdffe89846ec8a313cfb577bd90a09d7707556d Mon Sep 17 00:00:00 2001 From: ariel- Date: Thu, 15 Mar 2018 18:05:55 -0300 Subject: DB/Spells: Weakened soul shouldn't remove stealth Closes #21611 --- sql/updates/world/3.3.5/2018_03_15_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_03_15_01_world.sql (limited to 'sql/updates/world') diff --git a/sql/updates/world/3.3.5/2018_03_15_01_world.sql b/sql/updates/world/3.3.5/2018_03_15_01_world.sql new file mode 100644 index 00000000000..63a3150a7ed --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_15_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_custom_attr` WHERE `entry`=6788; +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(6788, 0x40); -- cgit v1.2.3