mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Travis fix.
This commit is contained in:
@@ -82,7 +82,7 @@ class ObjectGridCleaner
|
||||
class ObjectGridUnloader
|
||||
{
|
||||
public:
|
||||
void Visit(CorpseMapType& m) { } // corpses are deleted with Map
|
||||
void Visit(CorpseMapType& /*m*/) { } // corpses are deleted with Map
|
||||
template<class T> void Visit(GridRefManager<T> &m);
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user