diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 97d8a182d..46bbf5a4c 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -14209,6 +14209,9 @@ bool Player::LoadFromDB( uint32 guid, SqlQueryHolder *holder ) const WorldLocation& _loc = GetBattleGroundEntryPoint(); SetLocationMapId(_loc.mapid); Relocate(_loc.coord_x, _loc.coord_y, _loc.coord_z, _loc.orientation); + + // We are not in BG anymore + m_bgData.bgInstanceID = 0; } } else diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index fb4c3393c..8c60c3efa 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 "8372" + #define REVISION_NR "8373" #endif // __REVISION_NR_H__