mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
feat(Core/Misc): implement ObjectGuid class (port from TC) (#4885)
This commit is contained in:
@@ -53,6 +53,7 @@ public:
|
||||
class ObjectGridUnloader
|
||||
{
|
||||
public:
|
||||
void Visit(CorpseMapType&) { } // corpses are deleted with Map
|
||||
template<class T> void Visit(GridRefManager<T>& m);
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user