diff options
| author | Paradox <none@none> | 2009-01-15 21:29:32 -0500 |
|---|---|---|
| committer | Paradox <none@none> | 2009-01-15 21:29:32 -0500 |
| commit | 2d654fdc413cf769e65415f0e4cab50a63642ca1 (patch) | |
| tree | e0e755683839154b5b36a791468c6dad988fa4d1 /src/game/Group.h | |
| parent | e9fdfb434aba417045fd8e354b8fbe73135e560f (diff) | |
Fix cross faction interaction
--HG--
branch : trunk
Diffstat (limited to 'src/game/Group.h')
| -rw-r--r-- | src/game/Group.h | 3 |
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); |
