diff options
| author | XTZGZoReX <none@none> | 2008-10-10 12:19:38 -0500 |
|---|---|---|
| committer | XTZGZoReX <none@none> | 2008-10-10 12:19:38 -0500 |
| commit | ded2714f89267e10b99ba725353afefe37b71645 (patch) | |
| tree | 0ff89e2ab923ff1d1bad18806964d67d16c4ffdb /sql/Makefile.am | |
| parent | 93e301236532048323d40c6ec1cddf9c1ddced92 (diff) | |
[svn] * Changing text in various files to make it more Trinity Core-like, as well as fixing the grammar and understandability in certain files.
* Adding INSTALL file to root with Linux instructions.
* Renaming mangos.sql to world.sql until we figure another world database name (if we actually do, world seems fine to me).
* Updating config files with Trinity text instead of MaNGOS text.
--HG--
branch : trunk
Diffstat (limited to 'sql/Makefile.am')
| -rw-r--r-- | sql/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 782e9b61d21..f433e8fd2b6 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -28,7 +28,7 @@ pkgdatadir = $(datadir)/mangos/sql ## Files to be installed # Install basic SQL files to datadir pkgdata_DATA = \ - mangos.sql \ + world.sql \ realmd.sql \ characters.sql \ create_mysql.sql \ @@ -40,5 +40,5 @@ EXTRA_DIST = \ create_mysql.sql \ drop_mysql.sql \ characters.sql \ - mangos.sql \ + world.sql \ realmd.sql |
