From 34532ec346edc4bedb80aa865b57ee5b326f4c42 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sat, 14 Aug 2010 10:01:45 +0000
Subject: [PATCH] beta 9

git-svn-id: http://svn.net-core.org/repos/t-engine4@1019 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/general/objects/world-artifacts.lua | 3 ++-
 game/modules/tome/data/zones/gorbat-pride/zone.lua         | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index 9b8d1f88d9..96797f7c20 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -496,7 +496,7 @@ After Frodo destroyed it, Elrond passed the knowledge to Aragorn the King of Men
 		},
 	},
 }
-
+--[=[
 newEntity{
 	unique = true,
 	type = "jewelry", subtype="anhk",
@@ -512,3 +512,4 @@ newEntity{
 
 	},
 }
+]=]
diff --git a/game/modules/tome/data/zones/gorbat-pride/zone.lua b/game/modules/tome/data/zones/gorbat-pride/zone.lua
index c06bfa573c..fc9c9eca2d 100644
--- a/game/modules/tome/data/zones/gorbat-pride/zone.lua
+++ b/game/modules/tome/data/zones/gorbat-pride/zone.lua
@@ -44,7 +44,7 @@ return {
 		},
 		actor = {
 			class = "engine.generator.actor.Random",
-			nb_npc = {0, 0},
+			nb_npc = {20, 30},
 			guardian = "GORBAT",
 		},
 		object = {
-- 
GitLab