aboutsummaryrefslogtreecommitdiff
path: root/src/game/Creature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r--src/game/Creature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp
index eb7c93f2d0b..e7d3bbbccb6 100644
--- a/src/game/Creature.cpp
+++ b/src/game/Creature.cpp
@@ -151,8 +151,8 @@ m_creatureInfo(NULL), m_reactState(REACT_AGGRESSIVE), m_formation(NULL), m_summo
m_CreatureSpellCooldowns.clear();
m_CreatureCategoryCooldowns.clear();
m_GlobalCooldown = 0;
- m_unit_movement_flags = MOVEMENTFLAG_WALK_MODE;
DisableReputationGain = false;
+ //m_unit_movement_flags = MONSTER_MOVE_WALK;
}
Creature::~Creature()