mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8729] Fix crash added in [8725]. Sorry.
This commit is contained in:
parent
8baee4a73f
commit
ce3d0170f6
3 changed files with 3 additions and 2 deletions
|
|
@ -11110,7 +11110,7 @@ void Unit::CleanupsBeforeDelete()
|
|||
RemoveAllDynObjects();
|
||||
GetMotionMaster()->Clear(false); // remove different non-standard movement generators.
|
||||
}
|
||||
RemoveFromWorld();
|
||||
WorldObject::CleanupsBeforeDelete();
|
||||
}
|
||||
|
||||
CharmInfo* Unit::InitCharmInfo(Unit *charm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue