Skip to content

Commit

Permalink
Update TableParser.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloTadeucci committed Feb 7, 2025
1 parent 251b75e commit 5e3fc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maple2.File.Parser/TableParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ public IEnumerable<JobTable> ParseJobTable() {
}
}

public IEnumerable<(int Id, MasteryUgcHousing)> ParseMasteryUgcHousing() {
public IEnumerable<(int Id, MasteryUgcHousing)> ParseMasteryUgcHousing() {
string xml = Sanitizer.RemoveEmpty(xmlReader.GetString(xmlReader.GetEntry("table/masteryugchousing.xml")));
var reader = XmlReader.Create(new StringReader(xml));
var data = masteryUgcHousingSerializer.Deserialize(reader) as MasteryUgcHousingRoot;
Expand Down

0 comments on commit 5e3fc2b

Please sign in to comment.