aboutsummaryrefslogtreecommitdiff
path: root/src/game/LootMgr.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-23 11:41:43 -0600
committermegamage <none@none>2009-01-23 11:41:43 -0600
commitb28b8b5ced6f0e0a7b52403010a7b465b5a765ae (patch)
tree45f9916a8be4cf96412e5259577bf68ff742ee72 /src/game/LootMgr.h
parent4facfd55724bcc1b69543e192fd0598a17fcd422 (diff)
*Update to Mangos 7154.
--HG-- branch : trunk
Diffstat (limited to 'src/game/LootMgr.h')
-rw-r--r--src/game/LootMgr.h2
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;