1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

Semi-working attack service

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-30 20:02:19 -03:00
parent 52d4be0bf2
commit ae3007559f
61 changed files with 537 additions and 181 deletions

View File

@@ -1,4 +1,4 @@
jdbc.url = jdbc:h2:./data/database
jdbc.driver = org.h2.Driver
jdbc.url = jdbc:mysql://localhost/l2jserver2
jdbc.driver = com.mysql.jdbc.Driver
jdbc.username = l2j
jdbc.password = changeme