Removed old Interlude branch.

This commit is contained in:
MobiusDevelopment
2019-07-27 17:53:37 +00:00
parent f72cfd90c0
commit 6b4aa4fea8
17511 changed files with 0 additions and 1039616 deletions

View File

@@ -1,22 +0,0 @@
@echo off
title SQL Account Manager
color 17
java -version:1.8 -Djava.util.logging.config.file=console.cfg -cp ./../libs/* org.l2jmobius.tools.accountmanager.SQLAccountManager
if %errorlevel% == 0 (
echo.
echo Execution successful
echo.
) else (
echo.
echo An error has occurred while running the L2J Account Manager!
echo.
echo Possible reasons for this to happen:
echo.
echo - Missing .jar files or ../libs directory.
echo - MySQL server not running or incorrect MySQL settings:
echo check ./config/loginserver.ini
echo - Wrong data types or values out of range were provided:
echo specify correct values for each required field
echo.
)
pause