diff --git a/README.md b/README.md index 5ce1a55..5d49935 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,23 @@ # LifeSafer🦇🦇🦇 -Enables a flashing red effect when you are low on life (with sounds), and a flasing blue effect when you're low on mana. This warning system was implemented by Blizzard but is not in use. Enables a flashing purple effect when you gain Shadow Trance. +Enables a flashing red effect when you are low on life (with sounds), and a flashing blue effect when you're low on mana. This warning system was implemented by Blizzard but is not in use. Enables a flashing purple effect when you gain Shadow Trance. + +--- + +## Commands + +- `/lowhealth` +- `/lowhealthwarning` +- `/lhw` + +These commands open the LifeSafer settings. --- ## OctoWoW fork -This is an OctoWoW-hosted fork of [RavenOfSeven/LifeSafer_LowHealthWarning](https://github.com/RavenOfSeven/LifeSafer_LowHealthWarning) (rebuild by tamara09). The **only** change from upstream is in `LifeSafer_LowHealthWarning.toc`: the `## Title` color escapes were lowercased (`|C…`/`|R` → `|c…`/`|r`) so the OctoLauncher addon browser renders the gradient name instead of printing the raw escape codes. The addon code is unchanged. All credit for the addon goes to the original author. +This is an OctoWoW-hosted fork of [RavenOfSeven/LifeSafer_LowHealthWarning](https://github.com/RavenOfSeven/LifeSafer_LowHealthWarning) (rebuild by tamara09). + +Changes: +- Fix an error on startup when low-health threshold SavedVariables are missing. + +All credit for the original addon goes to the original author.