[10246] Restore work killCredit and kill achievements in regular difficulty instances.

This commit is contained in:
VladimirMangos 2010-07-22 13:08:43 +04:00
parent 384915b0d0
commit 9d8b66cf93
4 changed files with 6 additions and 5 deletions

View file

@ -2032,8 +2032,6 @@ void Creature::AllLootRemovedFromCorpse()
{
uint32 nDeathTimer;
CreatureInfo const *cinfo = GetCreatureInfo();
// corpse was not skinned -> apply corpse looted timer
if (!lootForSkin)
nDeathTimer = (uint32)((m_corpseDelay * IN_MILLISECONDS) * sWorld.getConfig(CONFIG_FLOAT_RATE_CORPSE_DECAY_LOOTED));