EQ2EMu/DB/updates/holiday_flag_updates.sql
2020-07-09 22:49:06 -04:00

2 lines
No EOL
166 B
SQL

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