Add default head icons for the player

This commit is contained in:
Melledy
2025-11-19 03:45:54 -08:00
parent 207a1e25d4
commit c97300f98a
2 changed files with 8 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ public class Player implements GameDatabaseObject {
this.name = name;
this.signature = "";
this.gender = gender;
this.headIcon = 101;
this.headIcon = gender ? 101 : 102;
this.skinId = 10301;
this.titlePrefix = 1;
this.titleSuffix = 2;