mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-04 16:17:26 +01:00
*Fix the bug that aura charges cannot be displayed.
--HG-- branch : trunk
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user