Compare commits
No commits in common. "6fc374af324a3d897bdd84ccbf1651d1b8b62ea3" and "ec7db3384db1f46a3ed0b2a6ed30f3d77cdfcc99" have entirely different histories.
6fc374af32
...
ec7db3384d
2 changed files with 1 additions and 7 deletions
|
@ -44,12 +44,6 @@ 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