diff options
Diffstat (limited to 'src/config/core.h')
-rw-r--r-- | src/config/core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/core.h b/src/config/core.h index 848829ea2..b0e139f27 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -5,7 +5,7 @@ /** * rAthena configuration file (http://rathena.org) - * For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/ + * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ /** @@ -20,7 +20,7 @@ //Comment to disable the official walk path // -- The official walkpath disables users from taking non-clear walk paths, -// -- e.g. if they want to get around a obstacle they have to walk around it, +// -- e.g. if they want to get around an obstacle they have to walk around it, // -- while with OFFICIAL_WALKPATH disabled if they click to walk around a obstacle the server will do it automatically #define OFFICIAL_WALKPATH |