summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-08 09:56:24 +0000
committerxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-08 09:56:24 +0000
commit14e3a29853167baa0c6217a85380b1c293320da7 (patch)
treefd877ba388459cc167931f048dc839af2f4c1009 /src/map/map.c
parenta5a50d59bade8e712ab765ce2e65342f8bc6e002 (diff)
downloadhercules-14e3a29853167baa0c6217a85380b1c293320da7.tar.gz
hercules-14e3a29853167baa0c6217a85380b1c293320da7.tar.bz2
hercules-14e3a29853167baa0c6217a85380b1c293320da7.tar.xz
hercules-14e3a29853167baa0c6217a85380b1c293320da7.zip
* item_trade.txt is split into re and pre-re folder as per Kenpachi's request.
* skill_tree.txt is split into re and pre-re folder. In renewal version only level 5 spear mastery is required for spiral pierce. * Removed an unnecessary new line on a message. * Enabled mechanic summons in pre-re/mob_db.txt to avoid some startup error messages. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15546 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 6103d9f77..fd6f41202 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3720,7 +3720,7 @@ int do_init(int argc, char *argv[])
char ip_str[16];
ip2str(addr_[0], ip_str);
- ShowError("\nNot all IP addresses in map_athena.conf configured, autodetecting...\n");
+ ShowError("Not all IP addresses in map_athena.conf configured, autodetecting...\n");
if (naddr_ == 0)
ShowError("Unable to determine your IP address...\n");