mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Custom avatar for "Rahan"
This commit is contained in:
parent
a4fd5e6fb7
commit
5978d57298
2 changed files with 2 additions and 0 deletions
BIN
Mage.Client/src/main/resources/avatars/special/16.gif
Normal file
BIN
Mage.Client/src/main/resources/avatars/special/16.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
|
@ -123,6 +123,8 @@ public class Session {
|
|||
userData.setAvatarId(1012);
|
||||
} else if (userName.equals("Alive")) {
|
||||
userData.setAvatarId(1014);
|
||||
} else if (userName.equals("Rahan")) {
|
||||
userData.setAvatarId(1016);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue