Parcourir la source

BETA: Small typo fixes in database_installer.sh.

MELERIX il y a 13 ans
Parent
commit
f66b2b0fb4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      L2J_DataPack_BETA/dist/tools/database_installer.sh

+ 2 - 2
L2J_DataPack_BETA/dist/tools/database_installer.sh

@@ -243,7 +243,7 @@ ls_install
 ls_upgrade(){
 clear
 echo ""
-echo "Upgrading structure of Community Server tables."
+echo "Upgrading structure of Login Server tables."
 echo ""
 for file in $(ls ../sql/login/updates/*.sql);do
 	$MYL --force < $file 2>> ls_error.log
@@ -330,7 +330,7 @@ cs_install
 cs_upgrade(){
 clear
 echo ""
-echo "Upgrading structure of Game Server tables."
+echo "Upgrading structure of Community Server tables."
 echo ""
 for file in $(ls ../sql/community/updates/*sql);do
 	$MYC --force < $file 2>> cs_error.log