diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-06 16:52:14 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-06 16:52:14 +0000 |
commit | db712f4678ec7af502983935145507aa34dbca8a (patch) | |
tree | dd8c238e748e82a1a9079a38dd5ac7a6aea43769 /src/map/atcommand.c | |
parent | b5e60b9d709ada7b94cfb8196df9f9c2e1881a01 (diff) | |
download | hercules-db712f4678ec7af502983935145507aa34dbca8a.tar.gz hercules-db712f4678ec7af502983935145507aa34dbca8a.tar.bz2 hercules-db712f4678ec7af502983935145507aa34dbca8a.tar.xz hercules-db712f4678ec7af502983935145507aa34dbca8a.zip |
Fix build
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1057 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 0d387b580..90db2f5c3 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8916,6 +8916,8 @@ int atcommand_refreshonline( return 0; } +#endif /* end sql only */ + /*========================================== * Show Monster DB Info v 1.0 * originally by [Lupus] eAthena @@ -9010,4 +9012,3 @@ int atcommand_mobinfo( return 0; } -#endif /* end sql only */ |