mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7525] Prevent crashes at death controlled (including movement) creature.
This commit is contained in:
parent
53f3c91a39
commit
e09435326f
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue