Accept 0 as max enchant value.
Contributed by fruit.
This commit is contained in:
		| @@ -94,7 +94,7 @@ public class EnchantItemGroupsData implements IXmlReader | ||||
| 									min = Integer.parseInt(range); | ||||
| 									max = min; | ||||
| 								} | ||||
| 								if ((min > -1) && (max > 0)) | ||||
| 								if ((min > -1) && (max > -1)) | ||||
| 								{ | ||||
| 									group.addChance(new RangeChanceHolder(min, max, chance)); | ||||
| 								} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment