From 239d480487e24294975f35ed55f210837ad1088e Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 3 Nov 2014 08:10:26 -0200 Subject: Introducing 2014-10-22, Roulette and Per-Char Gender! Details in http://hercules.ws/board/topic/7618-2014-10-22-roulette-and-per-char-gender/ Special Thanks to the all-mighty Yommy, Ziu and Haruna! Signed-off-by: shennetsind --- sql-files/main.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql-files/main.sql') diff --git a/sql-files/main.sql b/sql-files/main.sql index 934b406a8..cca81c66d 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -175,6 +175,7 @@ CREATE TABLE IF NOT EXISTS `char` ( `font` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0', `unban_time` INT(11) UNSIGNED NOT NULL DEFAULT '0', `uniqueitem_counter` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0', + `sex` ENUM('M','F','U') NOT NULL DEFAULT 'U', PRIMARY KEY (`char_id`), UNIQUE KEY `name_key` (`name`), KEY `account_id` (`account_id`), -- cgit v1.2.3-60-g2f50