Core/Spell: Fix Elixir of Minor Fortitude

This commit is contained in:
Vincent-Core
2012-04-06 20:25:36 +02:00
parent d546a531c3
commit d1f8dff47a

View File

@@ -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;
}