mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed bug where feathers could be used to fletch wood
This commit is contained in:
parent
3445b792c8
commit
35a97946ac
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ public class FletchingPlugin extends UseWithHandler {
|
|||
}
|
||||
|
||||
//handle logs
|
||||
if(Fletching.isLog(event.getUsedItem().getId())) {
|
||||
if(Fletching.isLog(event.getUsedItem().getId()) && event.getUsedWith().getId() == 946) {
|
||||
final Item log = event.getUsedItem();
|
||||
Item[] items = Fletching.getItems(log.getId());
|
||||
SkillDialogue dialLength = SkillDialogue.ONE_OPTION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue