View Single Post
12-20-22, 12:57 AM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,331
It looks like there are some functions that give an AffixID. Perhaps you can use C_ChallengeMode.GetAffixInfo() to build a reverse lookup table and store by that ID?

I seriously doubt the raw data the client gets from the server has the affixes sent as locale-dependent strings. It's more likely the API function does the localization itself rather than relying on the UI to do it.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote