From 8eb0bf9b4880ab00e8f36c44dc30aafd62b57667 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Mon, 21 Feb 2011 20:31:10 +0000
Subject: [PATCH] Linaniil can not appear in the ID

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

diff --git a/CREDITS b/CREDITS
index f7b5264ffc..c98327ef44 100644
--- a/CREDITS
+++ b/CREDITS
@@ -23,6 +23,7 @@ Musics:
 Fonts:
 - Vera*: http://www.gnome.org/fonts/
 - INSULA, USENET: http://www.dafont.com/fr/apostrophic-labs.d128
+- SVBasicManual: http://www.dafont.com/fr/johan-winge.d757 // http://home.student.uu.se/j/jowi4905/fonts/
 
 Others:
 - My dear wife who is not bothered by my coding frenzy :)
diff --git a/game/modules/tome/data/zones/town-angolwen/npcs.lua b/game/modules/tome/data/zones/town-angolwen/npcs.lua
index 144c74179e..c743d02d4d 100644
--- a/game/modules/tome/data/zones/town-angolwen/npcs.lua
+++ b/game/modules/tome/data/zones/town-angolwen/npcs.lua
@@ -20,7 +20,6 @@
 local Talents = require("engine.interface.ActorTalents")
 
 newEntity{ define_as = "SUPREME_ARCHMAGE_LINANIIL",
-	allow_infinite_dungeon = true,
 	type = "humanoid", subtype = "human",
 	display = "p",
 	faction = "angolwen",
-- 
GitLab