feat(Core/Spells): Move spell_item_runic_healing_injector to spell scripts (#11088)
This commit is contained in:
parent
d195c09f56
commit
5719e46236
3 changed files with 28 additions and 7 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue