Support sealing mob skill

This commit is contained in:
P0nk
2022-08-29 19:40:24 +02:00
parent 4baf06e4f9
commit 84890ac308
4 changed files with 37 additions and 1 deletions

View File

@@ -257,6 +257,7 @@ public class CommandsExecutor {
addCommand("id", 2, IdCommand.class);
addCommand("gachalist", GachaListCommand.class);
addCommand("loot", LootCommand.class);
addCommand("mobskill", MobSkillCommand.class);
commandsNameDesc.add(levelCommandsCursor);
}