diff options
-rw-r--r-- | sql/realmd.sql | 4 |
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` |