Skip to content

Commit

Permalink
Porting dbZero commit:
Browse files Browse the repository at this point in the history
Commit: 46300f1d5b14a9ff7d27de0b3efdeb3889e59f39 [46300f1]
Parents: 22a9020cab
Author: Antz <billy1arm@users.noreply.github.com>
Date: Thursday, June 25, 2020 11:32:38 AM
Committer: Antz
[Locale] Fix up installation script
  • Loading branch information
Pysis868 committed Jun 26, 2020
1 parent 40af4a1 commit 95b4bdd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions InstallDatabases.bat
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,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 @@ -982,6 +984,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 95b4bdd

Please sign in to comment.