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

BETA: Minor fix for quest '''An Ice Merchant's Dream''' (648).

	Reported by: _Blade_
parent f985a799
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ class Quest (JQuest) :
st.exitQuest(1)
elif cond == 1:
if silver or black :
st2 = player.getQuestState("115_TheOtherSideOfTruth")
st2 = player.getQuestState("Q00115_TheOtherSideOfTruth")
htmltext = "32020-05.htm"
if st2 :
if st2.getState() == State.COMPLETED :
......
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