[Classic] Boat to Talking Island.
This commit is contained in:
@@ -21,6 +21,7 @@ package vehicles;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import com.l2jserver.Config;
|
||||
import com.l2jserver.gameserver.ThreadPoolManager;
|
||||
import com.l2jserver.gameserver.enums.ChatType;
|
||||
import com.l2jserver.gameserver.instancemanager.BoatManager;
|
||||
@@ -167,6 +168,11 @@ public class BoatRunePrimeval implements Runnable
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
if (Config.SERVER_CLASSIC_SUPPORT)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
final L2BoatInstance boat = BoatManager.getInstance().getNewBoat(5, 34381, -37680, -3610, 40785);
|
||||
if (boat != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user