Neuron

Neuron

98.2k Downloads

Neuron attempts to parse conditionals in /run macros and alerts on it

Ketrel opened this issue ยท 0 comments

commented

How to reproduce:

E.g., Steps to reproduce the behavior...

  1. Make a Neuron macro with the following contents
    /run RaidNotice_AddMessage(RaidWarningFrame, "Test", ChatTypeInfo["RAID_WARNING"])
  2. 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