Skip to content

Commit

Permalink
[11386] Revert small unexpected change -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
zergtmn committed Apr 20, 2011
1 parent 4c82c86 commit 003c561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/Object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ void Object::BuildMovementUpdate(ByteBuffer * data, uint16 updateFlags) const
// (ok) most seem to have this
unit->m_movementInfo.AddMovementFlag(MOVEFLAG_LEVITATING);

if (!unit->hasUnitState(UNIT_STAT_ROOT))
if (!unit->hasUnitState(UNIT_STAT_MOVING))
{
// (ok) possibly some "hover" mode
unit->m_movementInfo.AddMovementFlag(MOVEFLAG_ROOT);
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11385"
#define REVISION_NR "11386"
#endif // __REVISION_NR_H__

0 comments on commit 003c561

Please sign in to comment.