This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
L2j
/
l2j-server-game
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
MELERIX
14 년 전
부모
35fb899741
커밋
762cfbc3c8
81개의 변경된 파일
과
0개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
0
0
L2J_CommunityServer/.classpath
0
0
L2J_CommunityServer/.gcjbuilder
0
0
L2J_CommunityServer/.project
0
0
L2J_CommunityServer/.settings/org.eclipse.jdt.core.prefs
0
0
L2J_CommunityServer/.settings/org.eclipse.jdt.ui.prefs
0
0
L2J_CommunityServer/LICENSE.txt
0
0
L2J_CommunityServer/build.xml
0
0
L2J_CommunityServer/dist/startCommunityServer.bat
0
0
L2J_CommunityServer/dist/startCommunityServer.sh
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/Config.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Post.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/AuditFilter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/AuditFormatter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/ErrorFilter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java
0
0
L2J_CommunityServer/java/config/General.properties
0
0
L2J_CommunityServer/java/config/communityserver.properties
0
0
L2J_CommunityServer/java/config/telnet.properties
0
0
L2J_CommunityServer/java/console.cfg
0
0
L2J_CommunityServer/java/log.cfg
0
0
L2J_CommunityServer/launcher/Community.launch
0
0
L2J_CommunityServer/lib/c3p0-0.9.2-pre1.jar
0
0
L2J_CommunityServer/lib/c3p0_LICENSE.txt
0
0
L2J_CommunityServer/lib/javolution-5.5.1.jar
0
0
L2J_CommunityServer/lib/javolution_LICENSE.txt
0
0
L2J_CommunityServer/lib/mchange-commons-0.2.jar
0
0
L2J_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar
0
0
L2J_CommunityServer/lib/mysql-connector-java_LICENSE.txt
+ 0
- 0
L2_CommunityServer/.classpath → L2J_CommunityServer/.classpath
파일 보기
+ 0
- 0
L2_CommunityServer/.gcjbuilder → L2J_CommunityServer/.gcjbuilder
파일 보기
+ 0
- 0
L2_CommunityServer/.project → L2J_CommunityServer/.project
파일 보기
+ 0
- 0
L2_CommunityServer/.settings/org.eclipse.jdt.core.prefs → L2J_CommunityServer/.settings/org.eclipse.jdt.core.prefs
파일 보기
+ 0
- 0
L2_CommunityServer/.settings/org.eclipse.jdt.ui.prefs → L2J_CommunityServer/.settings/org.eclipse.jdt.ui.prefs
파일 보기
+ 0
- 0
L2_CommunityServer/LICENSE.txt → L2J_CommunityServer/LICENSE.txt
파일 보기
+ 0
- 0
L2_CommunityServer/build.xml → L2J_CommunityServer/build.xml
파일 보기
+ 0
- 0
L2_CommunityServer/dist/startCommunityServer.bat → L2J_CommunityServer/dist/startCommunityServer.bat
파일 보기
+ 0
- 0
L2_CommunityServer/dist/startCommunityServer.sh → L2J_CommunityServer/dist/startCommunityServer.sh
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/Config.java → L2J_CommunityServer/java/com/l2jserver/communityserver/Config.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java → L2J_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java → L2J_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java → L2J_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java → L2J_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java → L2J_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Post.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Post.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java → L2J_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/AuditFilter.java → L2J_CommunityServer/java/com/l2jserver/log/AuditFilter.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/AuditFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/AuditFormatter.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ErrorFilter.java → L2J_CommunityServer/java/com/l2jserver/log/ErrorFilter.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java → L2J_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java
파일 보기
+ 0
- 0
L2_CommunityServer/java/config/General.properties → L2J_CommunityServer/java/config/General.properties
파일 보기
+ 0
- 0
L2_CommunityServer/java/config/communityserver.properties → L2J_CommunityServer/java/config/communityserver.properties
파일 보기
+ 0
- 0
L2_CommunityServer/java/config/telnet.properties → L2J_CommunityServer/java/config/telnet.properties
파일 보기
+ 0
- 0
L2_CommunityServer/java/console.cfg → L2J_CommunityServer/java/console.cfg
파일 보기
+ 0
- 0
L2_CommunityServer/java/log.cfg → L2J_CommunityServer/java/log.cfg
파일 보기
+ 0
- 0
L2_CommunityServer/launcher/Community.launch → L2J_CommunityServer/launcher/Community.launch
파일 보기
+ 0
- 0
L2_CommunityServer/lib/c3p0-0.9.2-pre1.jar → L2J_CommunityServer/lib/c3p0-0.9.2-pre1.jar
파일 보기
+ 0
- 0
L2_CommunityServer/lib/c3p0_LICENSE.txt → L2J_CommunityServer/lib/c3p0_LICENSE.txt
파일 보기
+ 0
- 0
L2_CommunityServer/lib/javolution-5.5.1.jar → L2J_CommunityServer/lib/javolution-5.5.1.jar
파일 보기
+ 0
- 0
L2_CommunityServer/lib/javolution_LICENSE.txt → L2J_CommunityServer/lib/javolution_LICENSE.txt
파일 보기
+ 0
- 0
L2_CommunityServer/lib/mchange-commons-0.2.jar → L2J_CommunityServer/lib/mchange-commons-0.2.jar
파일 보기
+ 0
- 0
L2_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar → L2J_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar
파일 보기
+ 0
- 0
L2_CommunityServer/lib/mysql-connector-java_LICENSE.txt → L2J_CommunityServer/lib/mysql-connector-java_LICENSE.txt
파일 보기