Core/Object: Re-add a line that somehow got removed in a merge

Thanks Warpten for noticing
This commit is contained in:
Nay
2013-01-30 01:33:12 +00:00
parent d92347bc22
commit 92d92df809

View File

@@ -1014,6 +1014,7 @@ void Object::_SetUpdateBits(UpdateMask* updateMask, Player* target) const
valCount = PLAYER_END_NOT_SELF;
for (uint16 index = 0; index < valCount; ++index)
if (_fieldNotifyFlags & flags[index] || (flags[index] & UF_FLAG_SPECIAL_INFO && hasSpecialInfo) || (_changesMask.GetBit(index) && IsUpdateFieldVisible(flags[index], isSelf, isOwner, isItemOwner, isPartyMember)))
updateMask->SetBit(index);
}