Sync with L2jServer HighFive Aug 21st 2015.

This commit is contained in:
MobiusDev
2015-08-21 19:26:53 +00:00
parent 4b3a3e6d1e
commit dc0694ccef
17 changed files with 116 additions and 82 deletions

View File

@ -245,7 +245,7 @@ public class TarBeetleSpawn implements IXmlReader
}
catch (Exception e)
{
e.printStackTrace();
LOGGER.warning(getClass().getSimpleName() + ": Could not refresh spawns!");
}
}

View File

@ -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);
}