Issue information

Issue ID
#2612
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Dec 30, 2008 22:31
Last Post
Hercules Elf Bot
Dec 30, 2008 22:31
Confirmation
N/A

Hercules Elf Bot - Dec 30, 2008 22:31

Originally posted by [b]T-Bash[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2612

CODE
Index: guild.c
===================================================================
--- guild.c    (revision 13422)
+++ guild.c    (working copy)
@@ -409,6 +409,9 @@
    if( strlen(trim(tname)) == 0 )
        return 0; // empty name

+    if(sd->guild_invite != 0 && sd->guild_invite_account != 0) //[T-Bash] thx @ UndergroundRO
+        return 0;
+
    if( sd->status.guild_id )
    {// already in a guild
        clif_guild_created(sd,1);


->

QUOTE
...


This post has been edited by T-Bash: Dec 30 2008, 07:12 PM