mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 01:23:47 +00:00
fix(Core/Player): Fix two uninitialized variables causing bad fall damage (#23788)
This commit is contained in:
@@ -420,6 +420,8 @@ Player::Player(WorldSession* session): Unit(), m_mover(this)
|
||||
sScriptMgr->OnConstructPlayer(this);
|
||||
|
||||
_expectingChangeTransport = false;
|
||||
_pendingFlightChangeCounter = 0;
|
||||
_mapChangeOrderCounter = 0;
|
||||
}
|
||||
|
||||
Player::~Player()
|
||||
|
||||
Reference in New Issue
Block a user