aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSpp <none@none>2010-09-13 09:51:40 +0200
committerSpp <none@none>2010-09-13 09:51:40 +0200
commitc7289967b0fa7f9681bf14e58cba2ca5f8dbf548 (patch)
treea6732dca10a25f55468677d6a9a6e5b29d10e912 /src
parent9a7990e4edcd31171d60138584372c7de3df53ec (diff)
Code Style: Tab to spaces
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Globals/ObjectMgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Globals/ObjectMgr.cpp b/src/server/game/Globals/ObjectMgr.cpp
index 7346521d666..2dbf78a1775 100644
--- a/src/server/game/Globals/ObjectMgr.cpp
+++ b/src/server/game/Globals/ObjectMgr.cpp
@@ -1842,8 +1842,8 @@ void ObjectMgr::LoadGameobjectRespawnTimes()
Player* ObjectMgr::GetPlayerByLowGUID(uint32 lowguid) const
{
- uint64 guid = MAKE_NEW_GUID(lowguid, 0, HIGHGUID_PLAYER);
- return ObjectAccessor::FindPlayer(guid);
+ uint64 guid = MAKE_NEW_GUID(lowguid, 0, HIGHGUID_PLAYER);
+ return ObjectAccessor::FindPlayer(guid);
}
// name must be checked to correctness (if received) before call this function