mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/Spell: Fix Elixir of Minor Fortitude
This commit is contained in:
@@ -3508,6 +3508,11 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
case 40166: // Introspection
|
||||
case 40167: // Introspection
|
||||
spellInfo->Attributes |= SPELL_ATTR0_NEGATIVE_1;
|
||||
break;
|
||||
case 2378: // Minor Fortitude
|
||||
spellInfo->manaCost = 0;
|
||||
spellInfo->manaPerSecond = 0;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user