Network related classes path organization.

This commit is contained in:
MobiusDev
2017-01-08 11:22:50 +00:00
parent b30c70e704
commit fdba1b264f
903 changed files with 932 additions and 934 deletions

View File

@@ -33,7 +33,7 @@ import com.l2jmobius.gameserver.model.L2World;
import com.l2jmobius.gameserver.model.TradeItem;
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
import com.l2jmobius.gameserver.model.holders.SellBuffHolder;
import com.l2jmobius.gameserver.network.client.L2GameClient;
import com.l2jmobius.gameserver.network.L2GameClient;
public class OfflineTradersTable
{

View File

@@ -1171,7 +1171,7 @@ public final class SkillTreesData implements IGameXmlReader
switch (skillType)
{
case CLASS:
sl = getClassSkill(id, lvl, player.getClassId());
sl = getClassSkill(id, lvl, player.getClassId());
break;
case TRANSFORM:
sl = getTransformSkill(id, lvl);