Skip to content
Snippets Groups Projects
Commit 070982b0 authored by malyelfik's avatar malyelfik
Browse files

BETA: Fix for #5357

parent e1e48253
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,7 @@ class Quest (JQuest) : ...@@ -136,6 +136,7 @@ class Quest (JQuest) :
def onFirstTalk (self,npc,player): def onFirstTalk (self,npc,player):
if Config.DISABLE_TUTORIAL : if Config.DISABLE_TUTORIAL :
npc.showChatWindow(player)
return return
qs = player.getQuestState(qnTutorial) qs = player.getQuestState(qnTutorial)
if not qs : if not qs :
......
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