[7525] Prevent crashes at death controlled (including movement) creature.

This commit is contained in:
VladimirMangos 2009-03-23 13:37:55 +03:00
parent 53f3c91a39
commit e09435326f
3 changed files with 3 additions and 3 deletions

View file

@ -451,7 +451,7 @@ Player::Player (WorldSession *session): Unit(), m_achievementMgr(this)
//Default movement to run mode
m_unit_movement_flags = 0;
m_mover = NULL;
m_mover = this;
m_miniPet = 0;
m_bgAfkReportedTimer = 0;