Core/WorldSession: fix build warning

This commit is contained in:
MitchesD
2015-09-14 17:55:21 +02:00
parent 5a895f7759
commit 9e31bb0cbf

View File

@@ -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;
};