[8706] Fixed typo in [8704]

This commit is contained in:
VladimirMangos 2009-10-22 06:51:13 +04:00
parent d482193cea
commit 3860ec2427
2 changed files with 2 additions and 1 deletions

View file

@ -107,6 +107,7 @@ template<> void addUnitState(Creature *obj, CellPair const& cell_pair)
template<class T> bool alreadyLoaded(Map* /*map*/, uint32 /*guid*/, T* /*fake*/)
{
// Non creature objects not walk by grids
return false;
}
template<> bool alreadyLoaded(Map* map, uint32 guid, Creature* fake)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8705"
#define REVISION_NR "8706"
#endif // __REVISION_NR_H__