aboutsummaryrefslogtreecommitdiff
path: root/src/game/Group.h
diff options
context:
space:
mode:
authorParadox <none@none>2009-01-15 21:29:32 -0500
committerParadox <none@none>2009-01-15 21:29:32 -0500
commit2d654fdc413cf769e65415f0e4cab50a63642ca1 (patch)
treee0e755683839154b5b36a791468c6dad988fa4d1 /src/game/Group.h
parente9fdfb434aba417045fd8e354b8fbe73135e560f (diff)
Fix cross faction interaction
--HG-- branch : trunk
Diffstat (limited to 'src/game/Group.h')
-rw-r--r--src/game/Group.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Group.h b/src/game/Group.h
index 8417a145268..7cb37b17ff0 100644
--- a/src/game/Group.h
+++ b/src/game/Group.h
@@ -330,6 +330,9 @@ class TRINITY_DLL_SPEC Group
InstanceGroupBind* GetBoundInstance(uint32 mapid, uint8 difficulty);
BoundInstancesMap& GetBoundInstances(uint8 difficulty) { return m_boundInstances[difficulty]; }
+ // FG: evil hacks
+ void BroadcastGroupUpdate(void);
+
protected:
bool _addMember(const uint64 &guid, const char* name, bool isAssistant=false);
bool _addMember(const uint64 &guid, const char* name, bool isAssistant, uint8 group);