mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Achievements: Implemented GameEvent related criteria types 73 and 93
This commit is contained in:
@@ -4397,6 +4397,11 @@ bool Map::IsBattlegroundOrArena() const
|
||||
return i_mapEntry && i_mapEntry->IsBattlegroundOrArena();
|
||||
}
|
||||
|
||||
bool Map::IsScenario() const
|
||||
{
|
||||
return i_mapEntry && i_mapEntry->IsScenario();
|
||||
}
|
||||
|
||||
bool Map::IsGarrison() const
|
||||
{
|
||||
return i_mapEntry && i_mapEntry->IsGarrison();
|
||||
|
||||
Reference in New Issue
Block a user