Skip to content
Snippets Groups Projects
Commit 958fa96c authored by Zoey76's avatar Zoey76
Browse files

Minor fix for quest Seeds of Chaos (236)

Reported by: @u3games
parent 7436fc6f
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ class Quest (JQuest) :
if npcId == KEKROPUS :
if id == State.CREATED :
st.set("cond","0")
if player.getRace() != Race.Kamael :
if player.getRace() != Race.KAMAEL :
st.exitQuest(1)
htmltext = "<html><body>I'm sorry, but I can only give this quest to Kamael. Talk to Magister Ladd.</body></html>"
elif player.getLevel() < 75 :
......
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