瀏覽代碼

BETA/STABLE: Just a Cosmetic Improvement.

MELERIX 14 年之前
父節點
當前提交
76a8684c0c

+ 0 - 0
L2J_DataPack_BETA/tools/community_install.sql → L2J_DataPack_BETA/tools/cs_cleanup.sql


+ 3 - 3
L2J_DataPack_BETA/tools/database_installer.bat

@@ -393,7 +393,7 @@ call :colors 17
 set cmdline=
 title L2JDP Installer - Login Server DataBase Setup - Full Install
 echo Deleting loginserver tables for new content.
-set cmdline="%mysqlPath%" -h %lshost% -u %lsuser% --password=%lspass% -D %lsdb% ^< login_install.sql 2^> NUL
+set cmdline="%mysqlPath%" -h %lshost% -u %lsuser% --password=%lspass% -D %lsdb% ^< ls_cleanup.sql 2^> NUL
 %cmdline%
 if not %ERRORLEVEL% == 0 goto omfg
 set full=1
@@ -526,7 +526,7 @@ call :colors 17
 set cmdline=
 title L2JDP Installer - Community Board Server DataBase Setup - Full Install
 echo Deleting communityserver tables for new content.
-set cmdline="%mysqlPath%" -h %cbhost% -u %cbuser% --password=%cbpass% -D %cbdb% ^< community_install.sql 2^> NUL
+set cmdline="%mysqlPath%" -h %cbhost% -u %cbuser% --password=%cbpass% -D %cbdb% ^< cs_cleanup.sql 2^> NUL
 %cmdline%
 if not %ERRORLEVEL% == 0 goto omfg
 set full=1
@@ -665,7 +665,7 @@ set stage=9
 set cmdline=
 title L2JDP Installer - Game Server DataBase Setup - Full Install
 echo Deleting all gameserver tables for new content...
-set cmdline="%mysqlPath%" -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% ^< full_install.sql 2^> NUL
+set cmdline="%mysqlPath%" -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% ^< gs_cleanup.sql 2^> NUL
 %cmdline%
 if not %ERRORLEVEL% == 0 goto omfg
 set full=1

+ 3 - 3
L2J_DataPack_BETA/tools/database_installer.sh

@@ -208,7 +208,7 @@ esac
 
 logininstall(){
 echo "Deleting loginserver tables for new content."
-$MYL < login_install.sql
+$MYL < ls_cleanup.sql
 }
 
 loginupgrade(){
@@ -321,7 +321,7 @@ esac
 
 fullcbinstall(){
 echo "Deleting all communityserver tables for new content."
-$MYC < community_install.sql
+$MYC < cs_cleanup.sql
 }
 
 upgradecbinstall(){
@@ -343,7 +343,7 @@ newbie_helper_cb
 fullinstall(){
 clear
 echo "Deleting all gameserver tables for new content."
-$MYG < full_install.sql
+$MYG < gs_cleanup.sql
 }
 
 upgradeinstall(){

+ 0 - 0
L2J_DataPack_BETA/tools/full_install.sql → L2J_DataPack_BETA/tools/gs_cleanup.sql


+ 0 - 0
L2J_DataPack_BETA/tools/login_install.sql → L2J_DataPack_BETA/tools/ls_cleanup.sql