diff options
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 471934f4f80..4a4415a8e08 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -158,6 +158,7 @@ m_meleeDamageSchoolMask(SPELL_SCHOOL_MASK_NORMAL),m_creatureInfo(NULL), m_DBTabl      m_CreatureCategoryCooldowns.clear();      m_GlobalCooldown = 0;      m_unit_movement_flags = MOVEMENTFLAG_WALK_MODE; +    DisableReputationGain = false;  }  Creature::~Creature()  | 
