mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
You can skill yourself up in languages
This is very easy to test with mercs now
This commit is contained in:
parent
52a43a3edb
commit
de52d2f64a
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user