diff options
| author | Brian <runningnak3d@gmail.com> | 2010-07-21 12:13:23 -0600 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-07-21 12:13:23 -0600 |
| commit | 4320b1090166f05ee888400a6975b7288a86cba8 (patch) | |
| tree | 698bf6ebfbb905043e6f2d0c253d5899e28ee7ea /sql/base/characters_database.sql | |
| parent | 5995a8ec1d356cba24a62661616c04a058c251a2 (diff) | |
* Implement the ability to delete characters without them being removed from
* the DB, so they can be unerased
* Original patch by DasBlub
* Ported to Trinty by Az@zel
--HG--
branch : trunk
Diffstat (limited to 'sql/base/characters_database.sql')
| -rw-r--r-- | sql/base/characters_database.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index 6ec8cd968e9..4dc67ef97a1 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -392,6 +392,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 NULL, + `deleteInfos_Name` varchar(12) default NULL, + `deleteDate` bigint(20) default NULL, PRIMARY KEY (`guid`), KEY `idx_account` (`account`), KEY `idx_online` (`online`), |
