Core/Spells:

* fixed warrior learning proc aura for proccing victorious
* fixed solar beam
* fixed shooting starts getting removed when starsurge is being launched
* fixed euphoria talent
* nature's grace will now only proc from wrath, starfire and starsurge
This commit is contained in:
Ovalord
2018-01-21 04:05:47 +01:00
parent 9fdbbe851a
commit 8623becbdf
2 changed files with 140 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
DELETE FROM `spell_learn_spell` WHERE `entry` IN (34428);
INSERT INTO `spell_learn_spell` (`entry`, `SpellID`, `Active`) VALUES
(34428, 32215, 1);
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_dru_natures_grace',
'spell_dru_solar_beam');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-16880, 'spell_dru_natures_grace'),
(78675, 'spell_dru_solar_beam');