diff --git a/game/modules/tome/data/zones/reknor-escape/npcs.lua b/game/modules/tome/data/zones/reknor-escape/npcs.lua
index 0f9395b803c283131bd491647a0d41e275d74155..88923d3405c7492d303b117bd7912a88a8408e29 100644
--- a/game/modules/tome/data/zones/reknor-escape/npcs.lua
+++ b/game/modules/tome/data/zones/reknor-escape/npcs.lua
@@ -75,7 +75,7 @@ newEntity{ define_as = "NORGAN",
 	display = "@", color=colors.UMBER,
 	faction = "iron-throne",
 	desc = [[Norgan and you are the sole survivors of the Reknor expedition, your duty is to make sure the news come back to the Iron Council.]],
-	level_range = {1, 1},
+	level_range = {1, nil},
 	max_life = 120, life_rating = 12, fixed_rating = true,
 	rank = 3,
 	stats = { str=19, dex=10, cun=12, mag=8, con=16, wil=13 },