Neuron attempts to parse conditionals in /run macros and alerts on it
Ketrel opened this issue ยท 0 comments
How to reproduce:
E.g., Steps to reproduce the behavior...
- Make a Neuron macro with the following contents
/run RaidNotice_AddMessage(RaidWarningFrame, "Test", ChatTypeInfo["RAID_WARNING"])
- When you make it and on ever reload you'll get the following error
Unknown macro option: "RAID_WARNING"
Technical info:
- Addon Version: a4fd136
- Client: Retail
- Client Patch Version: 10.0.7
Additional context:
The macro does work as expected, this appears to only be a warning check and doesn't actually prevent saving or using the macro