Skip to content
Snippets Groups Projects
Commit 74373a8d authored by DarkGod's avatar DarkGod
Browse files

typo

parent ec6ef4fd
No related branches found
No related tags found
No related merge requests found
......@@ -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"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment