Issue information

Issue ID
#1524
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
May 17, 2008 14:22
Last Post
Hercules Elf Bot
May 17, 2008 14:22
Confirmation
N/A

Hercules Elf Bot - May 17, 2008 14:22

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

agit_template.txt
CODE
case 2:
            // Unofficial, but since it's already been in eA for ages
            // and used, I can't exactly remove it, now, can I? >:(
            if(guildopenstorage(0) == 1){
                mes "[Kafra Employee]";
                mes "I'm sorry but another guild member is using the guild storage";
                mes "right now.  Please wait until that person is finished.";
                close2;
                cutin "", 255;
                end;
            }
            cutin "", 255;
            close;


Missing guildopenstorage()

Also, the if(guildopenstorage(0) == 1) should be if(guildopenstorage() == 0)

This post has been edited by GM-windsor-: May 17 2008, 07:24 AM