From a9740b9ef7ef876b9c6100cc2af8b4fcb2ccb6bb Mon Sep 17 00:00:00 2001 From: p0wer Date: Tue, 22 Dec 2009 19:36:58 -0600 Subject: * 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 --- sql/realmd.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql') 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` -- cgit v1.2.3