mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-27 06:40:49 -08:00
fix(DB/Custom): Introspection aura(s) should be a debuff (#19364)
This commit is contained in:
parent
3b75cc1d13
commit
4fae2ffc3f
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
-- Introspection
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (40055,40165,40166,40167);
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(40055, 4096),
|
||||
(40165, 4096),
|
||||
(40166, 4096),
|
||||
(40167, 4096);
|
||||
Loading…
Add table
Add a link
Reference in a new issue