aboutsummaryrefslogtreecommitdiff
path: root/src/game/Creature.cpp
diff options
context:
space:
mode:
authorRat <none@none>2009-04-10 18:11:09 +0200
committerRat <none@none>2009-04-10 18:11:09 +0200
commit1e61dffc8969e2901adff5e34782aaa8c3c07e14 (patch)
treeddb7fc661d092a8b3f7552f7cac830c52b8f1285 /src/game/Creature.cpp
parentaa6347538a2b28c4b20628add52b7bc63a399c52 (diff)
*added creature extra flag No Crit (CREATURE_FLAG_EXTRA_NO_CRIT)
*added function to disable reputation gained from monsters *tabs2spaces in affected files --HG-- branch : trunk
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r--src/game/Creature.cpp1
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()