mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9454] Fixed some time existed multi-map taxi problem.
Interrupt taxi movegen at far teleport time with remove related state. Far teleport triggered code not expect this state set.
This commit is contained in:
parent
ac99fa4d6f
commit
73eeac234f
7 changed files with 30 additions and 24 deletions
|
|
@ -424,7 +424,7 @@ void Unit::SendMonsterMoveByPath(Path const& path, uint32 start, uint32 end, Spl
|
|||
data << GetPositionY();
|
||||
data << GetPositionZ();
|
||||
data << uint32(getMSTime());
|
||||
data << uint8(0);
|
||||
data << uint8(SPLINETYPE_NORMAL);
|
||||
data << uint32(flags);
|
||||
data << uint32(traveltime);
|
||||
data << uint32(pathSize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue