diff options
Diffstat (limited to 'src/server/game/Loot/LootMgr.h')
-rw-r--r-- | src/server/game/Loot/LootMgr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/game/Loot/LootMgr.h b/src/server/game/Loot/LootMgr.h index fea1155ac63..808cf529201 100644 --- a/src/server/game/Loot/LootMgr.h +++ b/src/server/game/Loot/LootMgr.h @@ -73,8 +73,7 @@ typedef std::set<uint32> LootIdSet; class TC_GAME_API LootStore { public: - explicit LootStore(char const* name, char const* entryName, bool ratesAllowed) - : m_name(name), m_entryName(entryName), m_ratesAllowed(ratesAllowed) { } + explicit LootStore(char const* name, char const* entryName, bool ratesAllowed); LootStore(LootStore const&) = delete; LootStore(LootStore&&) noexcept; |