fix(Scripts/Spells): Holiday food items should give their buff after 10 seconds, not when the eating aura expires (#9132)

This commit is contained in:
Skjalf
2021-11-12 11:14:10 -03:00
committed by GitHub
parent 691724d31f
commit 3240d27d6f
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634947992074110300');
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = -24869;
DELETE FROM `spell_script_names` WHERE `spell_id` = -24869 AND `ScriptName` = 'spell_gen_holiday_buff_food';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-24869, 'spell_gen_holiday_buff_food');