mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 13:30:27 -07:00
Fixed ItemActionPacket which broke useWith in some situations
Fixes Dwarf Cannon Quest Fixes Witch's House Quest Fixes Demon Slayer Quest
This commit is contained in:
parent
c4901fa4b8
commit
fe6d04c620
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ public class ItemActionPacket implements IncomingPacket {
|
|||
if(player.getZoneMonitor().useWith(used,object)){
|
||||
return;
|
||||
}
|
||||
event = new NodeUsageEvent(player, 0, used, object);
|
||||
event = new NodeUsageEvent(player, 0, used, child != null ? child : object);
|
||||
|
||||
/**
|
||||
* Farming-specific handler for item -> patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue