Core/Spells: Fix Roar of Sacrifice damage part (#17519)

(cherry picked from commit 6988407b43)

Rename 2016_99_99_99_world.sql to 2016_07_16_03_world.sql
(cherry picked from commit 4bcb5a058b)
This commit is contained in:
ariel-
2016-07-16 07:52:32 +02:00
committed by joschiwald
parent 9fcaf60706
commit 5f666a2ce6
2 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_roar_of_sacrifice';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(53480, 'spell_hun_roar_of_sacrifice');