diff --git a/src/game/WaypointMovementGenerator.cpp b/src/game/WaypointMovementGenerator.cpp index 903ced7ca..acf3fb398 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -160,10 +160,10 @@ bool WaypointMovementGenerator::Update(Creature &creature, const uint3 else creature.Say(behavior->textid[0], 0, 0); } - - i_hasDone[idx] = true; - MovementInform(creature); } // wpBehaviour found + + i_hasDone[idx] = true; + MovementInform(creature); } // HasDone == false } // i_creature.IsStopped() diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index c1de4bdc9..fac0ad27e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8346" + #define REVISION_NR "8347" #endif // __REVISION_NR_H__