diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-12-16 06:28:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-12-16 06:28:16 +0300 |
commit | 46521f31fd6b4e7a621cfce4d68bf99278374d33 (patch) | |
tree | dbd4577ad482d7d1f060fe7c60f07df094128983 /conf | |
parent | 912bbffb23c385178b3d831b58deb76103bac322 (diff) | |
download | hercules-46521f31fd6b4e7a621cfce4d68bf99278374d33.tar.gz hercules-46521f31fd6b4e7a621cfce4d68bf99278374d33.tar.bz2 hercules-46521f31fd6b4e7a621cfce4d68bf99278374d33.tar.xz hercules-46521f31fd6b4e7a621cfce4d68bf99278374d33.zip |
Add aliases for at command camerainfo: setcamera and viewpointvalue.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/atcommand.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 175286eb0..871322a05 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -57,6 +57,7 @@ aliases: { itemreset: ["clearinventory"] channel: ["main"] autoloottype: ["aloottype"] + camerainfo: ["setcamera", "viewpointvalue"] } /* List of commands that should not be logged at all */ |