Add HeadFrame (Namecard)
This commit is contained in:
parent
6ee5273c67
commit
4e5f873003
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ internal class PlayerInfoController : Controller
|
|||
Key = (int)PlayerAttrKey.HeadPhoto,
|
||||
ValueType = (int)PlayerAttrType.Int32,
|
||||
Int32Value = 1601
|
||||
},
|
||||
new PlayerAttr
|
||||
{
|
||||
Key = (int)PlayerAttrKey.HeadFrame,
|
||||
ValueType = (int)PlayerAttrType.Int32,
|
||||
Int32Value = 80060009
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue