Fletching fix

Should fix 2 people not being able to fletch at once. Let me know how it works - mr extremez :)
This commit is contained in:
Mr Extremez
2019-10-22 01:15:03 -05:00
committed by Dark98
parent ede6989139
commit 818ea68ae1
5 changed files with 11 additions and 8 deletions
@@ -64,7 +64,7 @@ public class Npc {
updateRequired = true;
}
public boolean requestTransformTime(Client player, int itemId, int animation, final int currentId, final int newId, int transformTime, int npcId) {
public boolean requestTransformTime(Client player, int itemId, int animation, final int currentId, final int newId, int transformTime, final int npcId) {
if (!player.getItemAssistant().playerHasItem(itemId)) {
player.getActionSender().sendMessage("You need " + ItemAssistant.getItemName(itemId).toLowerCase() + " to do that.");
return false;