feat(Core/Spells): Move spell_item_runic_healing_injector to spell scripts (#11088)

This commit is contained in:
IntelligentQuantum
2022-03-27 09:23:16 +04:30
committed by GitHub
parent d195c09f56
commit 5719e46236
3 changed files with 28 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647761424947662456');
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_runic_healing_injector';
INSERT INTO `spell_script_names` VALUES
(67489,'spell_item_runic_healing_injector');