diff options
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/Map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Map.h b/src/game/Map.h index 731b5a76fcc..527bd50ed70 100644 --- a/src/game/Map.h +++ b/src/game/Map.h @@ -219,8 +219,8 @@ class TRINITY_DLL_SPEC Map : public GridRefManager<NGridType>, public Trinity::O // assert print helper bool CheckGridIntegrity(Creature* c, bool moved) const; - uint32 GetInstanceId() { return i_InstanceId; } - uint8 GetSpawnMode() { return (i_spawnMode); } + uint32 GetInstanceId() const { return i_InstanceId; } + uint8 GetSpawnMode() const { return (i_spawnMode); } virtual bool CanEnter(Player* /*player*/) { return true; } const char* GetMapName() const; |
