mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Full group was being excluded from group exp bonus
This commit is contained in:
parent
f57734e591
commit
f35594947c
@ -705,7 +705,7 @@ void Group::SplitExp(uint32 exp, Mob* other) {
|
||||
groupmod = 2.16;
|
||||
else
|
||||
groupmod = 1.0;
|
||||
if(membercount > 1 && membercount < 6)
|
||||
if(membercount > 1 && membercount <= 6)
|
||||
groupexp += (uint32)((float)exp * groupmod * (RuleR(Character, GroupExpMultiplier)));
|
||||
|
||||
int conlevel = Mob::GetLevelCon(maxlevel, other->GetLevel());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user