[0017] Fix build error.

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-08 09:52:17 +02:00 committed by Antz
parent f8a7533a92
commit 910e32bea6
2 changed files with 2 additions and 2 deletions

View file

@ -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),

View file

@ -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__