mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
Removed unused variables in WaypointMovementGenerator
This commit is contained in:
@@ -287,8 +287,6 @@ void FlightPathMovementGenerator::LoadPath(Player* player)
|
||||
TaxiPathNodeList const& nodes = sTaxiPathNodesByPath[path];
|
||||
if (!nodes.empty())
|
||||
{
|
||||
TaxiPathNodeEntry const* start = nodes[0];
|
||||
TaxiPathNodeEntry const* end = nodes[nodes.size() - 1];
|
||||
for (uint32 i = 0; i < nodes.size(); ++i)
|
||||
i_path.push_back(nodes[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user