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:
VhiperDEV
2020-06-28 10:20:22 -03:00
committed by GitHub
parent 6332fd958e
commit 0d25f63257
2 changed files with 45 additions and 0 deletions

View File

@@ -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');