Sync with L2jServer HighFive Aug 21st 2015.
This commit is contained in:
@ -245,7 +245,7 @@ public class TarBeetleSpawn implements IXmlReader
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
LOGGER.warning(getClass().getSimpleName() + ": Could not refresh spawns!");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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