fix(Spell/Scripts): MOVE Drinking to spell scripts (#11105)

This commit is contained in:
IntelligentQuantum
2022-04-15 16:46:30 +04:30
committed by GitHub
parent ab4ee71762
commit f7760b4ea0
3 changed files with 44 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647924198689563161');
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_item_mirrens_drinking_hat');
INSERT INTO `spell_script_names` VALUES
(29830, 'spell_item_mirrens_drinking_hat');