diff --git a/Source/pack.cpp b/Source/pack.cpp index a1b9de317..2edbc568a 100644 --- a/Source/pack.cpp +++ b/Source/pack.cpp @@ -282,12 +282,11 @@ void UnPackPlayer(PkPlayerStruct *pPack, int pnum, BOOL killok) pPlayer->pDungMsgs2 = 0; #endif pPlayer->pLvlLoad = 0; -#ifdef HELLFIRE pPlayer->pDiabloKillLevel = pPack->pDiabloKillLevel; +#ifdef HELLFIRE pPlayer->pDifficulty = pPack->pDifficulty; pPlayer->pDamAcFlags = pPack->pDamAcFlags; #else - pPlayer->pDiabloKillLevel = pPack->pDiabloKillLevel; pPlayer->pBattleNet = pPack->pBattleNet; pPlayer->pManaShield = pPack->pManaShield; #endif