missing project/build files
[client-tools.git] / src / game / server / database / data / free_object_ids.sql
blob83d8f9a927e3835613f6f36f3d2513d530ab0dc5
1 delete from free_object_ids;
3 insert into free_object_ids (start_id)
4 select nvl(max(object_id)+1,10000001)
5 from objects;