mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
1
sql/updates/world/3.3.5/2018_02_21_00_world_335.sql
Normal file
1
sql/updates/world/3.3.5/2018_02_21_00_world_335.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc` SET `ProcFlags`=65536 WHERE `SpellId`=44401;
|
||||
@@ -2886,6 +2886,13 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->AttributesEx4 |= SPELL_ATTR4_FIXED_DAMAGE;
|
||||
});
|
||||
|
||||
// Missile Barrage
|
||||
ApplySpellFix({ 44401 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
// should be consumed before Clearcasting
|
||||
spellInfo->Priority = 100;
|
||||
});
|
||||
|
||||
// Howl of Azgalor
|
||||
ApplySpellFix({ 31344 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user