Removed OldSkinId field

This commit is contained in:
ErickSkrauch 2018-01-04 23:47:05 +03:00
parent 20b8e8da86
commit 6a489287ba
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
2 changed files with 0 additions and 2 deletions

View File

@ -88,7 +88,6 @@ func TestServices_HandleSkinChanged(t *testing.T) {
AccountId: 1,
Uuid: "cdb907ce-84f4-4c38-801d-1e287dca2623",
SkinId: 2,
OldSkinId: 1,
Hash: "f76caa016e07267a05b7daf9ebc7419c",
Is1_8: true,
IsSlim: false,

View File

@ -30,7 +30,6 @@ type SkinChanged struct {
AccountId int `json:"userId"`
Uuid string `json:"uuid"`
SkinId int `json:"skinId"`
OldSkinId int `json:"oldSkinId"`
Hash string `json:"hash"`
Is1_8 bool `json:"is1_8"`
IsSlim bool `json:"isSlim"`