
alter table spawn_location_placement add column respawn_offset_low int(10) signed not null default 0 after respawn; alter table spawn_location_placement add column respawn_offset_high int(10) signed not null default 0 after respawn_offset_low;
alter table spawn_location_placement add column respawn_offset_low int(10) signed not null default 0 after respawn; alter table spawn_location_placement add column respawn_offset_high int(10) signed not null default 0 after respawn_offset_low;