Fix 317 revision npc interaction packets, fixed npc indexes being +1 and added npc action verification.

This commit is contained in:
thispixel
2014-06-27 12:52:53 +01:00
parent 247d86fd3c
commit c205a52389
8 changed files with 62 additions and 17 deletions
+6
View File
@@ -90,4 +90,10 @@
<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>
</events>