Fixed drop chance multiplier by item id.

This commit is contained in:
MobiusDev
2017-10-04 01:09:16 +00:00
parent ed4be650f8
commit 2c61857b12
10 changed files with 176 additions and 16 deletions

View File

@@ -93,7 +93,7 @@ public class NpcViewMod implements IBypassHandler
return false;
}
NpcViewMod.sendNpcView(activeChar, npc);
sendNpcView(activeChar, npc);
break;
}
case "droplist":