Skip to content

Commit

Permalink
Adjust username/password on d2g test
Browse files Browse the repository at this point in the history
  • Loading branch information
arves100 committed Apr 1, 2024
1 parent ec9ee17 commit b81d4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Direct2Game/Direct2GameTest/d2gtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
#define SAMPLE_GAMEID 0
#define SAMPLE_PARTERCODE 0
#define SAMPLE_NAMESPACEID 1
#define LOCAL_PLAYER_UNIQUENICK "D2GTest02"
#define LOCAL_PLAYER_PASSWORD "IGcash01"
#define LOCAL_PLAYER_UNIQUENICK "spyguy"
#define LOCAL_PLAYER_PASSWORD "0000"
#define GAME_ID 0
#define GAME_CATALOG_REGION L"en"
#define GAME_CATALOG_VERSION 0 // stands for the default version
Expand Down

0 comments on commit b81d4f8

Please sign in to comment.