fix(DB/Custom): Introspection aura(s) should be a debuff (#19364)

This commit is contained in:
avarishd 2024-07-09 20:18:59 +03:00 committed by GitHub
parent 3b75cc1d13
commit 4fae2ffc3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);