diff options
author | shennetsind <ind@henn.et> | 2013-01-26 17:29:37 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-01-26 17:29:37 -0200 |
commit | 0f9a3af9e466576cdb64b0e3b4ab1a5dec9549f5 (patch) | |
tree | 0663a83bcb0c86ad9e9b29a48e7c7aa600ded28c /src/char/char.c | |
parent | 495cf1d438ee7069c10e4e3ff90101d5941956b8 (diff) | |
download | hercules-0f9a3af9e466576cdb64b0e3b4ab1a5dec9549f5.tar.gz hercules-0f9a3af9e466576cdb64b0e3b4ab1a5dec9549f5.tar.bz2 hercules-0f9a3af9e466576cdb64b0e3b4ab1a5dec9549f5.tar.xz hercules-0f9a3af9e466576cdb64b0e3b4ab1a5dec9549f5.zip |
Changing ASCI Art / Moving stat server to Hercules.
Changed the ASCI art (not quite final; just changing it prior to release), moving stat server to hercules end
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/char/char.c')
-rw-r--r-- | src/char/char.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c index f21730d3b..83b58a0a7 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -3307,7 +3307,7 @@ int parse_frommap(int fd) int sfd;/* stat server fd */ RFIFOSKIP(fd, 2);/* we skip first 2 bytes which are the 0x3008, so we end up with a buffer equal to the one we send */ - if( (sfd = make_connection(host2ip("stats.rathena.org"),(uint16)25421,true) ) == -1 ) { + if( (sfd = make_connection(host2ip("stats.hercules.ws"),(uint16)25421,true) ) == -1 ) { RFIFOSKIP(fd, RFIFOW(fd,2) );/* skip this packet */ break;/* connection not possible, we drop the report */ } |