mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/WorldSession: fix build warning
This commit is contained in:
@@ -1714,10 +1714,10 @@ class WorldSession
|
||||
bool forceExit;
|
||||
ObjectGuid m_currentBankerGUID;
|
||||
|
||||
std::unique_ptr<CollectionMgr> _collectionMgr;
|
||||
|
||||
std::unique_ptr<BattlePetMgr> _battlePetMgr;
|
||||
|
||||
std::unique_ptr<CollectionMgr> _collectionMgr;
|
||||
|
||||
WorldSession(WorldSession const& right) = delete;
|
||||
WorldSession& operator=(WorldSession const& right) = delete;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user