Fix bug where mobs were still referred to as characters in plugins.

This commit is contained in:
Major-
2013-11-25 02:01:08 +00:00
parent a66a901dd4
commit 53a552118f
7 changed files with 63 additions and 28 deletions
+6
View File
@@ -0,0 +1,6 @@
require 'java'
java_import 'org.apollo.game.model.Player'
java_import 'org.apollo.game.event.impl.PositionEvent'
java_import 'org.apollo.game.event.impl.SetTileItemEvent'