Fixed Talking Island and Faeron Village scrolls of escape.
Dropped Batalion Zone due to lack of further development. Added Various missing syncs from L2jServer Ertheia.
This commit is contained in:
8
trunk/dist/tools/sql/game/commission_items.sql
vendored
Normal file
8
trunk/dist/tools/sql/game/commission_items.sql
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS `commission_items` (
|
||||
`commission_id` BIGINT NOT NULL AUTO_INCREMENT,
|
||||
`item_object_id` INT NOT NULL,
|
||||
`price_per_unit` BIGINT NOT NULL,
|
||||
`start_time` TIMESTAMP NOT NULL,
|
||||
`duration_in_days` TINYINT NOT NULL,
|
||||
PRIMARY KEY (`commission_id`)
|
||||
) ENGINE=InnoDB;
|
Reference in New Issue
Block a user