From 892bd4057686a21cd9377b16410cb3941163b374 Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 11 Aug 2009 17:29:56 -0500 Subject: *Fix compile in *nix. --HG-- branch : trunk --- src/game/Corpse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Corpse.cpp') diff --git a/src/game/Corpse.cpp b/src/game/Corpse.cpp index 3b3a5fc3cc1..e15d535ca37 100644 --- a/src/game/Corpse.cpp +++ b/src/game/Corpse.cpp @@ -205,7 +205,7 @@ bool Corpse::LoadFromDB(uint32 guid, Field *fields) SetInstanceId(fields[8].GetUInt32()); m_time = time_t(fields[6].GetUInt64()); - const_cast(m_type) = CorpseType(fields[7].GetUInt32()); + m_type = CorpseType(fields[7].GetUInt32()); if(m_type >= MAX_CORPSE_TYPE) { -- cgit v1.2.3