summaryrefslogtreecommitdiff
path: root/sql-files/main.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/main.sql')
-rw-r--r--sql-files/main.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql
index 1a667c188..2e1663416 100644
--- a/sql-files/main.sql
+++ b/sql-files/main.sql
@@ -100,6 +100,7 @@ CREATE TABLE IF NOT EXISTS `char` (
`mother` int(11) unsigned NOT NULL default '0',
`child` int(11) unsigned NOT NULL default '0',
`fame` int(11) unsigned NOT NULL default '0',
+ `rename` SMALLINT(3) unsigned NOT NULL default '0',
PRIMARY KEY (`char_id`),
KEY `account_id` (`account_id`),
KEY `party_id` (`party_id`),