Skip to content

Commit

Permalink
Merge pull request #166 from udw/fix/realm-build-info
Browse files Browse the repository at this point in the history
Fix warden check for trinitycore
  • Loading branch information
timkurvers authored Jul 27, 2016
2 parents b0272ff + 918534b commit ed44d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Config {
this.timezone = 0;

this.locale = 'enUS';
this.os = 'Mac';
this.os = 'Win';
this.platform = 'x86';

this.raw = new Raw(this);
Expand Down

0 comments on commit ed44d41

Please sign in to comment.