mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 22:37:04 +00:00
[11100] Avoid send SMSG_DISMOUNT for non aura source mount state.
This fix problem with lost mount show at multi-node taxi path. Thanks to blueboy for research problem.
This commit is contained in:
parent
6f74fa1be8
commit
06cebecd50
5 changed files with 12 additions and 8 deletions
|
|
@ -2985,7 +2985,7 @@ void Aura::HandleAuraMounted(bool apply, bool Real)
|
|||
}
|
||||
else
|
||||
{
|
||||
target->Unmount();
|
||||
target->Unmount(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue