aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp0wer <none@none>2009-12-22 19:36:58 -0600
committerp0wer <none@none>2009-12-22 19:36:58 -0600
commita9740b9ef7ef876b9c6100cc2af8b4fcb2ccb6bb (patch)
tree6e3e992509ec72cffc7f8f355091b88f2c85ed40
parent9d99537268ef2de1367c42f962580bf33847949b (diff)
* Comment out adding accounts 1 2 and 3 to `account_access` since it is commented
* out in `account` as well. Thanks Sundark. --HG-- branch : trunk
-rw-r--r--sql/realmd.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/realmd.sql b/sql/realmd.sql
index 0e782eda71d..c87ae42ab37 100644
--- a/sql/realmd.sql
+++ b/sql/realmd.sql
@@ -30,10 +30,10 @@ CREATE TABLE `account_access` (
-- Content for table `account_access`
--
-INSERT INTO `account_access` (`id`, `gmlevel`, `RealmID`) VALUES
+/*INSERT INTO `account_access` (`id`, `gmlevel`, `RealmID`) VALUES
(1, 3, -1),
(2, 2, -1),
-(3, 1, -1);
+(3, 1, -1);*/
--
-- Table structure for table `account`