Skip to content
Snippets Groups Projects
Commit b991da2d authored by MELERIX's avatar MELERIX
Browse files

No commit message

No commit message
parent 2ff2b18e
No related branches found
No related tags found
No related merge requests found
......@@ -90,9 +90,9 @@ public class Q10267_JourneyToGracia extends Quest
htmltext = "32564-03.htm";
}
}
else if (npcId == KEUCEREUS && st.getInt("cond") == 2)
else if ((npcId == KEUCEREUS) && (st.getInt("cond") == 2))
{
htmltext = "32548-01.htm";
htmltext = "32548-01.htm";
}
break;
}
......
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