mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +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 &);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7193"
|
||||
#define REVISION_NR "7194"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue