mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8706] Fixed typo in [8704]
This commit is contained in:
parent
d482193cea
commit
3860ec2427
2 changed files with 2 additions and 1 deletions
|
|
@ -107,6 +107,7 @@ template<> void addUnitState(Creature *obj, CellPair const& cell_pair)
|
||||||
template<class T> bool alreadyLoaded(Map* /*map*/, uint32 /*guid*/, T* /*fake*/)
|
template<class T> bool alreadyLoaded(Map* /*map*/, uint32 /*guid*/, T* /*fake*/)
|
||||||
{
|
{
|
||||||
// Non creature objects not walk by grids
|
// Non creature objects not walk by grids
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<> bool alreadyLoaded(Map* map, uint32 guid, Creature* fake)
|
template<> bool alreadyLoaded(Map* map, uint32 guid, Creature* fake)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8705"
|
#define REVISION_NR "8706"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue