mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-15 13:54:51 +01:00
Add default head icons for the player
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user