mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01: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. Author: VladimirMangos --HG-- branch : trunk
This commit is contained in:
@@ -744,10 +744,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
|
||||
|
||||
Reference in New Issue
Block a user