From 7825c78c56b435fee4d42e058b49f8453bef190f Mon Sep 17 00:00:00 2001 From: Scott King Date: Mon, 18 Jul 2016 22:02:35 -0600 Subject: [PATCH] arbitrary change to force an update --- PortraitHealth.lua | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/PortraitHealth.lua b/PortraitHealth.lua index 89265ce..9191906 100755 --- a/PortraitHealth.lua +++ b/PortraitHealth.lua @@ -1,9 +1,9 @@ -- Global information -local classDisplayName, class, classID = UnitClass("player"); -local PlayerClass = classID; -local PlayerClassName = classDisplayName; -local PlayerClassNameIndex = class; +local classDisplayName, class, classID = UnitClass("player"); +local PlayerClass = classID; +local PlayerClassName = classDisplayName; +local PlayerClassNameIndex = class; local PH_v = '4.0'; -- version number local limit1 = 0; -- limiter for sounds local executeSound = "Sound\\interface\\AuctionWindowClose.ogg"; @@ -21,19 +21,19 @@ if PH_on == nil then end -PH_p = {} -- Class: ID: -PH_p[1] = 20 -- Warrior 1 -PH_p[2] = 20 -- Paladin 2 -PH_p[3] = 20 -- Hunter 3 -PH_p[4] = 35 -- Rogue 4 -PH_p[5] = 20 -- Priest 5 -PH_p[6] = 35 -- Death Knight 6 -PH_p[7] = 10 -- Shaman 7 -PH_p[8] = 10 -- Mage 8 -PH_p[9] = 25 -- Warlock 9 -PH_p[10] = 10 -- Monk 10 -PH_p[11] = 25 -- Druid 11 -PH_p[12] = 10 -- Demon Hunter 12 +PH_p = {} -- Class: ID: +PH_p[1] = 20 -- Warrior 1 +PH_p[2] = 20 -- Paladin 2 +PH_p[3] = 20 -- Hunter 3 +PH_p[4] = 35 -- Rogue 4 +PH_p[5] = 20 -- Priest 5 +PH_p[6] = 35 -- Death Knight 6 +PH_p[7] = 10 -- Shaman 7 +PH_p[8] = 10 -- Mage 8 +PH_p[9] = 25 -- Warlock 9 +PH_p[10] = 10 -- Monk 10 +PH_p[11] = 25 -- Druid 11 +PH_p[12] = 10 -- Demon Hunter 12 -- Welcome message (delay message and check to see if the addon is loaded) -- 1.7.9.5