From 605b5670e3ae8a41629fc1830a1a9fb31262d498 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Mon, 22 Jun 2009 23:12:53 +0200 Subject: * Update creature damage calculation. --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 3594130db6a..cbf445ebc6b 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -786,7 +786,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