From e8330e4162f044b928f26d91e71db986e59978ef Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 6 Aug 2009 10:38:46 -0500 Subject: *Update creature damamge formula. Use damage mod in config as total_pct modifier. --HG-- branch : trunk --- src/game/ObjectMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/ObjectMgr.cpp') diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 7557c23d072..29f75fe6325 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -798,7 +798,7 @@ void ObjectMgr::LoadCreatureTemplates() const_cast(cInfo)->scale = 1.0f; } - //const_cast(cInfo)->dmg_multiplier *= Creature::_GetDamageMod(cInfo->rank); + const_cast(cInfo)->dmg_multiplier *= Creature::_GetDamageMod(cInfo->rank); } } -- cgit v1.2.3