diff options
Diffstat (limited to 'src/map/mail.c')
-rw-r--r-- | src/map/mail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/mail.c b/src/map/mail.c index 46e80be9f..42a83de52 100644 --- a/src/map/mail.c +++ b/src/map/mail.c @@ -1,3 +1,4 @@ +#ifndef TXT_ONLY // Mail System for eAthena SQL // Created by Valaris // moved all strings to msg_athena.conf [Lupus] @@ -333,3 +334,4 @@ int do_init_mail(void) return 0; } +#endif |