From 03caa8550fd1e69a3c6943baf8ace93b86861253 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 2 Aug 2010 18:25:44 +0200 Subject: Fixed typo (and a crash) - damn copypasting from one line above --HG-- branch : trunk --- src/server/game/Groups/Group.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/game/Groups/Group.h b/src/server/game/Groups/Group.h index 9ec9f7b4b58..576728da737 100644 --- a/src/server/game/Groups/Group.h +++ b/src/server/game/Groups/Group.h @@ -198,7 +198,7 @@ class Group bool IsCreated() const { return GetMembersCount() > 0; } const uint64& GetLeaderGUID() const { return m_leaderGuid; } const uint64& GetGUID() const { return m_guid; } - const uint32& GetLowGUID() const { return GUID_LOPART(m_guid); } + const uint32 GetLowGUID() const { return GUID_LOPART(m_guid); } const char * GetLeaderName() const { return m_leaderName.c_str(); } LootMethod GetLootMethod() const { return m_lootMethod; } const uint64& GetLooterGuid() const { return m_looterGuid; } -- cgit v1.2.3