holiday_flag_updates.sql 166 B

12
  1. alter table transporters add column holiday_flag int(10) unsigned not null default 0;
  2. alter table spawn add column holiday_flag int(10) unsigned not null default 0;