Gatekeeper of Fire Dragon corrections.

This commit is contained in:
MobiusDevelopment 2019-03-30 23:23:17 +00:00
parent 6eb0ed7b8d
commit 621d5e0298

View File

@ -113,10 +113,10 @@ class Quest (JQuest) :
DoorTable.getInstance().getDoor(24210004).openMe()
return
elif npcId == 31686 : #Gatekeeper of Fire Dragon
DoorTable.getInstance().getDoor(24210006).openMe()
DoorTable.getInstance().getDoor(24210005).openMe()
return
elif npcId == 31687 : #Gatekeeper of Fire Dragon
DoorTable.getInstance().getDoor(24210005).openMe()
DoorTable.getInstance().getDoor(24210006).openMe()
return
elif npcId == 31540 : #Watcher of Valakas Klein
st = player.getQuestState(qn)