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:
@@ -173,6 +173,8 @@ namespace Game.Entities
|
||||
if (m_TaxiDestinations.Empty())
|
||||
return "";
|
||||
|
||||
Cypher.Assert(m_TaxiDestinations.Count >= 2);
|
||||
|
||||
StringBuilder ss = new();
|
||||
ss.Append($"{m_flightMasterFactionId} ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user