Changeset 59 for trunk/src/game/Unit.cpp

Show
Ignore:
Timestamp:
11/19/08 13:30:14 (17 years ago)
Author:
yumileroy
Message:

[svn] Fixed compile errors. Hopefully.

Original author: w12x
Date: 2008-10-19 07:24:36-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Unit.cpp

    r55 r59  
    93869386} 
    93879387 
     9388template<class T> T* 
     9389Unit::GetObjectInWorld(uint64 guid, T* /*fake*/) 
     9390{ 
     9391    return ObjectAccessor::GetObjectInWorld(uint64 guid, T* /*fake*/); 
     9392} 
     9393 
    93889394bool Unit::isVisibleForInState( Player const* u, bool inVisibleList ) const 
    93899395{