aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2008-10-10 12:19:38 -0500
committerXTZGZoReX <none@none>2008-10-10 12:19:38 -0500
commitded2714f89267e10b99ba725353afefe37b71645 (patch)
tree0ff89e2ab923ff1d1bad18806964d67d16c4ffdb /sql
parent93e301236532048323d40c6ec1cddf9c1ddced92 (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')
-rw-r--r--sql/Makefile.am4
-rw-r--r--sql/tools/README10
-rw-r--r--sql/world.sql (renamed from sql/mangos.sql)0
3 files changed, 6 insertions, 8 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
diff --git a/sql/tools/README b/sql/tools/README
index de60305cece..83558cda7f0 100644
--- a/sql/tools/README
+++ b/sql/tools/README
@@ -1,10 +1,8 @@
-= MaNGOS -- README =
+= Trinity Core -- Database cleanup tools =
-Copyright (c) 2005-2008 MaNGOS <http://www.mangosproject.org/>
+Copyright (C) Trinity Core (http://www.trinitycore.org)
See the COPYING file for copying conditions.
-== Database tools ==
-This folder contains SQL files which can be used for cleanup DB from corrupted or outdated data in safe way.
-This tools must be used _only_ when mangos server stopped.
-But you can safely use its any times while server shutdown.
+These tools can be used to clean a corrupted database. They
+should only be used when the sevrer is CLOSED. \ No newline at end of file
diff --git a/sql/mangos.sql b/sql/world.sql
index 7692f776c65..7692f776c65 100644
--- a/sql/mangos.sql
+++ b/sql/world.sql