- added proper color for player focus (cataclysm hunters) on the PlayerMana module

- minor documentation fix for the incoming heal notification on the player health bar to indicate that it requires either libhealcomm-4 or cataclysm to function
This commit is contained in:
Parnic
2010-09-06 20:11:48 +00:00
parent 83d36674fd
commit aed00f0434
2 changed files with 4 additions and 1 deletions

View File

@ -269,7 +269,7 @@ function PlayerHealth.prototype:GetOptions()
{
type = 'toggle',
name = 'Show incoming heals',
desc = 'Whether or not to show incoming heals as a lighter-colored bar on top of your current health (requires LibHealComm-3.0)',
desc = 'Whether or not to show incoming heals as a lighter-colored bar on top of your current health (requires LibHealComm-4.0 or official patch 4.0)',
get = function()
return self.moduleSettings.showIncomingHeals
end,