瀏覽代碼

BETA: Minor fix for Q00401_PathToWarrior

	* Patch by: Okari
nonom 11 年之前
父節點
當前提交
27238b2c24

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00401_PathToWarrior/Q00401_PathToWarrior.java

@@ -167,7 +167,7 @@ public class Q00401_PathToWarrior extends Quest
 			}
 			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)
 					{