mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
*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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user