mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(Core/SpellScript): Script item Egg Nog (#2943)
Co-Authored-By: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Co-authored-by: Barbz <BarbzYHOOL@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1587839068992670400');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=21149 AND `ScriptName`="spell_item_eggnog";
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(21149,'spell_item_eggnog');
|
||||
Reference in New Issue
Block a user