Skip to content

Commit

Permalink
[Locale] Fix up installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Jun 25, 2020
1 parent 22a9020 commit 46300f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions InstallDatabases.bat
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,8 @@ if %WDBUpdate% == YES goto patchWorld:
if %RDBUpdate% == YES goto PatchRealm:
:done3

if %LOCList% == YES goto PrepLoc:

:LocWorldDB
if %locFR% == YES goto LoadFR:

Expand Down Expand Up @@ -938,6 +940,19 @@ echo %colReset% - Please review the messages above to ensure no errors occurred.
echo.
goto theend:

:PrepLoc
echo %colWhiteBold%_______________________________________________________________________________
echo %colWhiteDarkYellow%^| ^|
echo ^| ^|
echo ^| Preparing Localisation files ^|
echo ^| ^|
echo ^|_____________________________________________________________________________^|%colReset%
echo.

%mysql%mysql -q -s -h %svr% --user=%user% --password=%pass% --port=%port% %wdb% < Translations\1_LocaleTablePrepare.sql
goto LocWorldDB:


:LoadFR
echo %colWhiteBold%_______________________________________________________________________________
echo %colWhiteDarkYellow%^| ^|
Expand Down

0 comments on commit 46300f1

Please sign in to comment.