This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Reset in Grid2Options2.3.
What is the expected output? What do you see instead?There is no heals-incoming status under status in Grid2Options.
What version of the product are you using?Grid2 r275
Do you have an error log of what happened?
Please provide any additional information below.In modules/StatusHeals.lua there are two blocks of
Heals.defaultDB = {...}
After merging them together and setting includePlayerHeals = true, incoming heals are shown, but still no status entry for heals-incoming in theoptions window. So there is probably an additional error in Options/GridStatuses.lua (just a guess.) when adding the status.
I merged the two defaultDB entries in rev276.
I need to be able to run the client to check why the option is not shown.
In Options/GridStatuses.lua, the function AddStatusOptions_HealsIncoming(status, options) is missing a "return options" at the end. With that, heals-incoming status is shown.
Additional note: If I choose "All heals, including casted and HoTs", no incoming heals are visible.
Fixed in rev277. Thanks for the report and the additional info.
To post a comment, please login or register a new account.