diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/GameObject.cpp | 4 | ||||
-rw-r--r-- | src/shared/revision_nr.h | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index 41dae609b43..206e9d3f852 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -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 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index da9641e17a5..4a6de370495 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7216" + #define REVISION_NR "7217" #endif // __REVISION_NR_H__ |