mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[7194] Reorganized order.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
ff1e2bb9fd
commit
700fb25407
2 changed files with 4 additions and 4 deletions
|
|
@ -197,9 +197,6 @@ ObjectUpdater::Visit(GridRefManager<T> &m)
|
|||
}
|
||||
}
|
||||
|
||||
template void ObjectUpdater::Visit<GameObject>(GameObjectMapType &);
|
||||
template void ObjectUpdater::Visit<DynamicObject>(DynamicObjectMapType &);
|
||||
|
||||
bool CannibalizeObjectCheck::operator()(Corpse* u)
|
||||
{
|
||||
// ignore bones
|
||||
|
|
@ -216,3 +213,6 @@ bool CannibalizeObjectCheck::operator()(Corpse* u)
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
template void ObjectUpdater::Visit<GameObject>(GameObjectMapType &);
|
||||
template void ObjectUpdater::Visit<DynamicObject>(DynamicObjectMapType &);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue