Set best character pfp
This commit is contained in:
parent
50c6dc5d84
commit
6ee5273c67
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue