Skip to content
Snippets Groups Projects
Commit 27238b2c authored by nonom's avatar nonom
Browse files

BETA: Minor fix for Q00401_PathToWarrior

	* Patch by: Okari
parent a9104269
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ public class Q00401_PathToWarrior extends Quest ...@@ -167,7 +167,7 @@ public class Q00401_PathToWarrior extends Quest
} }
case 5: case 5:
{ {
if (((st.getItemEquipped(Inventory.PAPERDOLL_RHAND) == RUSTEDBRONZESWORD3) && (npc.getId() == MONSTERS[1])) || (npc.getId() == MONSTERS[3])) if ((st.getItemEquipped(Inventory.PAPERDOLL_RHAND) == RUSTEDBRONZESWORD3) && ((npc.getId() == MONSTERS[1]) || (npc.getId() == MONSTERS[3])))
{ {
if (st.getQuestItemsCount(POISONSPIDERLEG) < 20) if (st.getQuestItemsCount(POISONSPIDERLEG) < 20)
{ {
......
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