mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 18:43:48 +00:00
fix(Spell/Scripts): MOVE Drinking to spell scripts (#11105)
This commit is contained in:
committed by
GitHub
parent
ab4ee71762
commit
f7760b4ea0
@@ -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');
|
||||
Reference in New Issue
Block a user