mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
*Fix the display of aura charge/stack.
--HG-- branch : trunk
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user