--- deliantra/server/include/object.h 2007/01/20 22:09:52 1.90 +++ deliantra/server/include/object.h 2007/01/27 23:59:29 1.93 @@ -401,6 +401,8 @@ return !invisible && type != PLAYER; } + MTH struct region *region () const; + protected: friend struct archetype;