aboutsummaryrefslogtreecommitdiff
path: root/src/game/Corpse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Corpse.h')
-rw-r--r--src/game/Corpse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Corpse.h b/src/game/Corpse.h
index ee6556e3436..ce47b19b404 100644
--- a/src/game/Corpse.h
+++ b/src/game/Corpse.h
@@ -99,7 +99,7 @@ class Corpse : public WorldObject
private:
GridReference<Corpse> m_gridRef;
- CorpseType m_type;
+ const CorpseType m_type;
time_t m_time;
GridPair m_grid; // gride for corpse position for fast search
uint32 m_mapId; // map id for fast corpse check at packet requests and in other situations with unloaded map of corpse.