aboutsummaryrefslogtreecommitdiff
path: root/src/game/Map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r--src/game/Map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp
index 0a669d9b828..dc2a8bc921b 100644
--- a/src/game/Map.cpp
+++ b/src/game/Map.cpp
@@ -2740,7 +2740,7 @@ void InstanceMap::SetResetSchedule(bool on)
}
}
-MapDifficulty const* InstanceMap::GetMapDifficulty() const
+MapDifficulty const* Map::GetMapDifficulty() const
{
return GetMapDifficultyData(GetId(),GetDifficulty());
}