diff options
author | megamage <none@none> | 2009-01-27 14:47:46 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-27 14:47:46 -0600 |
commit | a8c836f8d953fc442a2d07f2d1fd0c9a4d177617 (patch) | |
tree | 77ff855dd3297ba19f4061b4176aff2ed3999e95 /src/game/GridNotifiers.cpp | |
parent | 82a10f03a29fcdf33abab0cc813f827502c11cdc (diff) |
*Update to Mangos 7194.
--HG--
branch : trunk
Diffstat (limited to 'src/game/GridNotifiers.cpp')
-rw-r--r-- | src/game/GridNotifiers.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/GridNotifiers.cpp b/src/game/GridNotifiers.cpp index c736be699d0..442654ce455 100644 --- a/src/game/GridNotifiers.cpp +++ b/src/game/GridNotifiers.cpp @@ -249,9 +249,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 @@ -268,3 +265,6 @@ bool CannibalizeObjectCheck::operator()(Corpse* u) return false; } + +template void ObjectUpdater::Visit<GameObject>(GameObjectMapType &); +template void ObjectUpdater::Visit<DynamicObject>(DynamicObjectMapType &); |