Renderer/assets/DB/towns/createTown.sql
austin 3782145fb3
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
fix builds
2024-08-16 09:33:27 -04:00

7 lines
166 B
SQL

--positions
INSERT INTO townWorldPositions (townID,posX,posY) VALUES (0,10,10);
--data
INSERT INTO townData(townID,propName,propValue) VALUES(0,"name","someTown");