aboutsummaryrefslogtreecommitdiff
path: root/src/game/WaypointMovementGenerator.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-16 12:59:02 -0700
committermaximius <none@none>2009-10-16 12:59:02 -0700
commit019234148a1c06965628780bd2940d6dfebc6615 (patch)
treed919ea33ee3a4182df396aaf8c0969b4a11d3bd8 /src/game/WaypointMovementGenerator.cpp
parent279d93360f70e58a6a9994b58dd148ca9699c72b (diff)
*Fix the quests 'Slay them All' and 'No Mercy Merciless', by manuel
*Minor cleanup --HG-- branch : trunk
Diffstat (limited to 'src/game/WaypointMovementGenerator.cpp')
-rw-r--r--src/game/WaypointMovementGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
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<Creature>::Update(Creature &unit, const uint32 &diff)
}
}
else
- i_currentNode++;
+ ++i_currentNode;
node = waypoints->at(i_currentNode);
InitTraveller(unit, *node);