fix(DB/Custom): Virulent Poison should stack from different sources (#17657)

This commit is contained in:
avarishd 2023-11-08 09:43:19 +02:00 committed by GitHub
parent 1775d2153c
commit 9e0b420e43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
-- Virulent Poison
DELETE FROM `spell_custom_attr` WHERE `spell_id`=16427;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (16427, 4194304);