Fix avatar trial status being saved to the database

This commit is contained in:
KingRainbow44
2023-04-20 00:22:29 -04:00
parent de19116191
commit a53328346a
2 changed files with 1 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ public class Avatar {
@Getter @Setter private int fromParentQuestId = 0;
// so far no outer class or prop value has information of this, but from packet:
// 1 = normal, 2 = trial avatar
@Getter @Setter private int avatarType = Type.NORMAL.getNumber();
@Transient @Getter @Setter private int avatarType = Type.NORMAL.getNumber();
@Deprecated // Do not use. Morhpia only!
public Avatar() {