Kerberos 16 years ago
parent
commit
6f92be5ff1

+ 1 - 1
datapack_development/data/scripts/quests/605_AllianceWithKetraOrcs/__init__.py

@@ -342,7 +342,7 @@ class Quest (JQuest) :
                     if st.getQuestItemsCount(drop) == MAX :
                       item = 0
                   chance = Chance[npcId]
-                  elif id == 2 and item != 0 :
+                  if id == 2 and item != 0 :
                       giveReward(st,item,chance,MAX,drop)
               elif npcId in Ketra_Orcs :
                   decreaseAlliance(st)

+ 1 - 1
datapack_development/data/scripts/quests/611_AllianceWithVarkaSilenos/__init__.py

@@ -339,7 +339,7 @@ class Quest (JQuest) :
                     if st.getQuestItemsCount(drop) == MAX :
                       item = 0
                   chance = Chance[npcId]
-                  elif id == 2 and item != 0 :
+                  if id == 2 and item != 0 :
                       giveReward(st,item,chance,MAX,drop)
               elif npcId in Varka_Silenos :
                   decreaseAlliance(st)