Network related classes path organization.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user