mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[0104] Fix characters.sql
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
a7bf0fe70b
commit
8749c2af3f
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0103"
|
||||
#define REVISION_NR "0104"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue