Core/Scripts: Implemented Shifting Naaru Sliver

Port From (https://github.com/TrinityCore/TrinityCore/commit/87d5544f05a1963ec8bec09056d9bad60b5f697c)
This commit is contained in:
hondacrx
2021-05-07 15:41:01 -04:00
parent 96dc601d37
commit 68d38677ae
2 changed files with 40 additions and 0 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_power_circle';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(45043, 'spell_item_power_circle');