Issue information

Issue ID
#481
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 23, 2007 20:14
Last Post
Hercules Elf Bot
Nov 23, 2007 20:14
Confirmation
N/A

Hercules Elf Bot - Nov 23, 2007 20:14

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

npc/jobs/2-2/rogue.txt v2.4a

Job level 50 thieves are not able to get their 3 slot Gladius:
CODE
                set .@JobLevel,JobLevel;
.
.
.
                if (.@jlevel == 50)
                    getitem 1220,1; //Gladius_
                else
                    getitem 1219,1; //Gladius
                end;


Line 177 should be
CODE
                if (.@JobLevel == 50)