Skip to content
Snippets Groups Projects
Commit f72c1927 authored by Zoey76's avatar Zoey76
Browse files

BETA: Datapack part for [L5287].

parent a43ad4ac
No related branches found
No related tags found
No related merge requests found
......@@ -14,12 +14,11 @@
*/
package handlers.admincommandhandlers;
import java.util.List;
import java.util.StringTokenizer;
import java.util.logging.Level;
import java.util.logging.Logger;
import javolution.util.FastList;
import com.l2jserver.Config;
import com.l2jserver.gameserver.datatables.ClassListData;
import com.l2jserver.gameserver.datatables.SkillTable;
......@@ -248,7 +247,7 @@ public class AdminSkill implements IAdminCommandHandler
activeChar.sendPacket(sm);
}
final FastList<L2SkillLearn> skills = SkillTreesData.getInstance().getAvailablePledgeSkills(clan);
final List<L2SkillLearn> skills = SkillTreesData.getInstance().getAvailablePledgeSkills(clan);
SkillTable st = SkillTable.getInstance();
for (L2SkillLearn s : skills)
{
......
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