Files
l2j_mobius/L2J_Mobius_Classic_3.0_TheKamael/dist/game/GeoDataConverter.bat
MobiusDevelopment 508df9c322 The Kamael branch.
2019-08-04 18:24:57 +00:00

7 lines
136 B
Batchfile

@echo off
title L2D geodata converter
java -Xmx512m -cp ./../libs/* org.l2jmobius.tools.geodataconverter.GeoDataConverter
pause