mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[10246] Restore work killCredit and kill achievements in regular difficulty instances.
This commit is contained in:
parent
384915b0d0
commit
9d8b66cf93
4 changed files with 6 additions and 5 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue