From a2ce6de9af78256413b9925c6be8f386358990cb Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Mon, 2 May 2011 23:59:41 +0000
Subject: [PATCH] Scintillating Caves and Rhaloren Camp wont give the shaloren
 starting quest if you do not have it (cosmetic change)

git-svn-id: http://svn.net-core.org/repos/t-engine4@3301 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/zones/rhaloren-camp/npcs.lua       | 1 -
 game/modules/tome/data/zones/scintillating-caves/npcs.lua | 1 -
 2 files changed, 2 deletions(-)

diff --git a/game/modules/tome/data/zones/rhaloren-camp/npcs.lua b/game/modules/tome/data/zones/rhaloren-camp/npcs.lua
index 6006b6d000..a38db2ce7e 100644
--- a/game/modules/tome/data/zones/rhaloren-camp/npcs.lua
+++ b/game/modules/tome/data/zones/rhaloren-camp/npcs.lua
@@ -61,7 +61,6 @@ newEntity{ define_as = "INQUISITOR",
 	ai = "tactical", ai_state = { talent_in=2, ai_move="move_astar", },
 
 	on_die = function(self, who)
-		game.player:resolveSource():grantQuest("start-shaloren")
 		game.player:resolveSource():setQuestStatus("start-shaloren", engine.Quest.COMPLETED, "rhaloren")
 	end,
 }
diff --git a/game/modules/tome/data/zones/scintillating-caves/npcs.lua b/game/modules/tome/data/zones/scintillating-caves/npcs.lua
index 0bb117fcfc..8bd4ef3087 100644
--- a/game/modules/tome/data/zones/scintillating-caves/npcs.lua
+++ b/game/modules/tome/data/zones/scintillating-caves/npcs.lua
@@ -60,7 +60,6 @@ newEntity{ base="BASE_NPC_CRYSTAL", define_as = "SPELLBLAZE_CRYSTAL",
 	ai_tactic = resolvers.tactic"ranged",
 
 	on_die = function(self, who)
-		game.player:resolveSource():grantQuest("start-shaloren")
 		game.player:resolveSource():setQuestStatus("start-shaloren", engine.Quest.COMPLETED, "spellblaze")
 	end,
 }
-- 
GitLab