aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-06-22 23:12:53 +0200
committerMachiavelli <none@none>2009-06-22 23:12:53 +0200
commit605b5670e3ae8a41629fc1830a1a9fb31262d498 (patch)
tree069270f7ef07fab5e4bb92912d702e6222ca20cb /src/game/ObjectMgr.cpp
parent2c7799bfef898273d3ed624934a32306b085432d (diff)
* Update creature damage calculation.
--HG-- branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r--src/game/ObjectMgr.cpp2
1 files changed, 1 insertions, 1 deletions
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<CreatureInfo*>(cInfo)->scale = 1.0f;
}
- const_cast<CreatureInfo*>(cInfo)->dmg_multiplier *= Creature::_GetDamageMod(cInfo->rank);
+ //const_cast<CreatureInfo*>(cInfo)->dmg_multiplier *= Creature::_GetDamageMod(cInfo->rank);
}
}