From cfe13a5e52fa64bf152f110cea8e566efacf4082 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sat, 30 Oct 2010 21:23:28 +0000
Subject: [PATCH]                                fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@1710 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/zones/ruins-kor-pul/npcs.lua | 2 +-
 game/modules/tome/data/zones/trollshaws/npcs.lua    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/game/modules/tome/data/zones/ruins-kor-pul/npcs.lua b/game/modules/tome/data/zones/ruins-kor-pul/npcs.lua
index 626239a59d..650646f8f6 100644
--- a/game/modules/tome/data/zones/ruins-kor-pul/npcs.lua
+++ b/game/modules/tome/data/zones/ruins-kor-pul/npcs.lua
@@ -61,7 +61,7 @@ newEntity{ define_as = "SHADE",
 
 	on_die = function(self, who)
 		game.state:activateBackupGuardian("KOR_FURY", 5, 35, ".. yes I tell you! The old ruins opf Kor'Pul are still haunted!")
-		game.player:resolveSource():setQuestStatus("start-dunadan", engine.Quest.COMPLETED, "kor-pul")
+		game.player:resolveSource():setQuestStatus("start-allied", engine.Quest.COMPLETED, "kor-pul")
 	end,
 }
 
diff --git a/game/modules/tome/data/zones/trollshaws/npcs.lua b/game/modules/tome/data/zones/trollshaws/npcs.lua
index d7a6d4dc89..31b6b46c21 100644
--- a/game/modules/tome/data/zones/trollshaws/npcs.lua
+++ b/game/modules/tome/data/zones/trollshaws/npcs.lua
@@ -63,7 +63,7 @@ newEntity{ define_as = "TROLL_BILL",
 
 	on_die = function(self, who)
 		game.state:activateBackupGuardian("ALUIN", 2, 35, "... and we thought the trollshaws were safer now!")
-		game.player:resolveSource():setQuestStatus("start-dunadan", engine.Quest.COMPLETED, "trollshaws")
+		game.player:resolveSource():setQuestStatus("start-allied", engine.Quest.COMPLETED, "trollshaws")
 	end,
 }
 
-- 
GitLab