Update Noggit.sql, MapView.cpp, and 24 more files... | further work on project system

This commit is contained in:
Skarn
2022-03-12 23:07:56 +03:00
parent c7c6562645
commit b6e6bc1442
24 changed files with 776 additions and 653 deletions

View File

@@ -1,7 +1,7 @@
CREATE TABLE `UIDs` (
`MapId` int(11) NOT NULL,
`_map_id` int(11) NOT NULL,
`UID` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
ALTER TABLE `UIDs`
ADD PRIMARY KEY (`MapId`);
ADD PRIMARY KEY (`_map_id`);