Custom avatar for "Rahan"

This commit is contained in:
magenoxx 2011-09-21 13:46:04 +04:00
parent a4fd5e6fb7
commit 5978d57298
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View file

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