diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2013-05-19 11:20:59 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2013-05-19 11:20:59 -0400 |
commit | c7a830bce88df87d3a91d60e67fece1e49cfb18f (patch) | |
tree | bf6a76180ddc3a07dd0a06e7ab5033558d156698 /src/common/mapindex.h | |
parent | b492728e363b24e69fc5afadd021797072b69a52 (diff) | |
download | hercules-c7a830bce88df87d3a91d60e67fece1e49cfb18f.tar.gz hercules-c7a830bce88df87d3a91d60e67fece1e49cfb18f.tar.bz2 hercules-c7a830bce88df87d3a91d60e67fece1e49cfb18f.tar.xz hercules-c7a830bce88df87d3a91d60e67fece1e49cfb18f.zip |
Little changes
Diffstat (limited to 'src/common/mapindex.h')
-rw-r--r-- | src/common/mapindex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mapindex.h b/src/common/mapindex.h index d35d9899c..43953a8e0 100644 --- a/src/common/mapindex.h +++ b/src/common/mapindex.h @@ -7,7 +7,7 @@ #include "../common/db.h" -/* when a map index search fails, return results from what map? default:prontera */ +// When a map index search fails, return results from what map? default:prontera #define MAP_DEFAULT "prontera" #define MAP_DEFAULT_X 150 #define MAP_DEFAULT_Y 150 |