Power Auras Classic

9 - Combo points do not correctly update when changing targets or clearing targets

Replace

--Line 785 PowerAuras.lua
  elseif event == "PLAYER_TARGET_CHANGED" then  ---Target changed
		if (PowaModTest == false) then
			DoCheckTargetBuffs = true;
			DoCheckTargetHealth = true;
			DoCheckTargetMana = true;
			DoCheckTargetRageEnergy = true;
			ResetTargetTimers = true;
			DoCheckAction = true;
			DoCheckTargetSpells = true;
		end

With

  elseif event == "PLAYER_TARGET_CHANGED" then  ---Target changed
		if (PowaModTest == false) then
			DoCheckTargetBuffs = true;
			DoCheckTargetHealth = true;
			DoCheckTargetMana = true;
			DoCheckTargetRageEnergy = true;
			ResetTargetTimers = true;
			DoCheckAction = true;
			DoCheckTargetSpells = true;
			DoCheckCombo = true;
		end
User When Change
x_darkhand Tue, 28 Jul 2009 10:15:49 Create

You must login to post a comment. Don't have an account? Register to get one!

Facts

Reported on
28 Jul 2009
Status
New - Issue has not had initial review yet.
Type
Enhancement - A change which is intended to better the project in some way
Priority
Medium - Normal priority.

Reported by

Possible assignees