Skip to content

Commit

Permalink
[9697] Include changes from [9692] to characters.sql
Browse files Browse the repository at this point in the history
mangos.sql part already updated.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
Splinter authored and VladimirMangos committed Apr 8, 2010
1 parent d8e0e3b commit c56f660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/characters.sql
Expand Up @@ -1414,7 +1414,7 @@ CREATE TABLE `mail` (
`sender` int(11) unsigned NOT NULL default '0' COMMENT 'Character Global Unique Identifier',
`receiver` int(11) unsigned NOT NULL default '0' COMMENT 'Character Global Unique Identifier',
`subject` longtext,
`itemTextId` int(11) unsigned NOT NULL default '0',
`body` longtext,
`has_items` tinyint(3) unsigned NOT NULL default '0',
`expire_time` bigint(40) NOT NULL default '0',
`deliver_time` bigint(40) NOT NULL default '0',
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 "9696"
#define REVISION_NR "9697"
#endif // __REVISION_NR_H__

0 comments on commit c56f660

Please sign in to comment.