mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 11:03:47 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user