*Update creature damamge formula. Use damage mod in config as total_pct modifier.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-06 10:38:46 -05:00
parent e645927759
commit e8330e4162
3 changed files with 4 additions and 4 deletions

View File

@@ -798,7 +798,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);
}
}