Issue information

Issue ID
#3261
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jun 17, 2009 3:53
Last Post
Hercules Elf Bot
Apr 5, 2012 10:26
Confirmation
N/A

Hercules Elf Bot - Jun 17, 2009 3:53

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

QUOTE
void clif_parse_GuildLeave(int fd,struct map_session_data *sd)
{
if(map[sd->bl.m].flag.guildlock)
{ //Guild locked.
clif_displaymessage(fd, msg_txt(228));
return;
}
if( sd->state.bg_id )
{
clif_displaymessage(fd, "You can't leave battleground guilds.");
return;
}

}


This is really needed?

Hercules Elf Bot - Dec 22, 2011 15:13

Originally posted by [b]GodLesZ[/b]
Yes, official behavior.
You can't leave your guild while beeing in an active battleground.

This post has been edited by GodLesZ on Dec 22, 2011 15:14