Add HeadFrame (Namecard)

This commit is contained in:
alt 2024-02-11 16:36:04 +07:00 committed by GitHub
parent 6ee5273c67
commit 4e5f873003
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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