Core/Spells: Fixed Hunter's Arcane Shot and Multi-Shot focus generation

Closes #19872
This commit is contained in:
Defu
2017-07-13 19:15:21 +02:00
committed by Shauren
parent 9128b00f59
commit bf55ebb2c4
2 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- Arcane shot
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_hun_arcane_shot','spell_hun_multi_shot');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(185358,'spell_hun_arcane_shot'),
(2643,'spell_hun_multi_shot');