Browse Source

JYTHON: Small typo fix in 648...need the int, not a string. Fixes #2111

Emperorc 17 years ago
parent
commit
b1a40c2f46

+ 1 - 1
datapack_development/data/scripts/quests/648_AnIceMerchantsDream/__init__.py

@@ -76,7 +76,7 @@ class Quest (JQuest) :
              st2 = player.getQuestState("115_TheOtherSideOfTruth")
              htmltext = "32020-05.htm"
              if st2 :
-                if st2.getState() == 'State.COMPLETED' :
+                if st2.getState() == State.COMPLETED :
                    htmltext = "32020-10.htm"
                    st.playSound("ItemSound.quest_middle")
                    st.set("cond","2")