mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
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:
11
sql/updates/world/4.3.4/custom_2018_01_21_00_world.sql
Normal file
11
sql/updates/world/4.3.4/custom_2018_01_21_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user