mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[0018] Typo
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
910e32bea6
commit
46052a6e55
3 changed files with 3 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ CREATE TABLE `account_access` (
|
|||
`gmlevel` tinyint(3) unsigned NOT NULL,
|
||||
`RealmID` int(11) NOT NULL DEFAULT '-1',
|
||||
PRIMARY KEY (`id`,`RealmID`)
|
||||
) ENGINE=MYISAM DEFAULT CHARSET=utf8;
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='account access system';
|
||||
|
||||
--
|
||||
-- Dumping data for table `account_access`
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ CREATE TABLE `account_access` (
|
|||
`gmlevel` tinyint(3) unsigned NOT NULL,
|
||||
`RealmID` int(11) NOT NULL DEFAULT '-1',
|
||||
PRIMARY KEY (`id`,`RealmID`)
|
||||
) ENGINE=MYISAM DEFAULT CHARSET=utf8;
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='account access system';
|
||||
|
||||
INSERT INTO `account_access` VALUES
|
||||
(1,3,-1),
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0017"
|
||||
#define REVISION_NR "0018"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue