diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-23 01:37:16 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-23 01:37:16 +0000 |
commit | ca9eab23b34f2fe839aea1ef90673e1d3f73c533 (patch) | |
tree | eea6eb4fe7fbabda1c9511941921eaef1d1a3755 /src/map/atcommand.c | |
parent | d08465093859b1df55f66bcbd31e0c4d9e392132 (diff) | |
download | hercules-ca9eab23b34f2fe839aea1ef90673e1d3f73c533.tar.gz hercules-ca9eab23b34f2fe839aea1ef90673e1d3f73c533.tar.bz2 hercules-ca9eab23b34f2fe839aea1ef90673e1d3f73c533.tar.xz hercules-ca9eab23b34f2fe839aea1ef90673e1d3f73c533.zip |
- Fixed a compilation problem with the pid plugin
- Some minor cleanups
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10322 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 a0827fcf6..f7a6813ae 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -5245,7 +5245,7 @@ int atcommand_reloadstatusdb(const int fd, struct map_session_data* sd, const ch return 0; } /*========================================== - * @reloadpcdb - reloads exp.txt skill_tree.txt attr_fix.txt + * @reloadpcdb - reloads exp.txt skill_tree.txt attr_fix.txt statpoint.txt *------------------------------------------ */ int atcommand_reloadpcdb(const int fd, struct map_session_data* sd, const char* command, const char* message) |