mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-20 01:58:27 +00:00
Merge master
This commit is contained in:
+1
-1
@@ -2322,7 +2322,7 @@ bool Client::CheckIncreaseSkill(SkillType skillid, Mob *against_who, int chancem
|
||||
GetLevelCon(against_who->GetLevel()) == CON_GREEN)
|
||||
{
|
||||
//false by default
|
||||
return mod_can_increase_skill(skillid, against_who);
|
||||
if( !mod_can_increase_skill(skillid, against_who) ) { return(false); }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user