mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
Remove duplicate sector package, add ObjectActionVerificationHandler, expand NpcActionVerificationHandler, and add a utility method to SectorRepository.
This commit is contained in:
+12
-6
@@ -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>
|
||||
Reference in New Issue
Block a user