1
0
Fork 0
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:
magenoxx 2011-09-10 11:17:18 +04:00
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

Binary file not shown.

After

(image error) Size: 7.2 KiB

View file

@ -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);
}
}