Issue information

Issue ID
#3972
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 25, 2009 15:32
Last Post
Hercules Elf Bot
Mar 5, 2012 14:52
Confirmation
N/A

Hercules Elf Bot - Dec 25, 2009 15:32

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

The NPC located in alberta (Akagi) that warps players to Amatsu for the ninja job quest, has three possible warp locations it sends players.

CODE
44                switch(rand(3)) {
45                    case 1:
46                        warp "amatsu",170,229;
47                        end;
48                    case 2:
49                        warp "amatsu",216,188;
50                        end;
51                    default:
52                        warp "amatsu",178,167;
53                        end;;


The bottom option, however, warps players into a wall !

I noticed that in this changelog it was originally "amatsu", 178, 176.
Perhaps 167 was not suppose to change to 176.