aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Groups
diff options
context:
space:
mode:
authorChaplain <aionthefirst@gmail.com>2011-09-01 22:38:32 +0300
committerChaplain <aionthefirst@gmail.com>2011-09-01 22:38:32 +0300
commitbea649d0451271eda60aadff6040c3e6a9899a3f (patch)
tree49383b7f9b8caac38552a4c6d0c65c34c22cc4e2 /src/server/game/Groups
parent0046083509304113a951519191a6a4d251cf2e5c (diff)
Core: cleanup.
*remove some garbage *little bit moore const func *fix process of args in vmap3_extractor
Diffstat (limited to 'src/server/game/Groups')
-rwxr-xr-xsrc/server/game/Groups/Group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Groups/Group.h b/src/server/game/Groups/Group.h
index 083e6e15225..a48b33a8624 100755
--- a/src/server/game/Groups/Group.h
+++ b/src/server/game/Groups/Group.h
@@ -214,7 +214,7 @@ class Group
uint64 GetLooterGuid() const;
ItemQualities GetLootThreshold() const;
- uint32 GetDbStoreId() { return m_dbStoreId; };
+ uint32 GetDbStoreId() const { return m_dbStoreId; };
// member manipulation methods
bool IsMember(uint64 guid) const;