You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Solocraft.cpp
+2-2
Original file line number
Diff line number
Diff line change
@@ -533,7 +533,7 @@ class SolocraftPlayerInstanceHandler : public PlayerScript
533
533
}
534
534
535
535
// If a player is too high level for dungeon don't buff but if in a group will count towards the group offset balancing.
536
-
if (player->getLevel() <= dunLevel + SolocraftLevelDiff)
536
+
if (player->GetLevel() <= dunLevel + SolocraftLevelDiff)
537
537
{
538
538
539
539
// Get Current members total difficulty offset and if it exceeds the difficulty offset of the dungeon then debuff new group members coming in until all members leave and re-enter. This happens when a player already inside dungeon invite others to the group but the player already has the full difficulty offset.
@@ -628,7 +628,7 @@ class SolocraftPlayerInstanceHandler : public PlayerScript
0 commit comments