From 20f83f150ec012e8d10261af94c700dcda2fada8 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Sun, 1 Feb 2009 22:01:56 +0300 Subject: [PATCH] [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. --- src/game/GameObject.cpp | 4 ---- src/shared/revision_nr.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index cf9c06e04..c1c13b363 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -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 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index da9641e17..4a6de3704 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__ -- 2.11.4.GIT