From 74373a8d54adf72e71c83da84385dafc66568e50 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Sat, 19 Oct 2013 04:04:36 +0200 Subject: [PATCH] typo --- game/modules/tome/data/chats/shertul-fortress-butler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/chats/shertul-fortress-butler.lua b/game/modules/tome/data/chats/shertul-fortress-butler.lua index 866ce4a1df..0a269e4ea7 100644 --- a/game/modules/tome/data/chats/shertul-fortress-butler.lua +++ b/game/modules/tome/data/chats/shertul-fortress-butler.lua @@ -29,7 +29,7 @@ Welcome, master.]], {"You asked me to come, about a farportal?", jump="farportal", cond=function() return q:isCompleted("farportal") and not q:isCompleted("farportal-spawn") end}, {"You asked me to come, about the rod of recall?", jump="recall", cond=function() return q:isCompleted("recall") and not q:isCompleted("recall-done") end}, {"Would it be possible for my Transmogrification Chest to automatically extract gems?", jump="transmo-gems", cond=function(npc, player) return not q:isCompleted("transmo-chest-extract-gems") and q:isCompleted("transmo-chest") and player:knowTalent(player.T_EXTRACT_GEMS) end}, - {"Is there any training facilities?", jump="training", cond=function() return not q:isCompleted("training") end}, + {"Are there any training facilities?", jump="training", cond=function() return not q:isCompleted("training") end}, {"I find your appearance unsettling. Any way you can change it?", jump="changetile", cond=function() return q:isCompleted("recall-done") end}, {"What are you, and what is this place?", jump="what", cond=isNotSet"what", action=set"what"}, {"Master? I am not your mas...", jump="master", cond=isNotSet"master", action=set"master"}, -- GitLab