Movement/TaxiPath: Properly clean up list of taxi destinations upon arrival at final node.
Port From (https://github.com/TrinityCore/TrinityCore/commit/390001fa624ef996d2ae5331e201f9e2d640211b)
This commit is contained in:
@@ -123,6 +123,7 @@ namespace Game.Movement
|
||||
if (!active)
|
||||
return;
|
||||
|
||||
owner.m_taxi.ClearTaxiDestinations();
|
||||
owner.Dismount();
|
||||
owner.RemoveUnitFlag(UnitFlags.RemoveClientControl | UnitFlags.TaxiFlight);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user