Remove duplicate sector package, add ObjectActionVerificationHandler, expand NpcActionVerificationHandler, and add a utility method to SectorRepository.

This commit is contained in:
Major-
2014-07-10 00:18:02 +01:00
parent 31ba87262a
commit 465d820890
11 changed files with 115 additions and 388 deletions
+12 -6
View File
@@ -90,10 +90,16 @@
<handler>org.apollo.game.event.handler.impl.ItemVerificationHandler</handler>
</chain>
</event>
<event>
<type>org.apollo.game.event.impl.NpcActionEvent</type>
<chain>
<handler>org.apollo.game.event.handler.impl.NpcActionVerificationHandler</handler>
</chain>
</event>
<event>
<type>org.apollo.game.event.impl.NpcActionEvent</type>
<chain>
<handler>org.apollo.game.event.handler.impl.NpcActionVerificationHandler</handler>
</chain>
</event>
<event>
<type>org.apollo.game.event.impl.ObjectActionEvent</type>
<chain>
<handler>org.apollo.game.event.handler.impl.ObjectActionVerificationHandler</handler>
</chain>
</event>
</events>