Sync with L2jServer HighFive Aug 21st 2015.
This commit is contained in:
@@ -104,7 +104,7 @@ public final class TeleportToRaceTrack extends AbstractNpcAI
|
||||
else
|
||||
{
|
||||
player.teleToLocation(TELEPORT);
|
||||
player.getVariables().set(MONSTER_RETURN, String.valueOf(TELEPORTERS.get(npc.getId())));
|
||||
player.getVariables().set(MONSTER_RETURN, TELEPORTERS.get(npc.getId()));
|
||||
}
|
||||
return super.onTalk(npc, player);
|
||||
}
|
||||
|
Reference in New Issue
Block a user