fix(DB/Spells): Amani Hatchling Flame Buffet should stack from differ… (#20668)

This commit is contained in:
Andrew 2024-11-22 14:19:28 -03:00 committed by GitHub
parent 4b03e97a63
commit 31a16c1603
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
DELETE FROM `spell_custom_attr` WHERE `spell_id`=43299;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (43299, 4194304);