Issue information

Issue ID
#1531
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 18, 2008 17:07
Last Post
Hercules Elf Bot
Feb 21, 2012 9:17
Confirmation
N/A

Hercules Elf Bot - May 18, 2008 17:07

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

Just a small typo. In the:
npc/quests/skills/acolyte_skills.txt

Line: 71:
CODE
if ((JobLevel > 29 && BaseJob == Job_Acolyte) || BaseJob == Job_MOnk || BaseJob == Job_Priest) {
The 'o' in Monk needs to be lower cased.

Another small typo in:
npc/quests/skills/mage_skills.txt

Line 96:
CODE
if ((JobLevel > 34 && BaseJOb == Job_Mage) || BaseJob == Job_Wizard || BaseJob == Job_Sage) {
The 'o' in Job needs to be lower cased.

This post has been edited by diedlikeahero: May 18 2008, 10:17 AM