Skip to content

Commit

Permalink
Arregle el crash del paquete de clanes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolftein committed Jul 27, 2021
1 parent f5eb82b commit ec04c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODIGO/Protocol.bas
Original file line number Diff line number Diff line change
Expand Up @@ -6342,7 +6342,7 @@ Private Sub HandleCharacterInfo()
.oro.Caption = "Oro: " & Reader.ReadInt32()
.Banco.Caption = "Banco: " & Reader.ReadInt32()

'.txtPeticiones.Text = Reader.ReadString8()
.txtPeticiones.Text = Reader.ReadString8()
.guildactual.Caption = "Clan: " & Reader.ReadString8()
.txtMiembro.Text = Reader.ReadString8()

Expand Down

0 comments on commit ec04c9d

Please sign in to comment.