mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Rename getNpcIndex method.
This commit is contained in:
@@ -46,7 +46,7 @@ public abstract class NpcActionEvent extends Event {
|
||||
*
|
||||
* @return The npc index.
|
||||
*/
|
||||
public int getNpcIndex() {
|
||||
public int getIndex() {
|
||||
return index;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user