From 3f985645dbb8136986eeaf4c8cac6ba87c6e4b82 Mon Sep 17 00:00:00 2001 From: raczman Date: Mon, 30 Mar 2009 16:57:17 +0200 Subject: Added GO gossip menu support. Kudos and cookies to arrai. --HG-- branch : trunk --- src/bindings/scripts/ScriptMgr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bindings/scripts/ScriptMgr.h') diff --git a/src/bindings/scripts/ScriptMgr.h b/src/bindings/scripts/ScriptMgr.h index b3c25bfaffd..87a557779a2 100644 --- a/src/bindings/scripts/ScriptMgr.h +++ b/src/bindings/scripts/ScriptMgr.h @@ -44,6 +44,8 @@ struct Script bool (*pQuestAccept )(Player*, Creature*, Quest const* ); bool (*pGossipSelect )(Player*, Creature*, uint32 , uint32 ); bool (*pGossipSelectWithCode)(Player*, Creature*, uint32 , uint32 , const char* ); + bool (*pGOSelect )(Player*, GameObject*, uint32 , uint32 ); + bool (*pGOSelectWithCode )(Player*, GameObject*, uint32 , uint32 , const char* ); bool (*pQuestSelect )(Player*, Creature*, Quest const* ); bool (*pQuestComplete )(Player*, Creature*, Quest const* ); uint32 (*pNPCDialogStatus )(Player*, Creature* ); -- cgit v1.2.3