mirror of
https://github.com/correl/mage.git
synced 2025-04-05 09:12:29 -09:00
custom avatar for "Alive"
This commit is contained in:
parent
b5b96e7ec1
commit
444341dee9
2 changed files with 2 additions and 0 deletions
Mage.Client/src/main/resources/avatars/special
Mage.Server/src/main/java/mage/server
BIN
Mage.Client/src/main/resources/avatars/special/14.gif
Normal file
BIN
Mage.Client/src/main/resources/avatars/special/14.gif
Normal file
Binary file not shown.
After ![]() (image error) Size: 7.2 KiB |
|
@ -121,6 +121,8 @@ public class Session {
|
|||
userData.setAvatarId(1010);
|
||||
} else if (userName.equals("loki")) {
|
||||
userData.setAvatarId(1012);
|
||||
} else if (userName.equals("Alive")) {
|
||||
userData.setAvatarId(1014);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue