mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[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:
parent
f5ac3d245f
commit
4623402492
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue