From 1e61dffc8969e2901adff5e34782aaa8c3c07e14 Mon Sep 17 00:00:00 2001 From: Rat Date: Fri, 10 Apr 2009 18:11:09 +0200 Subject: *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 --- src/game/Creature.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/Creature.cpp') 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() -- cgit v1.2.3