I previously used `string.match()` which is not available in-game, but during testing I had another addon active that made this function available, which is why I did not catch this.
Closes#5Closes#6
Added workaround for game bug that prevented the new Northwind zone from showing a tooltip: The game included a trailing space, so the actual zone name is 'Northwind '.
* `printOPTION(msg, status, r, g, b)` now accepts 3 optional parameters for red, green, and blue values applied to `status`. Color defaults to white (1, 1, 1).
* `toggle...()` functions use new entries in `LEVELRANGE_COLORS` to color their status messages.
[*] Updated outdated refrences.
[*] Improved localization.
[*] Removed "The Lower Karazhan Halls", as it is not added yet.
[*] Fixed bug where "Black Fathoms Deep" did not appear in Ashenvale's information box.