Stanzilla / WoWUIBugs

World of Warcraft UI Bug Tracker
153 stars 7 forks source link

C_Trophy functions no longer work #458

Open teelolws opened 11 months ago

teelolws commented 11 months ago

Earliest reports I've seen were start of Dragonflight: https://us.forums.blizzard.com/en/wow/t/garrison-monuments-cannot-be-changedbugged-possibly-new-ui-related/1386572

Here I already have a monument selected from an earlier patch: image

But the UI shows "Empty", and C_Trophy.MonumentGetSelectedTrophyID() returns 0.

Further, trying to clear the monument by calling C_Trophy.MonumentChangeAppearanceToTrophyID(0) and C_Trophy.MonumentSaveSelection(0) does nothing either.

C_Trophy.MonumentGetCount() returns 0 when I should have a few options.

The whole C_Trophy table seems to be broken, aside from C_Trophy.MonumentCloseMonumentUI().