forked from 2009Scape/Server
Fixed animation for harvesting willow branches
This commit is contained in:
parent
7ec901297b
commit
0cb814d26e
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class CropHarvester : OptionHandler() {
|
|||
return true
|
||||
}
|
||||
var requiredItem = when(fPatch.type){
|
||||
PatchType.HERB -> Items.SECATEURS_5329
|
||||
PatchType.HERB, PatchType.TREE -> Items.SECATEURS_5329
|
||||
else -> Items.SPADE_952
|
||||
}
|
||||
if(requiredItem == Items.SECATEURS_5329){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue