mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
DB/Spell: Shadow Sight must be debuff
By Killyana, closes #4532
(cherry picked from commit 84e51319a6)
This commit is contained in:
3
sql/updates/world/2015_11_01_01_world_2015_04_26_05.sql
Normal file
3
sql/updates/world/2015_11_01_01_world_2015_04_26_05.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `entry`=34709;
|
||||
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES (34709, 20480);
|
||||
Reference in New Issue
Block a user