Fixed a compiler warning (#1586)

This commit is contained in:
Revision 2025-08-24 18:18:00 +02:00 committed by GitHub
parent 78116fe37e
commit 2dad8bf01d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1681,6 +1681,8 @@ bool YoggSaronTrigger::IsYoggSaronFight()
{
return true;
}
return false;
}
bool YoggSaronTrigger::IsInIllusionRoom()