brittyazel / Neuron

A full-featured World of Warcraft action bar and interface replacement addon
https://www.curseforge.com/wow/addons/neuron
MIT License
31 stars 21 forks source link

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

Open Ketrel opened 1 year ago

Ketrel commented 1 year ago

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:

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