Removal of cursed enchant scroll check.
Contributed by darkillust.
This commit is contained in:
parent
b8316f9080
commit
ba887bd706
@ -172,11 +172,6 @@ public class EnchantScroll extends AbstractEnchantItem
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (scroll.isCursed() && (itemToEnchant.getEnchantLevel() <= 2))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
return super.isValid(itemToEnchant, supportItem);
|
||||
|
@ -172,11 +172,6 @@ public class EnchantScroll extends AbstractEnchantItem
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (scroll.isCursed() && (itemToEnchant.getEnchantLevel() <= 2))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
return super.isValid(itemToEnchant, supportItem);
|
||||
|
Loading…
Reference in New Issue
Block a user