diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-06 16:00:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-06 16:00:33 -0300 |
commit | fafc1246975e4e7306a6a1ff3adf10e9e77cc3af (patch) | |
tree | 32b5efbd178ee5385d32755afe89bd73de109b71 /sql-files | |
parent | d9d28a53089937750969b20635bcd042aea1f066 (diff) | |
download | serverdata-fafc1246975e4e7306a6a1ff3adf10e9e77cc3af.tar.gz serverdata-fafc1246975e4e7306a6a1ff3adf10e9e77cc3af.tar.bz2 serverdata-fafc1246975e4e7306a6a1ff3adf10e9e77cc3af.tar.xz serverdata-fafc1246975e4e7306a6a1ff3adf10e9e77cc3af.zip |
DelItemFromEveryPlayer can now be cast during script runtime; Not only at startup
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/main.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql index bafe3265d..a6e6c1a06 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -60,6 +60,7 @@ CREATE TABLE IF NOT EXISTS `acc_reg_str_db` ( -- Table structure for table `auction` -- +-- start_time end_time min_price(step) CREATE TABLE IF NOT EXISTS `auction` ( `auction_id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `seller_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', |