diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-13 20:02:42 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2019-04-13 20:02:42 +0000 |
commit | 3bb623672195f0177582bcb81595c567127ac1b5 (patch) | |
tree | e8465685ce29841dfd8c7e86be2847f2471c880d /conf | |
parent | e97c1eb0fbdf638204a6ce8b7c50444b258b3bac (diff) | |
download | serverdata-3bb623672195f0177582bcb81595c567127ac1b5.tar.gz serverdata-3bb623672195f0177582bcb81595c567127ac1b5.tar.bz2 serverdata-3bb623672195f0177582bcb81595c567127ac1b5.tar.xz serverdata-3bb623672195f0177582bcb81595c567127ac1b5.zip |
Koga should be always visible (I think every big NPC needs that?)
Alias @wgm to @request - so players can still use @wgm just fine.
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 ac4cee47..2241fa74 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -61,6 +61,7 @@ aliases: { camerainfo: ["setcamera", "viewpointvalue"] tee: ["t"] log: ["l"] + request: ["wgm"] } /* List of commands that should not be logged at all */ |