mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
fix(DB/Custom): Introspection aura(s) should be a debuff (#19364)
This commit is contained in:
@@ -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);
|
||||||
Reference in New Issue
Block a user