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