* 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
This commit is contained in:
p0wer
2009-12-22 19:36:58 -06:00
parent 9d99537268
commit a9740b9ef7

View File

@@ -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`