diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 277d9a341..3b5494057 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -13484,6 +13484,7 @@ bool Player::LoadFromDB( uint32 guid, SqlQueryHolder *holder ) uint32 transGUID = fields[24].GetUInt32(); Relocate(fields[6].GetFloat(),fields[7].GetFloat(),fields[8].GetFloat(),fields[10].GetFloat()); + SetFallInformation(0, fields[8].GetFloat()); SetMapId(fields[9].GetUInt32()); SetDifficulty(fields[32].GetUInt32()); // may be changed in _LoadGroup diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 756b9db72..268a993c6 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "6900" + #define REVISION_NR "6901" #endif // __REVISION_NR_H__