Support for auction house discount vouchers.

Contributed by ren.
This commit is contained in:
MobiusDevelopment
2021-01-18 14:59:04 +00:00
parent 5c6c70af8f
commit fddbe953ff
68 changed files with 1768 additions and 289 deletions

View File

@@ -5,5 +5,6 @@ CREATE TABLE IF NOT EXISTS `commission_items` (
`price_per_unit` BIGINT NOT NULL,
`start_time` TIMESTAMP NOT NULL,
`duration_in_days` TINYINT NOT NULL,
`discount_in_percentage` TINYINT NOT NULL,
PRIMARY KEY (`commission_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;