mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Movement: Fix a typo in FlightPathMovementGenerator::InitEndGridInfo()
Added in 916ce6f4f3
Thanks @Rochet2 for finding it
This commit is contained in:
@@ -367,7 +367,7 @@ void FlightPathMovementGenerator::InitEndGridInfo()
|
||||
_endMapId = (*i_path)[nodeCount - 1].MapID; //! MapId of last node
|
||||
_preloadTargetNode = nodeCount - 3;
|
||||
_endGridX = (*i_path)[nodeCount - 1].LocX;
|
||||
_endGridY = (*i_path)[nodeCount - 1].LocZ;
|
||||
_endGridY = (*i_path)[nodeCount - 1].LocY;
|
||||
}
|
||||
|
||||
void FlightPathMovementGenerator::PreloadEndGrid()
|
||||
|
||||
Reference in New Issue
Block a user