Skip to content

Commit

Permalink
[9769] Fixed typo in characters.sql.
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
Electros authored and VladimirMangos committed Apr 21, 2010
1 parent 4bc0e7f commit fa987d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions sql/characters.sql
Expand Up @@ -256,10 +256,9 @@ CREATE TABLE `characters` (
`ammoId` int(10) UNSIGNED NOT NULL default '0',
`knownTitles` longtext,
`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,
`deleteDate` bigint(20) default NULL,

PRIMARY KEY (`guid`),
KEY `idx_account` (`account`),
KEY `idx_online` (`online`),
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9768"
#define REVISION_NR "9769"
#endif // __REVISION_NR_H__

0 comments on commit fa987d6

Please sign in to comment.