mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Revert revision 4b8a7a570412 until properly fixed, caused auras to get stuck at client sometimes
--HG-- branch : trunk
This commit is contained in:
@@ -171,9 +171,6 @@ void AuraApplication::ClientUpdate(bool remove)
|
||||
{
|
||||
m_needClientUpdate = false;
|
||||
|
||||
if (remove && GetRemoveMode() == AURA_REMOVE_BY_STACK)
|
||||
return;
|
||||
|
||||
WorldPacket data(SMSG_AURA_UPDATE);
|
||||
data.append(GetTarget()->GetPackGUID());
|
||||
data << uint8(m_slot);
|
||||
|
||||
Reference in New Issue
Block a user