Issue information

Issue ID
#661
Status
Confirmed
Severity
None
Started
Hercules Elf Bot
Dec 20, 2007 11:48
Last Post
Hercules Elf Bot
Dec 20, 2007 11:48
Confirmation
N/A

Hercules Elf Bot - Dec 20, 2007 11:48

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

I was debugging some guild position saving problem, and accidentally came across this...

I had guild creation on the charserver breakpointed. Then after processing it step by step, I resumed the server. I found out in the console that the servers managed to disconnect from one another in that short period of time. Afterwards I relogged, and to my surprise, I had no guild! Turns out the charserver sent the reply while there was no mapserver connected, and thus it was discarded. Therefore mapserver doesn't get notified of the guild creation and doesn't update the char's data nor delete the emp. So now we have a junk guild with no members.

I don't like the way guild saving is done =_=