1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-11-08 09:08:40 +00:00
This commit is contained in:
exane
2015-06-27 17:33:36 +02:00
parent 346f8968d7
commit f68dae1532
2 changed files with 1 additions and 47 deletions

View File

@@ -70,7 +70,7 @@ var User = (function(){
}
r.getDeck = function() {
return this._deck || "northern_realm";
return this._deck || "northern";
}
r.addRoom = function(room) {