Removal of cursed enchant scroll check.
Contributed by darkillust.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user