From 2d654fdc413cf769e65415f0e4cab50a63642ca1 Mon Sep 17 00:00:00 2001 From: Paradox Date: Thu, 15 Jan 2009 21:29:32 -0500 Subject: Fix cross faction interaction --HG-- branch : trunk --- src/game/Group.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/Group.h') 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); -- cgit v1.2.3