ChampionCommander

ChampionCommander

2M Downloads

Max level for determining xp gain is wrong

ThomasBernburg opened this issue ยท 0 comments

commented

The constant MAX_LEVEL in cache.lua:51 is set to 110, and therefore the formula "f.level+(f.level==MAX_LEVEL and f.quality or 0)" to determine if a follower can gain xp does not work.
Just set MAX_LEVEL to 120 and it works fine.