Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follower dungeon bug #17

Open
EFGearman opened this issue Mar 23, 2024 · 0 comments
Open

Follower dungeon bug #17

EFGearman opened this issue Mar 23, 2024 · 0 comments

Comments

@EFGearman
Copy link

Message: Interface/AddOns/RaidAssist/plugins/notes.lua:1062: attempt to index field '?' (a nil value)
Time: Sat Mar 23 16:51:06 2024
Count: 3
Stack: Interface/AddOns/RaidAssist/plugins/notes.lua:1062: attempt to index field '?' (a nil value)

Locals:

The bug seems to be that fileName (off of GetRaidRosterInfo) is nil for followers.

I think the fix would be on line 1055, changing:

if (name) then

to:

if (name and filename) then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant