aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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