Explorar el Código

Quest 217: fix (tnx kmarty)

DrLecter hace 19 años
padre
commit
8a90acdee1

+ 1 - 1
datapack_development/data/jscript/quests/217_TestimonyOfTrust/__init__.py

@@ -163,7 +163,7 @@ class Quest (JQuest) :
            st.set("cond","10")
          elif npcId == 7358 :
            htmltext = "7358-04.htm"
-     elif cond == 10 :                                     # Condition 10 meet the Seresin
+     elif cond in [ 10, 11 ] :                             # Condition 10 meet the Seresin or Condition 11 A lack of Experience 
          if npcId == 7191 :
            htmltext = "7191-09.htm"
          elif npcId == 7657 and st.getQuestItemsCount(LETTER_TO_SERESIN_ID) :