From c280d113891f224bc3d2d1728142211e1de59f7d Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 6 Oct 2008 20:17:59 +0000 Subject: Accepted patch by Sanga that disables automatically moving characters --- src/map/atcommand.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index adad4fd..03e7675 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -7178,6 +7178,7 @@ int atcommand_follow(const int fd, struct map_session_data* sd, const char* command, const char* message) { +#if 0 struct map_session_data *pl_sd = NULL; if (!message || !*message) @@ -7186,7 +7187,16 @@ atcommand_follow(const int fd, struct map_session_data* sd, pc_follow(sd, pl_sd->bl.id); else return 1; +#endif + + /* + * Command disabled - it's incompatible with the TMW + * client. + */ + clif_displaymessage(fd, "@follow command not available"); + return 0; + } -- cgit v1.2.3-70-g09d2