mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 11:55:43 +00:00
fix(Scripts/Spells): Nether Portal - Perseverence should not increase… (#13951)
This commit is contained in:
@@ -334,12 +334,6 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->Attributes &= ~SPELL_ATTR0_NOT_SHAPESHIFTED; // with this spell atrribute aura can be stacked several times
|
||||
});
|
||||
|
||||
// Nether Portal - Perseverence
|
||||
ApplySpellFix({ 30421 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->Effects[EFFECT_2].BasePoints += 30000;
|
||||
});
|
||||
|
||||
// Natural shapeshifter
|
||||
ApplySpellFix({ 16834, 16835 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user