From a58c541ab4d3e59f2548718b35b866a05ed7dd1d Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Tue, 8 Mar 2011 09:52:16 +0000
Subject: [PATCH] Norgan will correctly levelup now

git-svn-id: http://svn.net-core.org/repos/t-engine4@2979 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/zones/reknor-escape/npcs.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/zones/reknor-escape/npcs.lua b/game/modules/tome/data/zones/reknor-escape/npcs.lua
index 0f9395b803..88923d3405 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 },
-- 
GitLab