Moved GameServer and LoginServer jar files to libs folder.

This commit is contained in:
MobiusDev
2018-04-30 23:48:05 +00:00
parent 08cad62944
commit a075c54c72
86 changed files with 103 additions and 183 deletions

View File

@@ -1,7 +1,7 @@
@echo off
title SQL Account Manager
color 17
java -version:1.8 -Djava.util.logging.config.file=console.cfg -cp ./../libs/*;LoginServer.jar com.l2jmobius.tools.accountmanager.SQLAccountManager
java -version:1.8 -Djava.util.logging.config.file=console.cfg -cp ./../libs/* com.l2jmobius.tools.accountmanager.SQLAccountManager
if %errorlevel% == 0 (
echo.
echo Execution successful