Issue information

Issue ID
#2447
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 16, 2008 12:35
Last Post
Hercules Elf Bot
Mar 5, 2012 16:50
Confirmation
N/A

Hercules Elf Bot - Nov 16, 2008 12:35

Originally posted by [b]xazax[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2447

eAthena: Stable

Rev: 13368

Guild recall also recalls autotradeing characters. They don't appear on the destination but disappear from the original place.

Quickfix for this:

In skill.c find:

if ((dstsd = g->member[i].sd) != NULL && sd != dstsd) {

And replace with:

if ((dstsd = g->member[i].sd) != NULL && sd != dstsd && !dstsd->state.autotrade ) {

Then recompile.

This post has been edited by xazax: Oct 25 2009, 05:04 PM