Merge pull request #6072 from Vincent-Michael/elixir

Core/Spell: Fix Elixir of Minor Fortitude
Closes #1135
This commit is contained in:
Nay
2012-04-06 11:53:38 -07:00

View File

@@ -3509,6 +3509,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;
}