diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perm.h b/include/perm.h index c49de88e..166f5bb2 100644 --- a/include/perm.h +++ b/include/perm.h @@ -36,7 +36,7 @@ #define PERM_LAW 002000000000 /* 立法組 */ #define PERM_SYSSUBOP 004000000000 /* 小組長 */ #define PERM_OLDSYSOP 010000000000 /* 退休站長 */ -#define PERM_PTT 020000000000 /* Ptt */ +#define PERM_POLICE 020000000000 /* 警察 */ #define NUMPERMS 32 |