Skip to content
Snippets Groups Projects
Commit 141dbb63 authored by Nos's avatar Nos
Browse files

BETA: DP-Part for [L6549].

parent 6ee0f259
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ import com.l2jserver.gameserver.network.serverpackets.InventoryUpdate;
import com.l2jserver.gameserver.network.serverpackets.MagicSkillUse;
import com.l2jserver.gameserver.network.serverpackets.NpcHtmlMessage;
import com.l2jserver.gameserver.network.serverpackets.SystemMessage;
import com.l2jserver.util.L2FastList;
/**
* @author DS
......@@ -297,7 +296,7 @@ public class OlympiadManagerLink implements IBypassHandler
int classId = Integer.parseInt(command.substring(11));
if (((classId >= 88) && (classId <= 118)) || ((classId >= 131) && (classId <= 134)) || (classId == 136))
{
L2FastList<String> names = Olympiad.getInstance().getClassLeaderBoard(classId);
List<String> names = Olympiad.getInstance().getClassLeaderBoard(classId);
reply.setFile(activeChar.getHtmlPrefix(), Olympiad.OLYMPIAD_HTML_PATH + "olympiad_ranking.htm");
int index = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment