feat(Core/Spells): Move Spell pri lightwell to spell scripts (#11089)

This commit is contained in:
IntelligentQuantum
2022-03-27 09:25:59 +04:30
committed by GitHub
parent a4e68e681e
commit 7410f1a3cb
3 changed files with 60 additions and 42 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647762029984921289');
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_lightwell');
INSERT INTO `spell_script_names` VALUES
(60123,'spell_pri_lightwell');