summaryrefslogtreecommitdiff
path: root/src/char/char.c
diff options
context:
space:
mode:
authorMysteries <mysteriousragnarok@hotmail.com>2015-06-02 14:40:42 -0400
committerMysteries <mysteriousragnarok@hotmail.com>2015-06-02 14:40:42 -0400
commit1e73244c744b509ac216e81ec021ff1638397036 (patch)
tree74fbca67820e0f42284f857571031e58906b28a8 /src/char/char.c
parent712812b945debfd369383354431840e9d249a3ae (diff)
downloadhercules-1e73244c744b509ac216e81ec021ff1638397036.tar.gz
hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.bz2
hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.xz
hercules-1e73244c744b509ac216e81ec021ff1638397036.zip
Follow up to 712812b
- More link changes - Added proper link to Roulette topic
Diffstat (limited to 'src/char/char.c')
-rw-r--r--src/char/char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c
index 910c3fcf6..2b8f70969 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -3830,7 +3830,7 @@ void char_parse_frommap_request_stats_report(int fd)
opt.silent = 1;
opt.setTimeo = 1;
- if( (sfd = make_connection(host2ip("stats.hercules.ws"),(uint16)25427,&opt) ) == -1 ) {
+ if( (sfd = make_connection(host2ip("stats.herc.ws"),(uint16)25427,&opt) ) == -1 ) {
RFIFOSKIP(fd, RFIFOW(fd,2) );/* skip this packet */
RFIFOFLUSH(fd);
return;/* connection not possible, we drop the report */