diff options
author | megamage <none@none> | 2009-04-10 18:31:03 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-10 18:31:03 -0500 |
commit | 7f0e951104b1bf22eb38c4fc455f58e4058acefc (patch) | |
tree | 8d4e84ab1868862ef17e2e87eb8a8aa7f4fdbbf5 /src/game/Object.cpp | |
parent | 4d277430c56899543f8482c247dfa7aaf34a85e1 (diff) |
*Revert the aura display fix of TC1 because it may not be needed in TC2.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r-- | src/game/Object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp index cf59105742e..8c16f39cfc6 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -673,7 +673,7 @@ void Object::_BuildValuesUpdate(uint8 updatetype, ByteBuffer * data, UpdateMask if(sWorld.getConfig(CONFIG_ALLOW_TWO_SIDE_INTERACTION_GROUP) && index == UNIT_FIELD_BYTES_2) { DEBUG_LOG("-- VALUES_UPDATE: Sending '%s' the blue-group-fix from '%s' (flag)", target->GetName(), ((Player*)this)->GetName()); - *data << ( m_uint32Values[ index ] & ((UNIT_BYTE2_FLAG_SANCTUARY | UNIT_BYTE2_FLAG_AURAS | UNIT_BYTE2_FLAG_UNK5) << 8) ); // this flag is at uint8 offset 1 !! + *data << ( m_uint32Values[ index ] & ((UNIT_BYTE2_FLAG_SANCTUARY /*| UNIT_BYTE2_FLAG_AURAS | UNIT_BYTE2_FLAG_UNK5*/) << 8) ); // this flag is at uint8 offset 1 !! ch = true; } |