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)