aboutsummaryrefslogtreecommitdiff
path: root/src/game/Corpse.cpp
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2009-12-18 08:01:29 +0100
committern0n4m3 <none@none>2009-12-18 08:01:29 +0100
commit7971bda0ea043386c76f00e19145eda974c87641 (patch)
tree004bb3f63813e55d15ddfeb8854195eea2337aa4 /src/game/Corpse.cpp
parent7ad293b4e70b043fb8eef22b4ecac3df05a08156 (diff)
Now TrinityCore2 support 3.2.2a client, need extract new maps and dbc files. thx TOM_RUS, Win32, Machiavelli, VladimirMangos and all trinitycore team
--HG-- branch : trunk
Diffstat (limited to 'src/game/Corpse.cpp')
-rw-r--r--src/game/Corpse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Corpse.cpp b/src/game/Corpse.cpp
index 7c669a568ba..1edb478872f 100644
--- a/src/game/Corpse.cpp
+++ b/src/game/Corpse.cpp
@@ -42,7 +42,7 @@ Corpse::Corpse(CorpseType type) : WorldObject()
lootForBody = false;
- if(type != CORPSE_BONES)
+ if (type != CORPSE_BONES)
m_isWorldObject = true;
}