*Fix the display of aura charge/stack.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-12-18 09:51:45 -06:00
parent 0f1f748138
commit d97133571a

View File

@@ -1075,7 +1075,11 @@ void Aura::UpdateSlotCounterAndDuration()
if(slot >= MAX_AURAS)
return;
if(!m_procCharges)
// Three possibilities:
// Charge = 0; Stack >= 0
// Charge = 1; Stack >= 0
// Charge > 1; Stack = 0
if(m_procCharges < 2)
SetAuraApplication(slot, m_stackAmount-1);
UpdateAuraDuration();