Core/Spells: SPELL_EFFECT_CHARGE_DEST will now also use speed values from DBC

*Scripts/GB: General Umbriss will now properly charge to his Blitz target
This commit is contained in:
Ovalord
2018-02-14 18:24:31 +01:00
parent dc8f263fc8
commit 02fef5cbe2
3 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_umbris_blitz';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(74670, 'spell_umbriss_blitz'),
(90250, 'spell_umbriss_blitz');