Unit Models Not Displaying
Arrenton opened this issue ยท 1 comments
Is there an existing issue for this?
- I have searched the existing open and closed issues.
Description
When using unit identifiers such as "player", "pet", "target", etc, when displaying models, the model doesn't render. I tested in Classic Era and it works.
I didn't actually test this, but it may have been around commit e304582 when this started.
If I replace line 5554 in WeakAuras.lua:
if WeakAuras.IsClassicEra() then
to
if WeakAuras.IsClassicEraOrWrath() then
the model will display, but I believe that breaks viewing non unit models.
WeakAuras Version
Weakauras 5.5.4
World of Warcraft Flavor
Wrath of the Lich King Classic
World of Warcraft Region
US/NA
Tested with only WeakAuras
- Yes
Lua Error
None
Reproduction Steps
- Create a model aura
- Set it to "target", "player", "pet", or any other unit
- No model displayed
Last Good Version
5.3.7
Screenshots
No response
Export String
No response