diff --git a/game/modules/tome/data/zones/rhaloren-camp/npcs.lua b/game/modules/tome/data/zones/rhaloren-camp/npcs.lua index 6006b6d000bb5196c7334857ff593723b0318e89..a38db2ce7edf2b135cd56bb3f5dfc19865052060 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 0bb117fcfc98c5560cf1806b810cdfd4ec8194a3..8bd4ef308779621c2ffaef003889500022bbfb23 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, }