mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(DB/Spells): Treat Chocolate Sample as a positive spell. (#15351)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=69489;
|
||||
INSERT INTO `spell_custom_attr` VALUES
|
||||
(69489,0x02000000);
|
||||
Reference in New Issue
Block a user