mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Core/Misc: fix some clang 5 warnings
This commit is contained in:
@@ -60,11 +60,6 @@ bool ActivePoolData::IsActiveObject<Quest>(uint32 quest_id) const
|
||||
return mActiveQuests.find(quest_id) != mActiveQuests.end();
|
||||
}
|
||||
|
||||
template TC_GAME_API bool ActivePoolData::IsActiveObject<Creature>(uint32) const;
|
||||
template TC_GAME_API bool ActivePoolData::IsActiveObject<GameObject>(uint32) const;
|
||||
template TC_GAME_API bool ActivePoolData::IsActiveObject<Pool>(uint32) const;
|
||||
template TC_GAME_API bool ActivePoolData::IsActiveObject<Quest>(uint32) const;
|
||||
|
||||
template<>
|
||||
void ActivePoolData::ActivateObject<Creature>(uint32 db_guid, uint32 pool_id)
|
||||
{
|
||||
@@ -958,7 +953,6 @@ void PoolMgr::LoadFromDB()
|
||||
|
||||
void PoolMgr::LoadQuestPools()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void PoolMgr::SaveQuestsToDB()
|
||||
|
||||
Reference in New Issue
Block a user