fix : playerID == hashkey 통일 / long => int로 변경
This commit is contained in:
@@ -125,7 +125,7 @@ public class PlayerInfo
|
||||
public class DummyAccTokenPacket
|
||||
{
|
||||
[ProtoMember(1)]
|
||||
public long Token
|
||||
public int Token
|
||||
{
|
||||
get;
|
||||
set;
|
||||
@@ -533,7 +533,7 @@ public enum PartyUpdateType
|
||||
public class UpdatePartyPacket
|
||||
{
|
||||
[ProtoMember(1)]
|
||||
public int PartyId
|
||||
public long PartyId
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
||||
Reference in New Issue
Block a user