Fixed string name and value matching in table during gift upgrade.

This commit is contained in:
23rd
2025-12-13 08:02:43 +03:00
committed by John Preston
parent a027284826
commit 56927d2780
2 changed files with 3 additions and 3 deletions

View File

@@ -503,7 +503,7 @@ void AddUniqueGiftPropertyRows(
unique->pattern,
showRarity,
spinner,
backdrops,
patterns,
SpinnerState::FinishedPattern),
margin);
AddTableRow(
@@ -514,7 +514,7 @@ void AddUniqueGiftPropertyRows(
unique->backdrop,
showRarity,
spinner,
patterns,
backdrops,
SpinnerState::FinishedBackdrop),
margin);
}