From 4320b1090166f05ee888400a6975b7288a86cba8 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 21 Jul 2010 12:13:23 -0600 Subject: * 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 --- sql/base/characters_database.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sql/base/characters_database.sql') 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`), -- cgit v1.2.3