From b38c0b389ec00865fa08f96fc6c189041c281df9 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sat, 31 Jul 2010 01:08:35 +0000
Subject: [PATCH] elite

git-svn-id: http://svn.net-core.org/repos/t-engine4@961 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/general/npcs/orc-grushnak.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/game/modules/tome/data/general/npcs/orc-grushnak.lua b/game/modules/tome/data/general/npcs/orc-grushnak.lua
index d3e05b057e..f4885b63d9 100644
--- a/game/modules/tome/data/general/npcs/orc-grushnak.lua
+++ b/game/modules/tome/data/general/npcs/orc-grushnak.lua
@@ -51,6 +51,7 @@ newEntity{ base = "BASE_NPC_ORC_GRUSHNAK",
 	desc = [[An orc clad in a massive armour, wielding a shield and a deadly axe.]],
 	level_range = {35, nil}, exp_worth = 1,
 	rarity = 4,
+	rank = 3,
 	max_life = resolvers.rngavg(170,180), life_rating = 14,
 	resolvers.equip{
 		{type="weapon", subtype="waraxe", autoreq=true},
@@ -77,6 +78,7 @@ newEntity{ base = "BASE_NPC_ORC_GRUSHNAK",
 	desc = [[An orc clad in a massive armour, wielding a huge axe.]],
 	level_range = {35, nil}, exp_worth = 1,
 	rarity = 4,
+	rank = 3,
 	max_life = resolvers.rngavg(170,180), life_rating = 14,
 	resolvers.equip{
 		{type="weapon", subtype="waraxe", autoreq=true},
-- 
GitLab