feat(Core/CreatureAddon): increased visibility for large creatures (#2304)

This commit is contained in:
Stoabrogga
2019-10-04 15:22:03 +02:00
committed by GitHub
parent e0b170f221
commit 9ea9329285
9 changed files with 1128 additions and 22 deletions

View File

@@ -146,6 +146,16 @@ namespace Trinity
void Visit(CorpseMapType &) {}
};
struct LargeObjectUpdater
{
uint32 i_timeDiff;
explicit LargeObjectUpdater(const uint32 diff) : i_timeDiff(diff) {}
template<class T> void Visit(GridRefManager<T> &m);
void Visit(GameObjectMapType &) {}
void Visit(DynamicObjectMapType &) {}
void Visit(CorpseMapType &) {}
};
// SEARCHERS & LIST SEARCHERS & WORKERS
// WorldObject searchers & workers