mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
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:
parent
15df9c9586
commit
6e5acee2dc
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@ public class Session {
|
|||
return 1018;
|
||||
case "Bandit":
|
||||
return 1020;
|
||||
case "Wehk":
|
||||
return 66;
|
||||
}
|
||||
return 51;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue