Skip to content

Commit

Permalink
Fixed LUA error on NRG_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentilix committed Aug 6, 2022
1 parent 9680861 commit 6fb44ff
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
Binary file added Releases/nrg-1.2.2.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion nrg/Battery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ SlashCmdList["NRG_NRG"] = function(msg)
option = string.upper(option);

if (option == "CFG" or option == "CONFIG") then
SlashCmdList["NRG_CONFIG"]();
-- Skip; no CONFIG options in addon (yet?)
--SlashCmdList["NRG_CONFIG"]();
elseif option == "SHOW" then
SlashCmdList["NRG_SHOW"]();
elseif option == "HIDE" then
Expand Down
4 changes: 4 additions & 0 deletions nrg/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ No config, no switches, no nothing. Well almost: you can move the power button b

Version history:
----------------
NRG version 1.2.2
* Fixed LUA error, caused by a reference to the NRG configuration, which does not exist.


NRG version 1.2.1
* Updated spell detection; aura refreshment caused by zoning no longer triggers an event.

Expand Down
2 changes: 1 addition & 1 deletion nrg/nrg-Classic.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Title: NRG - mp5 Power Button
## Notes: Addon to check mp5 rule
## Version: 1.2.1
## Version: 1.2.2
## Author: Mimma @ <EU-Pyrewood Village>
## Interface: 11403
## SavedVariables: NRG_Options
Expand Down
2 changes: 1 addition & 1 deletion nrg/nrg-TBC.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Title: NRG - mp5 Power Button
## Notes: Addon to check mp5 rule
## Version: 1.2.1
## Version: 1.2.2
## Author: Mimma @ <EU-Pyrewood Village>
## Interface: 20504
## SavedVariables: NRG_Options
Expand Down
2 changes: 1 addition & 1 deletion nrg/nrg.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Title: NRG - mp5 Power Button
## Notes: Addon to check mp5 rule (yeah, I know .. irrelevant for retail, but anyway)
## Version: 1.2.1
## Version: 1.2.2
## Author: Mimma @ <EU-Pyrewood Village>
## Interface: 90205
## SavedVariables: NRG_Options
Expand Down

0 comments on commit 6fb44ff

Please sign in to comment.