diff options
-rw-r--r-- | conf/atcommand.conf | 2 | ||||
-rw-r--r-- | npc/scripts.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 57356202e..3b67a873b 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -20,7 +20,7 @@ Format is */ aliases: { - mobinfo: ["monsterinfo", "mi"] + mobinfo: ["mi"] iteminfo: ["ii"] time: ["date", "serverdate", "servertime"] tonpc: ["npc"] diff --git a/npc/scripts.conf b/npc/scripts.conf index b6589b239..6bd601436 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -75,6 +75,7 @@ "npc/commands/ipcheck.txt", "npc/commands/kami.txt", "npc/commands/language.txt", +"npc/commands/mobinfo.txt", "npc/commands/motd-debug-text.txt", "npc/commands/motd.txt", "npc/commands/rate-management.txt", |