Reputation bonus from classic olympiad.

Contributed by Iris.
This commit is contained in:
MobiusDevelopment
2021-03-29 14:04:29 +00:00
parent 97649c5ca2
commit 9afad75516
9 changed files with 9 additions and 9 deletions

View File

@@ -904,7 +904,7 @@ public class Hero
hero.set(CLAIMED, true);
final Clan clan = player.getClan();
if ((clan != null) && (clan.getLevel() >= 5))
if ((clan != null) && (clan.getLevel() >= 3))
{
clan.addReputationScore(Config.HERO_POINTS, true);
final SystemMessage sm = new SystemMessage(SystemMessageId.CLAN_MEMBER_C1_WAS_NAMED_A_HERO_S2_POINTS_HAVE_BEEN_ADDED_TO_YOUR_CLAN_REPUTATION);