diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index 5c59aa9b3..580f32dd5 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -1587,8 +1587,8 @@ void BattleGround::SpawnBGCreature(uint64 const& guid, uint32 respawntime) else { map->Add(obj); - obj->SetDeathState(JUST_DIED); obj->SetRespawnDelay(respawntime); + obj->SetDeathState(JUST_DIED); obj->RemoveCorpse(); } } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 93f000880..36616c4de 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10621" + #define REVISION_NR "10622" #endif // __REVISION_NR_H__