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:
@@ -195,7 +195,7 @@ public class ItemActionPacket implements IncomingPacket {
|
|||||||
if(player.getZoneMonitor().useWith(used,object)){
|
if(player.getZoneMonitor().useWith(used,object)){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
event = new NodeUsageEvent(player, 0, used, object);
|
event = new NodeUsageEvent(player, 0, used, child != null ? child : object);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Farming-specific handler for item -> patch
|
* Farming-specific handler for item -> patch
|
||||||
|
|||||||
Reference in New Issue
Block a user