fix(DB/Custom): Acidic Bite should stack from different sources (#17662)

This commit is contained in:
avarishd 2023-11-09 19:20:52 +02:00 committed by GitHub
parent e80c23974d
commit f3a5bad1d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
-- Acidic Bite
DELETE FROM `spell_custom_attr` WHERE `spell_id`=36796;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (36796, 4194304);