Skip to content

Commit

Permalink
Merge pull request #407 from ao-org/Quest-segun-idioma
Browse files Browse the repository at this point in the history
Update Recursos.bas
  • Loading branch information
RecoX authored Dec 20, 2024
2 parents d54d4fa + ceb6a7f commit a1cbd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODIGO/Recursos.bas
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ Continue:
Case e_language.Spanish
QuestList(Hechizo).nombre = Leer.GetValue("QUEST" & Hechizo, "NOMBRE")
QuestList(Hechizo).desc = Leer.GetValue("QUEST" & Hechizo, "DESC")
QuestList(Hechizo).DescFinal = Leer.GetValue("QUEST" & Hechizo, "DESCFINAL"))
QuestList(Hechizo).DescFinal = Leer.GetValue("QUEST" & Hechizo, "DESCFINAL")
End Select

QuestList(Hechizo).NextQuest = Leer.GetValue("QUEST" & Hechizo, "NEXTQUEST")
Expand Down

0 comments on commit a1cbd87

Please sign in to comment.