Merge master

This commit is contained in:
KimLS
2013-06-05 16:58:11 -07:00
15 changed files with 299 additions and 48 deletions
+1 -1
View File
@@ -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); }
}
}