Core/Misc: The timer that indicates how long it takes until the player can reclaim their corpse now starts counting down when the player releases its spirit instead of when they die. Fixes an issue where the 'Accept' button in the reclaim corpse window would already be clickable but have no effect (WorldSession::HandleReclaimCorpseOpcode::L754).
This commit is contained in:
@@ -5127,7 +5127,7 @@ void Player::BuildPlayerRepop()
|
||||
// BG - remove insignia related
|
||||
RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_SKINNABLE);
|
||||
|
||||
// SendCorpseReclaimDelay();
|
||||
SendCorpseReclaimDelay();
|
||||
|
||||
// to prevent cheating
|
||||
corpse->ResetGhostTime();
|
||||
|
||||
Reference in New Issue
Block a user