*Fix Death Pact and Corpse Explosion - original patch by Astellar, thanks for help in conversion for Azrael.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-06-22 23:30:17 +02:00
parent 8533946ac1
commit e6d20d57de
4 changed files with 97 additions and 1 deletions

View File

@@ -11089,6 +11089,8 @@ void Unit::setDeathState(DeathState s)
if (m_deathState != ALIVE && s == ALIVE)
{
//_ApplyAllAuraMods();
// Reset display id on resurection - needed by corpse explosion to cleanup after display change
SetDisplayId(GetNativeDisplayId());
}
m_deathState = s;
}