mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Fix macos compile (HUGE identifier)
This commit is contained in:
@@ -3249,7 +3249,7 @@ GuilderType PlayerbotAI::GetGuilderType()
|
||||
if (grouperNumber < 80)
|
||||
return GuilderType::LARGE;
|
||||
|
||||
return GuilderType::HUGE;
|
||||
return GuilderType::VERY_LARGE;
|
||||
}
|
||||
|
||||
bool PlayerbotAI::HasPlayerNearby(WorldPosition* pos, float range)
|
||||
|
||||
@@ -184,7 +184,7 @@ enum class GuilderType : uint8
|
||||
SMALL = 50,
|
||||
MEDIUM = 70,
|
||||
LARGE = 120,
|
||||
HUGE = 250
|
||||
VERY_LARGE = 250
|
||||
};
|
||||
|
||||
enum ActivityType
|
||||
|
||||
Reference in New Issue
Block a user