[0104] Fix characters.sql

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-16 18:45:47 +02:00 committed by Antz
parent a7bf0fe70b
commit 8749c2af3f
2 changed files with 2 additions and 1 deletions

View file

@ -255,6 +255,7 @@ CREATE TABLE `characters` (
`equipmentCache` longtext,
`knownTitles` longtext,
`actionBars` tinyint(3) UNSIGNED NOT NULL default '0',
`slot` tinyint(3) unsigned NOT NULL DEFAULT '255',
`deleteInfos_Account` int(11) UNSIGNED default NULL,
`deleteInfos_Name` varchar(12) default NULL,
`deleteDate` bigint(20) unsigned default NULL,

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0103"
#define REVISION_NR "0104"
#endif // __REVISION_NR_H__