You can skill yourself up in languages

This is very easy to test with mercs now
This commit is contained in:
Michael Cook (mackal) 2017-04-01 14:26:35 -04:00
parent 52a43a3edb
commit de52d2f64a

View File

@ -1220,7 +1220,7 @@ void Client::ChannelMessageSend(const char* from, const char* to, uint8 chan_num
QueuePacket(&app);
if ((chan_num == 2) && (ListenerSkill < 100)) { // group message in unmastered language, check for skill up
if ((m_pp.languages[language] <= lang_skill) && (from != this->GetName()))
if (m_pp.languages[language] <= lang_skill)
CheckLanguageSkillIncrease(language, lang_skill);
}
}