Set best character pfp

This commit is contained in:
xeon 2024-02-11 02:39:36 +03:00
parent 50c6dc5d84
commit 6ee5273c67

View file

@ -35,6 +35,12 @@ internal class PlayerInfoController : Controller
Key = (int)PlayerAttrKey.Level, Key = (int)PlayerAttrKey.Level,
ValueType = (int)PlayerAttrType.Int32, ValueType = (int)PlayerAttrType.Int32,
Int32Value = 10 Int32Value = 10
},
new PlayerAttr
{
Key = (int)PlayerAttrKey.HeadPhoto,
ValueType = (int)PlayerAttrType.Int32,
Int32Value = 1601
} }
} }
}; };