feat(Core/Spells): Move Spell pri lightwell to spell scripts (#11089)
This commit is contained in:
parent
a4e68e681e
commit
7410f1a3cb
3 changed files with 60 additions and 42 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue