forked from 2009Scape/Server
Fixed an issue with the mage of zamorak
This commit is contained in:
parent
4765d3515a
commit
13321da0f6
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ public final class InteractionPacket implements IncomingPacket {
|
|||
player.debug("spawn=" + npc.getProperties().getSpawnLocation() + ".");
|
||||
player.debug("Varp ID= " + npc.getDefinition().getConfigId() + " Offset=" + npc.getDefinition().getVarbitOffset() + " Size=" + npc.getDefinition().getVarbitSize());
|
||||
handleAIPLegion(player, 0, optionIndex, index);
|
||||
if(InteractionListeners.run(npc.getId(),2, option.getName(),player,npc)){
|
||||
if(InteractionListeners.run(shown.getId(),2, option.getName(),player,npc)){
|
||||
return;
|
||||
}
|
||||
if(PluginInteractionManager.handle(player,shown,option)){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue