Fix macos compile (HUGE identifier)

This commit is contained in:
Yunfan Li
2024-03-18 15:40:14 +08:00
parent 1ba3eae0d0
commit 930f9fbf1e
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -184,7 +184,7 @@ enum class GuilderType : uint8
SMALL = 50,
MEDIUM = 70,
LARGE = 120,
HUGE = 250
VERY_LARGE = 250
};
enum ActivityType