remove_ironman.sql 135 B

1234
  1. ALTER TABLE `players`
  2. DROP IF EXISTS `iron_man`,
  3. DROP IF EXISTS `iron_man_restriction`,
  4. DROP IF EXISTS `hc_ironman_death`;