Resike / Z-Perl

World of Warcaft unitframe addon
https://www.curseforge.com/wow/addons/zperl
GNU General Public License v3.0
23 stars 21 forks source link

Fix for player watched reputation [Fixes #159] #164

Closed KyrosKrane closed 3 months ago

KyrosKrane commented 3 months ago

Replace GetWatchedFactionInfo() with C_Reputation.GetWatchedFactionData() where necessary and clean up upvalues. Fixes #159.

KyrosKrane commented 3 months ago

I don't have access to Classic or Cata Classic servers, so I can't validate this works there. But the logic should work on any current WoW environment, and be forward compatible for when Blizz switches the functions to the new namespaced variants on other WoW flavors in the future.