fix(Spell): set torment of the worgen to have 3% proc chance (#17005)
Co-authored-by: ChrisCGalbraith <chriscgalbraith@gmai.com>
This commit is contained in:
parent
23c5e990b6
commit
aea540181b
1 changed files with 6 additions and 0 deletions
|
|
@ -4580,6 +4580,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
|||
spellInfo->AuraInterruptFlags |= AURA_INTERRUPT_FLAG_TAKE_DAMAGE;
|
||||
});
|
||||
|
||||
// Torment of the Worgen
|
||||
ApplySpellFix({ 30567 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->ProcChance = 3;
|
||||
});
|
||||
|
||||
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
|
||||
{
|
||||
SpellInfo* spellInfo = mSpellInfoMap[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue