WynnCustom Item Display Fix (#228)

displaysq2ExpandedItem is undefined. Replacing it with displayExpandedItem (defined in display.js) works.
This commit is contained in:
Bitlet 2022-10-18 18:06:07 +02:00 committed by GitHub
parent 73bc5e469e
commit 22db760aa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,7 @@ function calculateCustom() {
player_custom_item.setHash(custom_str);
displaysq2ExpandedItem(player_custom_item.statMap, "custom-stats");
displayExpandedItem(player_custom_item.statMap, "custom-stats");
}catch (error) {
//The error elements no longer exist in the page. Add them back if needed.