[7942] Fixed typo: proffesion->profession

Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
yad02 2009-06-02 12:26:27 +02:00 committed by hunuza
parent 65657533ab
commit 469e8713b2
4 changed files with 14 additions and 14 deletions

View file

@ -155,7 +155,7 @@ void WorldSession::SendTrainerList( uint64 guid, const std::string& strTitle )
// reputation discount
float fDiscountMod = _player->GetReputationPriceDiscount(unit);
bool can_learn_primary_prof = GetPlayer()->GetFreePrimaryProffesionPoints() > 0;
bool can_learn_primary_prof = GetPlayer()->GetFreePrimaryProfessionPoints() > 0;
uint32 count = 0;
for(TrainerSpellMap::const_iterator itr = trainer_spells->spellList.begin(); itr != trainer_spells->spellList.end(); ++itr)