mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +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*/)
|
||||
{
|
||||
// Non creature objects not walk by grids
|
||||
return false;
|
||||
}
|
||||
|
||||
template<> bool alreadyLoaded(Map* map, uint32 guid, Creature* fake)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue