From a4be5ad627b9e7aa4eda7a3f4b33a999c51198e8 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sun, 25 Mar 2012 14:17:18 +0000
Subject: [PATCH] The Grand Corruptor will speak to the main player

git-svn-id: http://svn.net-core.org/repos/t-engine4@4995 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/zones/mark-spellblaze/npcs.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/zones/mark-spellblaze/npcs.lua b/game/modules/tome/data/zones/mark-spellblaze/npcs.lua
index 8c01f58a72..9da71fe9c3 100644
--- a/game/modules/tome/data/zones/mark-spellblaze/npcs.lua
+++ b/game/modules/tome/data/zones/mark-spellblaze/npcs.lua
@@ -87,7 +87,7 @@ newEntity{ base = "BASE_NPC_ELVEN_CASTER", define_as = "GRAND_CORRUPTOR",
 			print("Player has a total of "..has_spells.." spell levels")
 			if not game.player:hasQuest("antimagic") and has_spells > 10 then
 				local Chat = require "engine.Chat"
-				local chat = Chat.new("corruptor-quest", self, game.player)
+				local chat = Chat.new("corruptor-quest", self, game:getPlayer(true))
 				chat:invoke()
 				return 0
 			end
-- 
GitLab