Fixed drop chance multiplier by item id.
This commit is contained in:
@@ -93,7 +93,7 @@ public class NpcViewMod implements IBypassHandler
|
||||
return false;
|
||||
}
|
||||
|
||||
NpcViewMod.sendNpcView(activeChar, npc);
|
||||
sendNpcView(activeChar, npc);
|
||||
break;
|
||||
}
|
||||
case "droplist":
|
||||
|
Reference in New Issue
Block a user