mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[0017] Fix build error.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
f8a7533a92
commit
910e32bea6
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ CREATE TABLE `account_access` (
|
||||||
`gmlevel` tinyint(3) unsigned NOT NULL,
|
`gmlevel` tinyint(3) unsigned NOT NULL,
|
||||||
`RealmID` int(11) NOT NULL DEFAULT '-1',
|
`RealmID` int(11) NOT NULL DEFAULT '-1',
|
||||||
PRIMARY KEY (`id`,`RealmID`)
|
PRIMARY KEY (`id`,`RealmID`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=MYISAM DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
INSERT INTO `account_access` VALUES
|
INSERT INTO `account_access` VALUES
|
||||||
(1,3,-1),
|
(1,3,-1),
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "0016"
|
#define REVISION_NR "0017"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue