From 1e062c6ed710be5e651d048609be23e21d1124c1 Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Tue, 27 Jan 2015 10:09:12 +0100
Subject: [PATCH] Fix Rhaloren Inquisitor faction

---
 game/modules/tome/data/zones/rhaloren-camp/npcs.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game/modules/tome/data/zones/rhaloren-camp/npcs.lua b/game/modules/tome/data/zones/rhaloren-camp/npcs.lua
index 432869c871..0c190b204e 100644
--- a/game/modules/tome/data/zones/rhaloren-camp/npcs.lua
+++ b/game/modules/tome/data/zones/rhaloren-camp/npcs.lua
@@ -33,6 +33,7 @@ newEntity{ define_as = "INQUISITOR",
 	name = "Rhaloren Inquisitor",
 	display = "p", color=colors.VIOLET, female = true,
 	desc = [[This tall elf rushes at you, wielding both her greatsword and magical spells.]],
+	faction = "rhalore",
 	killer_message = "and hung from the rafters",
 	level_range = {7, nil}, exp_worth = 2,
 	max_life = 150, life_rating = 15, fixed_rating = true,
-- 
GitLab