aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-03-26 18:23:05 +0100
committerNay <dnpd.dd@gmail.com>2012-03-26 18:23:05 +0100
commit8d7f184ee6a62c1f976abfaa5a570412be98a29d (patch)
treefc9a2647fdbd1308e92d42dfb2d1617efa17f271
parent89f31f3cba1d4ca0034e56ca771c6d755cc1d714 (diff)
DB/Auth: Update auth_database.sql with recent changes
-rw-r--r--sql/base/auth_database.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index c80bebdac39..305ba679bf2 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -194,7 +194,7 @@ CREATE TABLE `realmlist` (
`address` varchar(32) NOT NULL DEFAULT '127.0.0.1',
`port` int(11) NOT NULL DEFAULT '8085',
`icon` tinyint(3) unsigned NOT NULL DEFAULT '0',
- `color` tinyint(3) unsigned NOT NULL DEFAULT '2',
+ `flag` tinyint(3) unsigned NOT NULL DEFAULT '2',
`timezone` tinyint(3) unsigned NOT NULL DEFAULT '0',
`allowedSecurityLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`population` float unsigned NOT NULL DEFAULT '0',
@@ -250,4 +250,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
--- Dump completed on 2012-03-25 21:05:26
+-- Dump completed on 2012-03-26 18:21:51