Revert revision 4b8a7a570412 until properly fixed, caused auras to get stuck at client sometimes

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-07-07 09:42:18 +02:00
parent c04b03cae9
commit 2484df3918

View File

@@ -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);