Add item on item decoder; minor mining changes.

This commit is contained in:
Major-
2013-11-03 05:32:54 +00:00
parent 252b7677ca
commit 42d42af0c5
18 changed files with 208 additions and 30 deletions
+8 -1
View File
@@ -72,4 +72,11 @@
<handler>org.apollo.game.event.handler.impl.EnteredAmountEventHandler</handler>
</chain>
</event>
</events>
<event>
<type>org.apollo.game.event.impl.ItemOnItemEvent</type>
<chain>
<handler>org.apollo.game.event.handler.impl.ItemVerificationHandler</handler>
<handler>org.apollo.game.event.handler.impl.ItemOnItemVerificationHandler</handler>
</chain>
</event>
</events>