mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16: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)
|
if(check stuff here)
|
||||||
return false;
|
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
|
// check distance
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7216"
|
#define REVISION_NR "7217"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue