diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00456_DontKnowDontCare/Q00456_DontKnowDontCare.java b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00456_DontKnowDontCare/Q00456_DontKnowDontCare.java
index 923126358857c4c3ed57d90d1763122ad7cb87bd..1d6ed02c860a9ae28a00d5cb09df60c6a9e995dc 100644
--- a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00456_DontKnowDontCare/Q00456_DontKnowDontCare.java
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00456_DontKnowDontCare/Q00456_DontKnowDontCare.java
@@ -305,9 +305,9 @@ public final class Q00456_DontKnowDontCare extends Quest
 		
 		if (!allowedPlayers.isEmpty())
 		{
-			// this depends on the boss respawn delay being at least 5 minutes
-			allowedPlayerMap.put(npc.getObjectId(), allowedPlayers);
-			addSpawn(MONSTER_NPCS.get(npc.getId()), npc, true, 0);
+			// This depends on the boss respawn delay being at least 5 minutes.
+			final L2Npc spawned = addSpawn(MONSTER_NPCS.get(npc.getId()), npc, true, 0);
+			allowedPlayerMap.put(spawned.getObjectId(), allowedPlayers);
 			startQuestTimer("unspawnRaidCorpse", 300000, npc, null);
 		}