From 019234148a1c06965628780bd2940d6dfebc6615 Mon Sep 17 00:00:00 2001 From: maximius Date: Fri, 16 Oct 2009 12:59:02 -0700 Subject: *Fix the quests 'Slay them All' and 'No Mercy Merciless', by manuel *Minor cleanup --HG-- branch : trunk --- src/game/WaypointMovementGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/WaypointMovementGenerator.cpp') diff --git a/src/game/WaypointMovementGenerator.cpp b/src/game/WaypointMovementGenerator.cpp index 884a45ca6a3..cba005a78d9 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -177,7 +177,7 @@ WaypointMovementGenerator::Update(Creature &unit, const uint32 &diff) } } else - i_currentNode++; + ++i_currentNode; node = waypoints->at(i_currentNode); InitTraveller(unit, *node); -- cgit v1.2.3