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 /npc | |
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 'npc')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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", |