mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
* 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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user