mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
SoF-era con system. New rule, UseOldConSystem to disable this functionality.
This commit is contained in:
committed by
Michael Cook (mackal)
parent
989a638693
commit
cb8c3595b7
+1
-1
@@ -2344,7 +2344,7 @@ bool Client::CheckIncreaseSkill(EQEmu::skills::SkillType skillid, Mob *against_w
|
||||
if(against_who)
|
||||
{
|
||||
if(against_who->GetSpecialAbility(IMMUNE_AGGRO) || against_who->IsClient() ||
|
||||
GetLevelCon(against_who->GetLevel()) == CON_GREEN)
|
||||
GetLevelCon(against_who->GetLevel()) == CON_GRAY)
|
||||
{
|
||||
//false by default
|
||||
if( !mod_can_increase_skill(skillid, against_who) ) { return(false); }
|
||||
|
||||
Reference in New Issue
Block a user