fix(Scripts/Items): Noblegarden Chocolate instantly giving Well Fed buff (#22150)

This commit is contained in:
avarishd
2025-05-30 16:37:38 +03:00
committed by GitHub
parent e6a29d96c8
commit 47cc6a7a4b
2 changed files with 45 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-61874 AND `spell_effect`=24870;
DELETE FROM `spell_script_names` WHERE `spell_id`=61874 AND `ScriptName`='spell_item_noblegarden_chocolate';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (61874, 'spell_item_noblegarden_chocolate');