mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
Fix some whitespace errors. Corrected account_access 'id' type.
--HG-- branch : trunk
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
--
|
||||
|
||||
CREATE TABLE `account_access` (
|
||||
`id` bigint(20) unsigned NOT NULL,
|
||||
`id` int(11) unsigned NOT NULL,
|
||||
`gmlevel` tinyint(3) unsigned NOT NULL,
|
||||
`RealmID` int(11) NOT NULL,
|
||||
PRIMARY KEY (`id`,`RealmID`)
|
||||
|
||||
Reference in New Issue
Block a user