Issue information

Issue ID
#628
Status
Unable to Fix
Severity
None
Started
Hercules Elf Bot
Dec 15, 2007 14:30
Last Post
Hercules Elf Bot
Feb 21, 2012 7:59
Confirmation
N/A

Hercules Elf Bot - Dec 15, 2007 14:30

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

The variable $signroom2full dont back to 0 when logout

Maybe changing
CODE
if (($signroom2full > 1) || getareausers("que_sign01",229,77,166,12) > 0) goto L_Full;


to &&

and the other line too
CODE
if (($signroom2full > 1) || getareausers("que_sign01",229,77,166,12) > 0) end;


and set the variable to 0

Think the same happens with $signroomfull variable