Skip to content

Commit

Permalink
Halo Combat Evolved - close #1
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwrtank18 committed Jul 31, 2024
1 parent 5bb5649 commit bdaf215
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions umskt.db
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ INSERT INTO ChannelRanges VALUES(301,97,301,320,'Bypasses activation, 185 day ev
INSERT INTO ChannelRanges VALUES(302,98,291,300,NULL);
INSERT INTO ChannelRanges VALUES(303,99,301,320,'Bypasses activation, 185 day eval. period');
INSERT INTO ChannelRanges VALUES(304,100,640,699,NULL);
INSERT INTO ChannelRanges VALUES(305,101,35,39,NULL);
CREATE TABLE IF NOT EXISTS "BINKs"
(
ID INTEGER
Expand Down Expand Up @@ -356,6 +357,7 @@ INSERT INTO BINKs VALUES(110,97,'33');
INSERT INTO BINKs VALUES(111,98,'32');
INSERT INTO BINKs VALUES(112,99,'33');
INSERT INTO BINKs VALUES(113,100,'2E');
INSERT INTO BINKs VALUES(114,101,'50');
CREATE TABLE IF NOT EXISTS "SerialRanges"
(
ID INTEGER
Expand Down Expand Up @@ -520,11 +522,12 @@ INSERT INTO products VALUES(97,'Windows XP','Starter Edition','Evaluation','SP2'
INSERT INTO products VALUES(98,'Windows XP','Starter Edition','OEM-COA','SP3',NULL,'x86');
INSERT INTO products VALUES(99,'Windows XP','Starter Edition','Evaluation','SP3',NULL,'x86');
INSERT INTO products VALUES(100,'Windows Fundamentals for Legacy PC''s',NULL,'Volume','SP2',NULL,'x86');
INSERT INTO products VALUES(101,'Halo: Combat Evolved',NULL,'Retail','RTM',NULL,'x86');
DELETE FROM sqlite_sequence;
INSERT INTO sqlite_sequence VALUES('BINKs',113);
INSERT INTO sqlite_sequence VALUES('ChannelRanges',304);
INSERT INTO sqlite_sequence VALUES('BINKs',114);
INSERT INTO sqlite_sequence VALUES('ChannelRanges',305);
INSERT INTO sqlite_sequence VALUES('SerialRanges',54);
INSERT INTO sqlite_sequence VALUES('products',100);
INSERT INTO sqlite_sequence VALUES('products',101);
CREATE VIEW FullView as
WITH NotesCTE AS (
SELECT
Expand Down

0 comments on commit bdaf215

Please sign in to comment.