Core/Scripts: Implemented Shifting Naaru Sliver

This commit is contained in:
ariel-
2018-01-02 02:58:19 -03:00
parent de3fd4d076
commit a5d4f34c31
2 changed files with 45 additions and 0 deletions

View File

@@ -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');