Skip to content

Commit

Permalink
Merge pull request #380 from Temis-gt/Update-Herreria
Browse files Browse the repository at this point in the history
Ventana Herreria
  • Loading branch information
RecoX authored Aug 19, 2024
2 parents 5a93a77 + 202407b commit be6a300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODIGO/FrmSastre.frm
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ Private Sub lstArmas_Click()
List1.AddItem "Piel de Tigre"
List2.AddItem Obj.PielTigre

List1.AddItem "Piel Tigre Bengala"
List1.AddItem "Piel de Tigre Bengala"
List2.AddItem Obj.PielTigreBengala

Call Grh_Render_To_Hdc(picture1, Obj.GrhIndex, 0, 0)
Expand Down
4 changes: 2 additions & 2 deletions CODIGO/frmHerrero.frm
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ Private Sub lstArmas_Click()
List1.Clear
List2.Clear
List1.AddItem ("Lingote de hierro")
List1.AddItem ("Lingo de plata")
List1.AddItem ("Lingotes de Oro")
List1.AddItem ("Lingote de Plata")
List1.AddItem ("Lingote de Oro")
List1.AddItem ("Carbon")

If Index = 1 Then
Expand Down

0 comments on commit be6a300

Please sign in to comment.