Compare commits
5 commits
ec7db3384d
...
6fc374af32
Author | SHA1 | Date | |
---|---|---|---|
|
6fc374af32 | ||
|
c292baf580 | ||
|
e0cd311bfc | ||
|
092fd8df28 | ||
|
4e5f873003 |
2 changed files with 7 additions and 1 deletions
|
@ -44,6 +44,12 @@ internal class PlayerInfoController : Controller
|
||||||
Int32Value = 1402
|
Int32Value = 1402
|
||||||
},
|
},
|
||||||
new PlayerAttr
|
new PlayerAttr
|
||||||
|
{
|
||||||
|
Key = (int)PlayerAttrKey.HeadFrame,
|
||||||
|
ValueType = (int)PlayerAttrType.Int32,
|
||||||
|
Int32Value = 80060009
|
||||||
|
},
|
||||||
|
new PlayerAttr
|
||||||
{
|
{
|
||||||
Key = (int)PlayerAttrKey.Sex,
|
Key = (int)PlayerAttrKey.Sex,
|
||||||
ValueType = (int)PlayerAttrType.Int32,
|
ValueType = (int)PlayerAttrType.Int32,
|
||||||
|
|
|
@ -10,7 +10,7 @@ internal class FormationModel
|
||||||
|
|
||||||
public void Set(int[] roleIds)
|
public void Set(int[] roleIds)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < RoleIds.Length; i++)
|
for (int i = 0; i < roleIds.Length; i++)
|
||||||
{
|
{
|
||||||
RoleIds[i] = roleIds[i];
|
RoleIds[i] = roleIds[i];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue