This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What version of Grid2 and game type (classic or retail) are you using ?
Grid2: 1.0.0
Game: retail
What game client version (windows or mac) and language are you using ?
Windows, US English
What steps will reproduce the problem?
Open the grid2 Option.
Go to debuff, raid debuff, Shadowlands, Necrotic Wake
Under Amarth, the Necrotic Bolt debuff listed is 320462. This is the incorrect spell. 320462 is cast by trash, not Amarth.
Amarth casts 320170.
Did you try having Grid2 as the only enabled addon and everything else disabled?
No.
Was it working in a previous version? If yes, which was the last good one?
Did not try.
Do you have an error log of what happened? If you don't see any errors, make sure that error reporting is enabled (`/console scriptErrors 1`) or install [BugSack](https://mods.curse.com/addons/wow/BugSack).
No error.
Please provide any additional information below.
The Necrotic Bolt under Amarth should be changed to 320170.
Please add 320462 to the Trash section.
Raid debuffs module tracks spells by Name not by ID, that is the reason only one spell is defined in the database module, it does not matter the exact spellID if the spell name is the same.
I usually dont add two or more spells with the same name to the module database because the second spell is redundant the addon only load the first spell (the module discards the spellIDs and simply loads and tracks the "Necrotic Bolt" spell)
The spell is currently listed under Amarth though. If I enable it, will it show up when fighting trash? Or will it only show up when fighting the specific boss?
To post a comment, please login or register a new account.