From d8b0a2ecb20fbc3698b15be79208c7850ce0c239 Mon Sep 17 00:00:00 2001 From: ariel- Date: Wed, 9 Nov 2016 23:51:08 -0300 Subject: [PATCH] DB/Spell: add attribute for Stoneclaw Totem Effect, should not brask stealth Closes #18215 --- .../world/3.3.5/2016_11_10_01_world_335.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_11_10_01_world_335.sql diff --git a/sql/updates/world/3.3.5/2016_11_10_01_world_335.sql b/sql/updates/world/3.3.5/2016_11_10_01_world_335.sql new file mode 100644 index 00000000000..b5fb32b9ceb --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_10_01_world_335.sql @@ -0,0 +1,14 @@ +DELETE FROM `spell_custom_attr` WHERE `entry` IN (5729,6393,6394,6395,10423,10424,23790,25512,58586,58587,58588,58639); +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(5729, 64), +(6393, 64), +(6394, 64), +(6395, 64), +(10423, 64), +(10424, 64), +(23790, 64), +(25512, 64), +(58586, 64), +(58587, 64), +(58588, 64), +(58639, 64);