Champion aura config usage.

This commit is contained in:
MobiusDev
2017-01-05 00:41:38 +00:00
parent b0f07ec958
commit 0ad29ab5fd
2 changed files with 6 additions and 2 deletions

View File

@@ -1409,7 +1409,10 @@ public class L2Attackable extends L2Npc
if (Rnd.get(100) < Config.L2JMOD_CHAMPION_FREQUENCY)
{
_champion = true;
setTeam(Team.RED);
if (Config.L2JMOD_SHOW_CHAMPION_AURA)
{
setTeam(Team.RED);
}
}
}
}