forked from 2009Scape/Server
Fixed jewellery-related bug
This commit is contained in:
parent
ae4f87c5c7
commit
709e224690
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ public final class JewelleryInterface extends ComponentPlugin {
|
|||
});
|
||||
return true;
|
||||
}
|
||||
if(!player.getSlayer().flags.isRingUnlocked()){
|
||||
if(!player.getSlayer().flags.isRingUnlocked() && data.equals(JewelleryItem.SLAYER_RING)){
|
||||
player.sendMessages("You don't know how to make this. Talk to any Slayer master in order to learn the", "ability that creates Slayer rings.");
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue