diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 18:13:04 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 18:13:04 +0000 |
commit | 958273319fea7cdc8b82ec988ae6c235c7657ca2 (patch) | |
tree | 199f7180bd715e3773cf5a19df5f37dc2c977daf /src/map/atcommand.c | |
parent | 114a63af2cecc309da7e34ddf65e5eb3156126af (diff) | |
download | hercules-958273319fea7cdc8b82ec988ae6c235c7657ca2.tar.gz hercules-958273319fea7cdc8b82ec988ae6c235c7657ca2.tar.bz2 hercules-958273319fea7cdc8b82ec988ae6c235c7657ca2.tar.xz hercules-958273319fea7cdc8b82ec988ae6c235c7657ca2.zip |
* Added auto reading leveluseskillspamount.txt and indoorrswtable.txt
* Added check in grfio.c to prevent crashing
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@667 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-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 742061caa..a1b90a5c3 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8710,4 +8710,4 @@ int atcommand_refreshonline( return 0; } -#endif /* end sql only */
\ No newline at end of file +#endif /* end sql only */ |