- Updated unit dynamic flags enum.

This commit is contained in:
tomrus88 2010-01-27 03:59:45 +03:00
parent 203faef9fd
commit d9e92d1987
4 changed files with 13 additions and 11 deletions

View file

@ -716,7 +716,7 @@ void Object::BuildValuesUpdate(uint8 updatetype, ByteBuffer * data, UpdateMask *
if(!target->isAllowedToLoot((Creature*)this))
*data << (m_uint32Values[ index ] & ~UNIT_DYNFLAG_LOOTABLE);
else
*data << (m_uint32Values[ index ] & ~UNIT_DYNFLAG_OTHER_TAGGER);
*data << (m_uint32Values[ index ] & ~UNIT_DYNFLAG_TAPPED);
}
else
{