Skip to content

Commit 054b9f6

Browse files
committed
chore (lfg-solo):reduce difference
1 parent a19b766 commit 054b9f6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/server/game/Groups/Group.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ class WorldSession;
3939

4040
struct MapEntry;
4141

42-
#define MAX_GROUP_SIZE 5
43-
#define MAX_RAID_SIZE 40
44-
#define MAX_RAID_SUBGROUPS MAX_RAID_SIZE/MAX_GROUP_SIZE
45-
#define TARGET_ICONS_COUNT 8
42+
#define MAX_GROUP_SIZE 5
43+
#define MAX_RAID_SIZE 40
44+
#define MAX_RAID_SUBGROUPS MAX_RAID_SIZE / MAX_GROUP_SIZE
45+
46+
#define TARGET_ICONS_COUNT 8
4647

4748
enum RollVote
4849
{

0 commit comments

Comments
 (0)