fix(DB/Spells): Treat Chocolate Sample as a positive spell. (#15351)

This commit is contained in:
UltraNix
2023-03-14 04:18:22 +01:00
committed by GitHub
parent 1f82bcf1f1
commit 20561fbf14

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_custom_attr` WHERE `spell_id`=69489;
INSERT INTO `spell_custom_attr` VALUES
(69489,0x02000000);