mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
Add npcinfo command.
This commit is contained in:
@@ -43,7 +43,7 @@ public final class NpcDefinition {
|
||||
for (int id = 0; id < definitions.length; id++) {
|
||||
NpcDefinition def = definitions[id];
|
||||
if (def.getId() != id) {
|
||||
throw new RuntimeException("NPC definition id mismatch");
|
||||
throw new RuntimeException("npc definition id mismatch");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user