aboutsummaryrefslogtreecommitdiff
path: root/sql/realmd.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/realmd.sql')
-rw-r--r--sql/realmd.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/realmd.sql b/sql/realmd.sql
index 41a1946cb1d..af983e72d30 100644
--- a/sql/realmd.sql
+++ b/sql/realmd.sql
@@ -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`)