Skip to content
Snippets Groups Projects
Commit d386eac5 authored by Adry_85's avatar Adry_85
Browse files

BETA: Missing check from [9577].

parent f9dbf7d5
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ class Quest (JQuest) : ...@@ -169,7 +169,7 @@ class Quest (JQuest) :
elif npcId == INNOCENTIN : elif npcId == INNOCENTIN :
if state == State.CREATED : if state == State.CREATED :
st2 = player.getQuestState("21_HiddenTruth") st2 = player.getQuestState("Q00021_HiddenTruth")
if st2 : if st2 :
if st2.getState() == 'State.COMPLETED' : if st2.getState() == 'State.COMPLETED' :
htmltext = "31328-00.htm" htmltext = "31328-00.htm"
......
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