Skip to content
Snippets Groups Projects
Commit 8177212b authored by Adry_85's avatar Adry_85
Browse files

BETA: Minor cleanup for [9325].

parent 67f55173
No related branches found
No related tags found
No related merge requests found
......@@ -191,12 +191,9 @@ public class Q00290_ThreatRemoval extends Quest
}
case State.STARTED:
{
if (npc.getNpcId() == PINAPS)
if (st.isCond(1))
{
if (st.isCond(1))
{
htmltext = (st.getQuestItemsCount(SEL_MAHUM_ID_TAG) < 400) ? "30201-04.html" : "30201-05.html";
}
htmltext = (st.getQuestItemsCount(SEL_MAHUM_ID_TAG) < 400) ? "30201-04.html" : "30201-05.html";
}
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