1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-12 17:00:08 -09:00

avatar for "loki"

This commit is contained in:
magenoxx 2011-09-08 13:50:59 +04:00
parent 33be6bd828
commit 8e9b6ac821
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: 76 KiB

View file

@ -119,6 +119,8 @@ public class Session {
userData.setAvatarId(1008);
} else if (userName.equals("Arching")) {
userData.setAvatarId(1010);
} else if (userName.equals("loki")) {
userData.setAvatarId(1012);
}
}