diff options
author | megamage <none@none> | 2009-01-23 11:41:43 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-23 11:41:43 -0600 |
commit | b28b8b5ced6f0e0a7b52403010a7b465b5a765ae (patch) | |
tree | 45f9916a8be4cf96412e5259577bf68ff742ee72 /src/game/LootMgr.h | |
parent | 4facfd55724bcc1b69543e192fd0598a17fcd422 (diff) |
*Update to Mangos 7154.
--HG--
branch : trunk
Diffstat (limited to 'src/game/LootMgr.h')
-rw-r--r-- | src/game/LootMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/LootMgr.h b/src/game/LootMgr.h index 5205024a46c..9da36c90b93 100644 --- a/src/game/LootMgr.h +++ b/src/game/LootMgr.h @@ -130,7 +130,7 @@ class LootStore { public: explicit LootStore(char const* name, char const* entryName, bool ratesAllowed) - : m_name(name), m_entryName(entryName), m_ratesAllowed(m_ratesAllowed) {} + : m_name(name), m_entryName(entryName), m_ratesAllowed(ratesAllowed) {} virtual ~LootStore() { Clear(); } void Verify() const; |