Skip to content

Commit

Permalink
Update in script.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar-rgon committed Sep 25, 2019
1 parent a220c85 commit c893a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sql/script.sql
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ INSERT INTO KF2DATABASE.MAPS(ID, CODE, OFFICIAL, URL_INFO, URL_PHOTO, DOWNLOADED
-----------------------------------
-- PROFILES
-----------------------------------
INSERT INTO KF2DATABASE.PROFILES(ID, NAME, ID_LANGUAGE, ID_GAMETYPE, ID_MAP, ID_DIFFICULTY, ID_LENGTH, ID_MAXPLAYERS, SERVER_NAME, WEB_PORT, GAME_PORT, QUERY_PORT) VALUES(1000, 'Default', 1, 1000, 1000, 1000, 1000, 1000, 'Killing Floor 2 Server', 8080, 7777, 27015);
INSERT INTO KF2DATABASE.PROFILES(ID, NAME, ID_LANGUAGE, ID_GAMETYPE, ID_MAP, ID_DIFFICULTY, ID_LENGTH, ID_MAXPLAYERS, SERVER_NAME, WEB_PORT, GAME_PORT, QUERY_PORT) VALUES(1000, 'Default', 1, 1000, 1000, 1000, 1000, 1006, 'Killing Floor 2 Server', 8080, 7777, 27015);

-----------------------------------
-- PROFILES_MAPS
Expand Down

0 comments on commit c893a2a

Please sign in to comment.