fix(DB/Custom): Venom Sting should stack from different sources (#17583)

This commit is contained in:
avarishd 2023-10-31 19:24:47 +02:00 committed by GitHub
parent 71dd0a20b5
commit 6fd062f5b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
-- Venom Sting
DELETE FROM `spell_custom_attr` WHERE `spell_id`=5416;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (5416, 4194304);