Avatar test

Testing access to a "normal" avatar that is not added to "available_avatars". Can't test name cases in local build.
This commit is contained in:
Wehk 2015-07-06 21:53:22 +02:00
parent 15df9c9586
commit 6e5acee2dc

View file

@ -181,6 +181,8 @@ public class Session {
return 1018;
case "Bandit":
return 1020;
case "Wehk":
return 66;
}
return 51;
}