Faction Reputation trigger has not all factions
Nightwarden24 opened this issue ยท 0 comments
Description
There are factions that are displayed in the player's reputation pane as a header, and at the same time have their own reputation. Examples:
- The Ember Court
- The Tillers
- The Anglers
- Horde Expedition
- Alliance Vanguard
- etc.
The Faction Reputation trigger doesn't contain those factions due to an incorrect condition in the Values function. It should be the same as used by Blizzard:
if (hasRep or not isHeader) and factionID then
...
end
The correct condition is also in the examples on the GetFactionInfo() page
WeakAuras Version
3.7.8-13-gdb3bd18
World of Warcraft Flavor
Retail (Default)
Tested with only WeakAuras
- Yes
- No
Lua Error
No errors
Reproduction Steps
Compare faction lists in the player's reputation pane and in the Faction Reputation trigger
Last Good Version
No response
Screenshots
No response
Export String
No response