diff options
| author | maximius <none@none> | 2009-10-16 12:59:02 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-10-16 12:59:02 -0700 |
| commit | 019234148a1c06965628780bd2940d6dfebc6615 (patch) | |
| tree | d919ea33ee3a4182df396aaf8c0969b4a11d3bd8 /src/game/WaypointMovementGenerator.cpp | |
| parent | 279d93360f70e58a6a9994b58dd148ca9699c72b (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.cpp | 2 |
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); |
