diff options
Diffstat (limited to 'src/game/Player.h')
-rw-r--r-- | src/game/Player.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/game/Player.h b/src/game/Player.h index 54cea12b52b..2045d9686f5 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -1247,6 +1247,18 @@ class MANGOS_DLL_SPEC Player : public Unit uint32 m_stableSlots; /*********************************************************/ + /*** GOSSIP SYSTEM ***/ + /*********************************************************/ + + void PrepareGossipMenu(WorldObject *pSource, uint32 menuId = 0); + void SendPreparedGossip(WorldObject *pSource); + void OnGossipSelect(WorldObject *pSource, uint32 gossipListId, uint32 menuId); + + uint32 GetGossipTextId(uint32 menuId); + uint32 GetGossipTextId(WorldObject *pSource); + uint32 GetDefaultGossipMenuForSource(WorldObject *pSource); + + /*********************************************************/ /*** QUEST SYSTEM ***/ /*********************************************************/ |