diff options
author | megamage <none@none> | 2009-04-10 18:01:15 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-10 18:01:15 -0500 |
commit | d1c2d980153744977c5c44d520d3e1ff9204dbcf (patch) | |
tree | 1c9fde093cb7851411c6c59da76821d3c3f81bc3 /src/game/Creature.cpp | |
parent | c106914e945dbf5ce9a249a80f1e30ca10bf06e2 (diff) | |
parent | 2a75430028074d8e957a09b6ed236c9d020cabbb (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index 74ebe4406c8..e41d18ac0a0 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -151,6 +151,7 @@ m_creatureInfo(NULL), m_reactState(REACT_AGGRESSIVE), m_formation(NULL), m_summo m_CreatureCategoryCooldowns.clear(); m_GlobalCooldown = 0; m_unit_movement_flags = MOVEMENTFLAG_WALK_MODE; + DisableReputationGain = false; } Creature::~Creature() |