add_harvesting.sql 193 B

1234
  1. ALTER TABLE `curstats`
  2. ADD IF NOT EXISTS `harvesting` tinyint(3) UNSIGNED NOT NULL DEFAULT 1;
  3. ALTER TABLE `experience`
  4. ADD IF NOT EXISTS `harvesting` int(9) UNSIGNED NOT NULL DEFAULT 0;