[7217] Remove outdated for 3.0.x gameobject 187039 invisibility (type 10) set in code.

Now gameobject expected have phasemask 2 in DB for expected work.
This commit is contained in:
VladimirMangos 2009-02-01 22:01:56 +03:00
parent f5ac3d245f
commit 4623402492
2 changed files with 1 additions and 5 deletions

View file

@ -735,10 +735,6 @@ bool GameObject::isVisibleForInState(Player const* u, bool inVisibleList) const
if(check stuff here)
return false;
}*/
// Smuggled Mana Cell required 10 invisibility type detection/state
if(GetEntry()==187039 && ((u->m_detectInvisibilityMask | u->m_invisibilityMask) & (1<<10))==0)
return false;
}
// check distance

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7216"
#define REVISION_NR "7217"
#endif // __REVISION_NR_H__