Issue information

Issue ID
#6164
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 3, 2012 21:05
Last Post
Hercules Elf Bot
Jul 4, 2012 15:26
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Jul 3, 2012 21:05

Originally posted by [b]Vali[/b]
The warlock quest is missing a Class check that is causing the players that started the quest not be able to go back to the specified fild:

[CODE]
if (Class == Job_Warlock || Class == Job_Warlock_T || Job_Baby_Warlock){
[/CODE]

must become

[CODE]
if (Class == Job_Warlock || Class == Job_Warlock_T || Class == Job_Baby_Warlock){
[/CODE]

The patch to fix it is attached.

Vali~

This post has been edited by Vali on Jul 3, 2012 21:49

Hercules Elf Bot - Jul 3, 2012 21:11

Originally posted by [b]Masao[/b]
Thanks =D

Hercules Elf Bot - Jul 4, 2012 15:26

Originally posted by [b]Euphy[/b]
Fixed in [rev=16376].