Add e prefix to the name generator

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent 794463febd
commit fc6e739879
  1. 2
      archive/src/main/kotlin/org/openrs2/archive/name/GenerateCommand.kt

@ -26,6 +26,6 @@ public class GenerateCommand : CliktCommand(name = "generate") {
} }
private companion object { private companion object {
private val PREFIXES = setOf("m", "um", "l", "ul", "n") private val PREFIXES = setOf("m", "um", "l", "ul", "n", "e")
} }
} }

Loading…
Cancel
Save