diff options
| author | Chaplain <aionthefirst@gmail.com> | 2011-09-01 22:38:32 +0300 |
|---|---|---|
| committer | Chaplain <aionthefirst@gmail.com> | 2011-09-01 22:38:32 +0300 |
| commit | bea649d0451271eda60aadff6040c3e6a9899a3f (patch) | |
| tree | 49383b7f9b8caac38552a4c6d0c65c34c22cc4e2 /src/server/game/Groups | |
| parent | 0046083509304113a951519191a6a4d251cf2e5c (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-x | src/server/game/Groups/Group.h | 2 |
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; |
