diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 7780d12e7..d878de709 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8861,7 +8861,7 @@ ACMD_FUNC(join) { return 0; } /* [Ind/Hercules] */ -inline void atcmd_channel_help(int fd, const char *command, bool can_create) { +static inline void atcmd_channel_help(int fd, const char *command, bool can_create) { sprintf(atcmd_output, msg_txt(1404),command); // %s failed. clif->message(fd, atcmd_output); clif->message(fd, msg_txt(1414));// --- Available options: |