*Fix the bug that aura charges cannot be displayed.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-12-17 22:07:47 -06:00
parent 76a044e809
commit bb415d08f8

View File

@@ -1075,7 +1075,8 @@ void Aura::UpdateSlotCounterAndDuration()
if(slot >= MAX_AURAS)
return;
SetAuraApplication(slot, m_stackAmount-1);
if(!m_procCharges)
SetAuraApplication(slot, m_stackAmount-1);
UpdateAuraDuration();
}