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:
Discover-
2014-01-19 12:36:51 +01:00
parent c18fd0378d
commit 18ab91bd1d
+1 -1
View File
@@ -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();