mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
DB/Spell: add attribute for Stoneclaw Totem Effect, should not brask stealth
Closes #18215
This commit is contained in:
14
sql/updates/world/3.3.5/2016_11_10_01_world_335.sql
Normal file
14
sql/updates/world/3.3.5/2016_11_10_01_world_335.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user