Merge commit 'origin/master' into 310

This commit is contained in:
VladimirMangos 2009-06-08 11:28:08 +04:00
commit 526cf21d33
5 changed files with 75 additions and 66 deletions

View file

@ -28,6 +28,7 @@ template<class T>
void PointMovementGenerator<T>::Initialize(T &unit)
{
unit.StopMoving();
unit.addUnitState(UNIT_STAT_MOVING);
Traveller<T> traveller(unit);
i_destinationHolder.SetDestination(traveller,i_x,i_y,i_z);