Reverted last two commits from Interlude.

This commit is contained in:
MobiusDev
2018-07-01 00:06:02 +00:00
parent 049a9b02aa
commit 0259b6527c
44 changed files with 86 additions and 82 deletions

View File

@@ -53,7 +53,7 @@ public class ItemFilter implements Filter
}
if (_excludeItemType != null)
{
// if (record.getParameters() == null || record.getParameters().length == 0 || !(record.getParameters()[0].isItem().))
// if (record.getParameters() == null || record.getParameters().length == 0 || !(record.getParameters()[0] instanceof L2ItemInstance))
// return true;
final L2ItemInstance item = (L2ItemInstance) record.getParameters()[0];