diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-18 23:55:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-18 23:55:25 -0300 |
commit | 8327bb80c9e9117136a7094881838a176bae70a2 (patch) | |
tree | cac28b71eac2d956bac2b29c477b7d2642a906a2 /conf | |
parent | 2864213b4c4136d70ed61d2fe9377034499e332d (diff) | |
download | serverdata-8327bb80c9e9117136a7094881838a176bae70a2.tar.gz serverdata-8327bb80c9e9117136a7094881838a176bae70a2.tar.bz2 serverdata-8327bb80c9e9117136a7094881838a176bae70a2.tar.xz serverdata-8327bb80c9e9117136a7094881838a176bae70a2.zip |
Allow users to use @monsterinfo, as an scripted alias for @mobinfo.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/atcommand.conf | 2 |
1 files changed, 1 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"] |