Issue information

Issue ID
#4768
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Feb 18, 2011 0:45
Last Post
Hercules Elf Bot
Mar 5, 2012 15:39
Confirmation
N/A

Hercules Elf Bot - Feb 18, 2011 0:45

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

quests/skills/rogue_skills.txt

Lines 238 and following:

CODE
                        if (Upper == 1)
                            mes "I can trust a fellow Rogue";
                        else
                            mes "I can trust a fellow Stalker";


It should be:

CODE
                        if (Upper == 1)
                            mes "I can trust a fellow Stalker";
                        else
                            mes "I can trust a fellow Rogue";


Thank you.

This post has been edited by Myllena: Feb 18 2011, 11:08 AM