Quantcast

arbitrary change to force an update

Scott King [07-19-16 - 04:02]
arbitrary change to force an update
Filename
PortraitHealth.lua
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)