diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-01-08 19:18:27 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-01-08 19:18:27 +0000 |
commit | 7906708766f64e80a3e8840f6d920f2d9a58fc1d (patch) | |
tree | 5d1be3547bfc7bd0c433184f62c401273f2d1ea4 /src/map/atcommand.c | |
parent | 5beff994088c64437c0ba23afb04bf4ae9f65956 (diff) | |
download | hercules-7906708766f64e80a3e8840f6d920f2d9a58fc1d.tar.gz hercules-7906708766f64e80a3e8840f6d920f2d9a58fc1d.tar.bz2 hercules-7906708766f64e80a3e8840f6d920f2d9a58fc1d.tar.xz hercules-7906708766f64e80a3e8840f6d920f2d9a58fc1d.zip |
- Fixed a typo in Orc's Memory.
- Fixed a weight check in quests_13_1.
- Fixed some grouping variables in the sample PCRE npc.
- Updated SQL item/mob databases to latest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14216 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 bb8c1d683..d0910265b 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -4222,7 +4222,7 @@ int atcommand_reloadscript(const int fd, struct map_session_data* sd, const char } /*========================================== - * @mapinfo <map name> [0-3] by MC_Cameri + * @mapinfo [0-3] <map name> by MC_Cameri * => Shows information about the map [map name] * 0 = no additional information * 1 = Show users in that map and their location |