Quantcast

out of sync updates

Cilcraft [07-27-16 - 04:22]
out of sync updates
Filename
CHANGELOG.txt
PortraitHealth.lua
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a40aa12..79f8c65 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,6 @@
 v4.0.1
-	- fixed an issue with execute sound playing too much
-
+	- removed sound. will return in a future version
+
 v4.0
 	- Demon Hunter additions
 	- PTR bugs
diff --git a/PortraitHealth.lua b/PortraitHealth.lua
index baf3723..1702119 100755
--- a/PortraitHealth.lua
+++ b/PortraitHealth.lua
@@ -9,6 +9,7 @@ local total = 0; -- timer start
 local done = 0; -- toggle for timer repeat
 -- local debug = "yep";

+
 -- check for sound enabled
 if PH_sound == nil then
   PH_sound = 0;
@@ -35,6 +36,7 @@ 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)
 function PH_onUpdate(self,elapsed)
     total = total + elapsed