Core/Scripts: Implemented Shifting Naaru Sliver

This commit is contained in:
Aokromes
2018-01-03 04:16:05 +01:00
parent 562a76eb41
commit 85fe41f0f2
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');