Issue information

Issue ID
#4203
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 25, 2010 6:36
Last Post
Hercules Elf Bot
Mar 5, 2012 15:03
Confirmation
N/A

Hercules Elf Bot - Apr 25, 2010 6:36

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

http://svn.eathena.ws/svn/ea/trunk/npc/custom/warper.txt

Coal Mine/Culvert, they got mixed up:
CODE
                case 6:
                    warp "prt_sewb1",126,248;
                    break;
                case 7:
                    warp "mjolnir_02",81,359;
                    break;


Should be:
CODE
                case 6:
                    warp "mjolnir_02",81,359;
                    break;
                case 7:
                    warp "prt_sewb1",126,248;
                    break;