fix(Scripts/Spells): Friendship Bread does not display hearts when eating (#22875)

This commit is contained in:
Jelle Meeus
2025-09-11 19:02:28 -07:00
committed by GitHub
parent 7bed27679b
commit 73a18d6499
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (29007, 29008) AND `ScriptName`='spell_gen_food_heart_emote';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(29007, 'spell_gen_food_heart_emote'),
(29008, 'spell_gen_food_heart_emote');