mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[9769] Fixed typo in characters.sql.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
9a30dbac89
commit
6f08da7cba
2 changed files with 2 additions and 3 deletions
|
|
@ -256,10 +256,9 @@ CREATE TABLE `characters` (
|
||||||
`ammoId` int(10) UNSIGNED NOT NULL default '0',
|
`ammoId` int(10) UNSIGNED NOT NULL default '0',
|
||||||
`knownTitles` longtext,
|
`knownTitles` longtext,
|
||||||
`actionBars` tinyint(3) UNSIGNED NOT NULL default '0',
|
`actionBars` tinyint(3) UNSIGNED NOT NULL default '0',
|
||||||
`deleteInfos_Account` int(11) UNSIGNED default,
|
`deleteInfos_Account` int(11) UNSIGNED default NULL,
|
||||||
`deleteInfos_Name` varchar(12) default NULL,
|
`deleteInfos_Name` varchar(12) default NULL,
|
||||||
`deleteDate` bigint(20) default NULL,
|
`deleteDate` bigint(20) default NULL,
|
||||||
|
|
||||||
PRIMARY KEY (`guid`),
|
PRIMARY KEY (`guid`),
|
||||||
KEY `idx_account` (`account`),
|
KEY `idx_account` (`account`),
|
||||||
KEY `idx_online` (`online`),
|
KEY `idx_online` (`online`),
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9768"
|
#define REVISION_NR "9769"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue